Searched refs:aContextIDs (Results 1 – 3 of 3) sorted by relevance
443 struct _ContextID_Index_Pair aContextIDs[] = in FillPropertySet() local484 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()
198 struct _ContextID_Index_Pair aContextIDs[] = in FillPropertySet() local228 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()
260 struct _ContextID_Index_Pair aContextIDs[MAX_SPECIAL_DRAW_STYLES+1] = in FillPropertySet() local286 xImpPrMap->FillPropertySet( GetProperties(), rPropSet, aContextIDs ); in FillPropertySet()291 sal_Int32 nIndex = aContextIDs[i].nIndex; in FillPropertySet()
Completed in 34 milliseconds