Home
last modified time | relevance | path

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

/AOO41X/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx2277 StyleSheetPropertyMap* pStyleSheetPropertyMap = NULL; in sprmWithProps() local
2280 pStyleSheetPropertyMap = dynamic_cast< StyleSheetPropertyMap* >( rContext.get() ); in sprmWithProps()
2283 if ( pStyleSheetPropertyMap != NULL ) in sprmWithProps()
2285 pStyleSheetPropertyMap->SetListLevel( (sal_Int16)nIntValue ); in sprmWithProps()
2299 StyleSheetPropertyMap* pStyleSheetPropertyMap = NULL; in sprmWithProps() local
2302 pStyleSheetPropertyMap = dynamic_cast< StyleSheetPropertyMap* >( rContext.get() ); in sprmWithProps()
2309 if ( pStyleSheetPropertyMap != NULL ) in sprmWithProps()
2311 pStyleSheetPropertyMap->SetListId( nIntValue ); in sprmWithProps()
2321 if ( pStyleSheetPropertyMap != NULL ) in sprmWithProps()
2324 pStyleSheetPropertyMap->SetNumId( nIntValue ); in sprmWithProps()
[all …]