Lines Matching refs:rPropState

70 void lcl_AddState(::std::vector< XMLPropertyState >& rPropState, sal_Int32 nIndex, const rtl::OUStr…  in lcl_AddState()  argument
73 rPropState.push_back(XMLPropertyState (nIndex, cppu::bool2any(sal_True))); in lcl_AddState()
106 void ContextFilter( ::std::vector< XMLPropertyState >& rPropState );
317 ::std::vector< XMLPropertyState >& rPropState, in ContextFilter()
344 …for( ::std::vector< XMLPropertyState >::iterator aIter = rPropState.begin(); aIter != rPropState.e… in ContextFilter()
419 aPageBuffer.ContextFilter( rPropState ); in ContextFilter()
420 aHeaderBuffer.ContextFilter( rPropState ); in ContextFilter()
421 aFooterBuffer.ContextFilter( rPropState ); in ContextFilter()
448 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_ANNOTATIONS), rtl::OUString(RTL_… in ContextFilter()
449 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_CHARTS), rtl::OUString(RTL_CONST… in ContextFilter()
450 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_DRAWING), rtl::OUString(RTL_CONS… in ContextFilter()
451 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_FORMULAS), rtl::OUString(RTL_CON… in ContextFilter()
452 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_GRID), rtl::OUString(RTL_CONSTAS… in ContextFilter()
453 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_HEADERS), rtl::OUString(RTL_CONS… in ContextFilter()
454 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_OBJECTS), rtl::OUString(RTL_CONS… in ContextFilter()
455 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_ZEROVALUES), rtl::OUString(RTL_C… in ContextFilter()
458 SvXMLExportPropertyMapper::ContextFilter(rPropState,rPropSet); in ContextFilter()