Searched refs:rPropState (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/xmloff/source/style/ |
H A D | PageMasterExportPropMapper.cxx | 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() 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() 452 …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()
|
/aoo41x/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,
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtparae.cxx | 3151 const Reference< XPropertyState > & rPropState, in addHyperlinkAttributes() 3159 && ( !rPropState.is() in addHyperlinkAttributes() 3160 || PropertyState_DIRECT_VALUE == rPropState->getPropertyState( sHyperLinkURL ) ) ) in addHyperlinkAttributes() 3175 && ( !rPropState.is() in addHyperlinkAttributes() 3176 || PropertyState_DIRECT_VALUE == rPropState->getPropertyState( sHyperLinkName ) ) ) in addHyperlinkAttributes() 3184 && ( !rPropState.is() in addHyperlinkAttributes() 3185 || PropertyState_DIRECT_VALUE == rPropState->getPropertyState( sHyperLinkTarget ) ) ) in addHyperlinkAttributes() 3193 && ( !rPropState.is() in addHyperlinkAttributes() 3194 || PropertyState_DIRECT_VALUE == rPropState->getPropertyState( sServerMap ) ) ) in addHyperlinkAttributes() 3202 && ( !rPropState.is() in addHyperlinkAttributes() [all …]
|
Completed in 42 milliseconds