summaryrefslogtreecommitdiff
path: root/include/postmac.h
AgeCommit message (Collapse)AuthorFilesLines
2015-08-17Put Line under tools namespaceNorbert Thiebaud1-1/+0
Change-Id: I7442848951c0d4579fb2a2a3eef3bfed7135aac4 Reviewed-on: https://gerrit.libreoffice.org/17791 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-1/+0
Polygon is one of these names that Clash with some system objects A similar work has been done earlier with PolyPolygon. Change-Id: Icf2217cb2906292b7275760f1a16be0e150312f5 Reviewed-on: https://gerrit.libreoffice.org/17789 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist1-1/+0
Put the vcl Cursor in the vcl namespace. Avoids collision with the Xlib Cursor typedef and some ancient Carbon (?) Cursor typedef on OS X. Change-Id: I7af770c522b5774c87f58cc079ced9fc1bcc88b0
2014-08-17fdo#82579: The SDK used by the "TDF" tb needs Cursor and Line to be handledTor Lillqvist1-0/+2
Change-Id: Idb9600b49ef711f0c11faa8650853fee0c455763
2014-08-17fdo#82579: Only Point, Polygon, Size and TimeValue need to be handledTor Lillqvist1-10/+0
Change-Id: I901386fadf8adbf6daad178b1fc2618430280792
2014-08-16DirInfo, LSize and MemoryBlock are unusedTor Lillqvist1-3/+0
Change-Id: I6ddec983ef160cabf22690d0f3e8cfb08ba52394
2014-08-16Our use of Ptr does not clash with the <MacTypes.h> typedefTor Lillqvist1-1/+0
Change-Id: I5bcd1afde7c083c9a86be068c211fad152e75d01
2014-08-16Our use of Byte does not clash with the <MacTypes.h> typedefTor Lillqvist1-1/+0
Change-Id: I693de4bc9eb7fc9b409d321e0dcec6e0c03212c3
2013-10-22premac.h: remove StringPtr manglingMichael Stahl1-1/+0
Change-Id: I94f5331fd00602778421ff6ba5f96cf2366cf1da
2013-04-16move headers from solenv/inc/ to include/Matúš Kukan1-0/+41
Change-Id: Ieb6cba645b3535f7d683d2aefa5599d04d9994f3 Reviewed-on: https://gerrit.libreoffice.org/3403 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>