Home
last modified time | relevance | path

Searched refs:FOUND_LIBRARY (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmloff/source/draw/
H A Dshapeexport2.cxx289 const sal_Int32 FOUND_LIBRARY = 0x00000200; variable
345 else if( ( ( nFound & FOUND_LIBRARY ) == 0 ) && pProperty->Name == msLibrary )
348 nFound |= FOUND_LIBRARY;
540 if( nFound & FOUND_LIBRARY )
/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.cxx1198 #define FOUND_LIBRARY 0x0200 macro
1265 else if( ( ( nFound & FOUND_LIBRARY ) == 0 ) && pProperties->Name == maStrLibrary ) in replaceByName()
1269 nFound |= FOUND_LIBRARY; in replaceByName()

Completed in 30 milliseconds