Home
last modified time | relevance | path

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

/AOO41X/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx1026 const StyleSheetPropertyMap* pStyleSheetProperties = in GetAbstractList() local
1029 if( pStyleSheetProperties && pStyleSheetProperties->GetNumId() >= 0 ) in GetAbstractList()
1031 ListDef::Pointer pList = GetList( pStyleSheetProperties->GetNumId() ); in GetAbstractList()
H A DStyleSheetTable.cxx863 …const StyleSheetPropertyMap* pStyleSheetProperties = dynamic_cast<const StyleSheetPropertyMap*>(pE… in ApplyStyleSheets() local
864 if ( pStyleSheetProperties ) in ApplyStyleSheets()
869 … uno::makeAny( sal_Int16( pStyleSheetProperties->GetOutlineLevel( ) ) ), in ApplyStyleSheets()
873 if ( pStyleSheetProperties->GetOutlineLevel( ) == 0 ) in ApplyStyleSheets()
H A DDomainMapper.cxx4031 …const StyleSheetPropertyMap* pStyleSheetProperties = dynamic_cast<const StyleSheetPropertyMap*>(pE… in sprmWithProps() local
4033 if( pStyleSheetProperties && pStyleSheetProperties->GetListId() >= 0 ) in sprmWithProps()
4035 ListDef::GetStyleName( pStyleSheetProperties->GetListId( ) ) ), false); in sprmWithProps()
4037 if( pStyleSheetProperties && pStyleSheetProperties->GetListLevel() >= 0 ) in sprmWithProps()
4038 …rContext->Insert( PROP_NUMBERING_LEVEL, true, uno::makeAny(pStyleSheetProperties->GetListLevel()),… in sprmWithProps()