Home
last modified time | relevance | path

Searched refs:rPropState (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/xmloff/source/style/
H A DPageMasterExportPropMapper.cxx70 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()
[all …]
H A Dxmlexppr.cxx117 void AddPropertyState(const XMLPropertyState& rPropState);
129 const XMLPropertyState& rPropState) in AddPropertyState() argument
135 if (aLastItr->mnIndex < rPropState.mnIndex) in AddPropertyState()
143 aLastItr = aPropStates.insert(aPropStates.end(), rPropState); in AddPropertyState()
147 else if (aItr->mnIndex > rPropState.mnIndex) in AddPropertyState()
149 aLastItr = aPropStates.insert(aItr, rPropState); in AddPropertyState()
/AOO41X/main/xmloff/inc/xmloff/
H A Dmaptype.hxx66 XMLPropertyState( const XMLPropertyState& rPropState ) in XMLPropertyState()
67 : mnIndex( rPropState.mnIndex ), maValue( rPropState.maValue ) {} in XMLPropertyState()
H A Dtxtparae.hxx268 ::com::sun::star::beans::XPropertyState > & rPropState,
/AOO41X/main/xmloff/source/text/
H A Dtxtparae.cxx3153 const Reference< XPropertyState > & rPropState, in addHyperlinkAttributes()
3161 && ( !rPropState.is() in addHyperlinkAttributes()
3162 || PropertyState_DIRECT_VALUE == rPropState->getPropertyState( sHyperLinkURL ) ) ) in addHyperlinkAttributes()
3177 && ( !rPropState.is() in addHyperlinkAttributes()
3178 || PropertyState_DIRECT_VALUE == rPropState->getPropertyState( sHyperLinkName ) ) ) in addHyperlinkAttributes()
3186 && ( !rPropState.is() in addHyperlinkAttributes()
3187 || PropertyState_DIRECT_VALUE == rPropState->getPropertyState( sHyperLinkTarget ) ) ) in addHyperlinkAttributes()
3195 && ( !rPropState.is() in addHyperlinkAttributes()
3196 || PropertyState_DIRECT_VALUE == rPropState->getPropertyState( sServerMap ) ) ) in addHyperlinkAttributes()
3204 && ( !rPropState.is() in addHyperlinkAttributes()
[all …]