Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/text/
H A Dtxtstyli.cxx443 struct _ContextID_Index_Pair aContextIDs[] = in FillPropertySet() local
484 xImpPrMap->CheckSpecialContext( GetProperties(), rPropSet, aContextIDs ); in FillPropertySet()
486 xImpPrMap->FillPropertySet( GetProperties(), rPropSet, aContextIDs ); in FillPropertySet()
489 sal_Int32 nIndex = aContextIDs[0].nIndex; in FillPropertySet()
509 (aContextIDs[1].nIndex == -1) in FillPropertySet()
511 : GetProperties()[aContextIDs[1].nIndex].maValue ); in FillPropertySet()
521 (aContextIDs[2].nIndex == -1) in FillPropertySet()
523 : GetProperties()[aContextIDs[2].nIndex].maValue ); in FillPropertySet()
532 nIndex = aContextIDs[i].nIndex; in FillPropertySet()
/aoo41x/main/xmloff/source/draw/
H A DXMLShapeStyleContext.cxx198 struct _ContextID_Index_Pair aContextIDs[] = in FillPropertySet() local
228 xImpPrMap->FillPropertySet( GetProperties(), rPropSet, aContextIDs ); in FillPropertySet()
234 for( sal_uInt16 i=0; aContextIDs[i].nContextID != -1; i++ ) in FillPropertySet()
236 sal_Int32 nIndex = aContextIDs[i].nIndex; in FillPropertySet()
237 if( nIndex != -1 ) switch( aContextIDs[i].nContextID ) in FillPropertySet()
H A Dximpstyl.cxx260 struct _ContextID_Index_Pair aContextIDs[MAX_SPECIAL_DRAW_STYLES+1] = in FillPropertySet() local
286 xImpPrMap->FillPropertySet( GetProperties(), rPropSet, aContextIDs ); in FillPropertySet()
291 sal_Int32 nIndex = aContextIDs[i].nIndex; in FillPropertySet()

Completed in 22 milliseconds