Searched refs:pStyleSheetProperties (Results 1 – 3 of 3) sorted by relevance
1005 const StyleSheetPropertyMap* pStyleSheetProperties = in GetAbstractList() local1008 if( pStyleSheetProperties && pStyleSheetProperties->GetNumId() >= 0 ) in GetAbstractList()1010 ListDef::Pointer pList = GetList( pStyleSheetProperties->GetNumId() ); in GetAbstractList()
860 …const StyleSheetPropertyMap* pStyleSheetProperties = dynamic_cast<const StyleSheetPropertyMap*>(pE… in ApplyStyleSheets() local861 if ( pStyleSheetProperties ) in ApplyStyleSheets()866 … uno::makeAny( sal_Int16( pStyleSheetProperties->GetOutlineLevel( ) ) ), in ApplyStyleSheets()870 if ( pStyleSheetProperties->GetOutlineLevel( ) == 0 ) in ApplyStyleSheets()
4040 …const StyleSheetPropertyMap* pStyleSheetProperties = dynamic_cast<const StyleSheetPropertyMap*>(pE… in sprmWithProps() local4042 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 57 milliseconds