Searched refs:rPropState (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/xmloff/source/style/ |
H A D | PageMasterExportPropMapper.cxx | 74 rPropState.push_back(XMLPropertyState (nIndex, cppu::bool2any(sal_True))); in lcl_AddState() 107 void ContextFilter( ::std::vector< XMLPropertyState >& rPropState ); 318 ::std::vector< XMLPropertyState >& rPropState, in ContextFilter() 353 …for( ::std::vector< XMLPropertyState >::iterator aIter = rPropState.begin(); aIter != rPropState.e… in ContextFilter() 533 aPageBuffer.ContextFilter( rPropState ); in ContextFilter() 534 aHeaderBuffer.ContextFilter( rPropState ); in ContextFilter() 535 aFooterBuffer.ContextFilter( rPropState ); in ContextFilter() 563 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_CHARTS), rtl::OUString(RTL_CONST… in ContextFilter() 564 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_DRAWING), rtl::OUString(RTL_CONS… in ContextFilter() 566 …lcl_AddState(rPropState, aPropMapper->FindEntryIndex(CTF_PM_PRINT_GRID), rtl::OUString(RTL_CONSTAS… in ContextFilter() [all …]
|
H A D | xmlexppr.cxx | 117 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()
|
/aoo42x/main/xmloff/inc/xmloff/ |
H A D | maptype.hxx | 66 XMLPropertyState( const XMLPropertyState& rPropState ) in XMLPropertyState() 67 : mnIndex( rPropState.mnIndex ), maValue( rPropState.maValue ) {} in XMLPropertyState()
|
H A D | txtparae.hxx | 268 ::com::sun::star::beans::XPropertyState > & rPropState,
|
/aoo42x/main/xmloff/source/text/ |
H A D | txtparae.cxx | 3153 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 …]
|
Completed in 51 milliseconds