Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/core/
H A Dstlpool.cxx95 mxGraphicFamily = new SdStyleFamily( xPool, SD_STYLE_FAMILY_GRAPHICS ); in SdStyleSheetPool()
1237 if( mxGraphicFamily->getName() == aName ) in getByName()
1238 return Any( Reference< XNameAccess >( static_cast< XNameAccess* >( mxGraphicFamily.get() ) ) ); in getByName()
1264 *pNames++ = mxGraphicFamily->getName(); in getElementNames()
1282 if( mxGraphicFamily->getName() == aName ) in hasByName()
1336 return Any( Reference< XNameAccess >( static_cast< XNameAccess* >( mxGraphicFamily.get() ) ) ); in getByIndex()
1366 mxGraphicFamily->dispose(); in dispose()
1367 mxGraphicFamily.clear(); in dispose()
/aoo42x/main/sd/inc/
H A Dstlpool.hxx140 SdStyleFamilyRef mxGraphicFamily; member in SdStyleSheetPool

Completed in 23 milliseconds