Lines Matching refs:rPropState
3155 const Reference< XPropertyState > & rPropState, in addHyperlinkAttributes()
3163 && ( !rPropState.is() in addHyperlinkAttributes()
3164 || PropertyState_DIRECT_VALUE == rPropState->getPropertyState( sHyperLinkURL ) ) ) in addHyperlinkAttributes()
3179 && ( !rPropState.is() in addHyperlinkAttributes()
3180 || PropertyState_DIRECT_VALUE == rPropState->getPropertyState( sHyperLinkName ) ) ) in addHyperlinkAttributes()
3188 && ( !rPropState.is() in addHyperlinkAttributes()
3189 || PropertyState_DIRECT_VALUE == rPropState->getPropertyState( sHyperLinkTarget ) ) ) in addHyperlinkAttributes()
3197 && ( !rPropState.is() in addHyperlinkAttributes()
3198 || PropertyState_DIRECT_VALUE == rPropState->getPropertyState( sServerMap ) ) ) in addHyperlinkAttributes()
3206 && ( !rPropState.is() in addHyperlinkAttributes()
3207 … || PropertyState_DIRECT_VALUE == rPropState->getPropertyState( sUnvisitedCharStyleName ) ) ) in addHyperlinkAttributes()
3215 && ( !rPropState.is() in addHyperlinkAttributes()
3216 … || PropertyState_DIRECT_VALUE == rPropState->getPropertyState( sVisitedCharStyleName ) ) ) in addHyperlinkAttributes()