Where are the base declarations for 'Point', 'sal_uInt16', 'sal_uInt32' etc?

Noel Grandin noel at peralex.com
Mon Jun 23 06:36:12 PDT 2014


On 2014-06-23 02:49 PM, Rob Collins wrote:
>
> I have downloaded the libreoffice code source files and loaded them into KDevelop. I also downloaded the Libreoffice SDK.
>
> However, I can't find the declarations for many basic types.
>
> I have searched using a search tool but cannot find them. Also KDevelop does not highlight the Types - so it cannot 
> find them either.
>
> What am I missing? Where do I need to look to find the declaration of these types? Am I missing some declaration files 
> maybe?
>
>


Stuff like sal_uInt16 is in
     include/sal/types.h

http://opengrok.libreoffice.org/ is very useful for finding stuff in the LO codebase.

Disclaimer: http://www.peralex.com/disclaimer.html




More information about the LibreOffice mailing list