Home
last modified time | relevance | path

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

/trunk/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx1005 const StyleSheetPropertyMap* pStyleSheetProperties = in GetAbstractList() local
1008 if( pStyleSheetProperties && pStyleSheetProperties->GetNumId() >= 0 ) in GetAbstractList()
1010 ListDef::Pointer pList = GetList( pStyleSheetProperties->GetNumId() ); in GetAbstractList()
H A DStyleSheetTable.cxx860 …const StyleSheetPropertyMap* pStyleSheetProperties = dynamic_cast<const StyleSheetPropertyMap*>(pE… in ApplyStyleSheets() local
861 if ( pStyleSheetProperties ) in ApplyStyleSheets()
866 … uno::makeAny( sal_Int16( pStyleSheetProperties->GetOutlineLevel( ) ) ), in ApplyStyleSheets()
870 if ( pStyleSheetProperties->GetOutlineLevel( ) == 0 ) in ApplyStyleSheets()
H A DDomainMapper.cxx4040 …const StyleSheetPropertyMap* pStyleSheetProperties = dynamic_cast<const StyleSheetPropertyMap*>(pE… in sprmWithProps() local
4042 if( pStyleSheetProperties && pStyleSheetProperties->GetListId() >= 0 ) in sprmWithProps()
4044 ListDef::GetStyleName( pStyleSheetProperties->GetListId( ) ) ), false); in sprmWithProps()
4046 if( pStyleSheetProperties && pStyleSheetProperties->GetListLevel() >= 0 ) in sprmWithProps()
4047 …rContext->Insert( PROP_NUMBERING_LEVEL, true, uno::makeAny(pStyleSheetProperties->GetListLevel()),… in sprmWithProps()

Completed in 82 milliseconds