Searched refs:COMPAT_FORMAT (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/svx/source/gallery2/ |
H A D | galtheme.cxx | 175 if( nInventor == COMPAT_FORMAT( 'S', 'G', 'A', '3' ) ) in ImplReadSgaObject() 795 if( nId1 == COMPAT_FORMAT( 'G', 'A', 'L', 'R' ) && in CreateThemeEntry() 796 nId2 == COMPAT_FORMAT( 'E', 'S', 'R', 'V' ) ) in CreateThemeEntry() 1444 rOStm << COMPAT_FORMAT( 'G', 'A', 'L', 'R' ) << COMPAT_FORMAT( 'E', 'S', 'R', 'V' ); in WriteData() 1579 nId1 == COMPAT_FORMAT( 'G', 'A', 'L', 'R' ) && in ReadData() 1580 nId2 == COMPAT_FORMAT( 'E', 'S', 'R', 'V' ) ) in ReadData()
|
H A D | gallery1.cxx | 502 if( nInventor == COMPAT_FORMAT( 'S', 'G', 'A', '3' ) ) in ImplLoadImports() 537 const sal_uInt32 nInventor = (sal_uInt32) COMPAT_FORMAT( 'S', 'G', 'A', '3' ); in ImplWriteImportList()
|
H A D | galobj.cxx | 190 static const sal_uInt32 nInventor = COMPAT_FORMAT( 'S', 'G', 'A', '3' ); in WriteData()
|
/aoo42x/main/tools/inc/tools/ |
H A D | vcompat.hxx | 33 #define COMPAT_FORMAT( char1, char2, char3, char4 ) \ macro
|
/aoo42x/main/vcl/source/gdi/ |
H A D | impgraph.cxx | 56 #define GRAPHIC_FORMAT_50 static_cast<sal_uInt32>(COMPAT_FORMAT( 'G', 'R', 'F', '5' )) 57 #define NATIVE_FORMAT_50 static_cast<sal_uInt32>(COMPAT_FORMAT( 'N', 'A', 'T', '5' ))
|
Completed in 48 milliseconds