Lines Matching refs:rPropState
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()
3205 … || PropertyState_DIRECT_VALUE == rPropState->getPropertyState( sUnvisitedCharStyleName ) ) ) in addHyperlinkAttributes()
3213 && ( !rPropState.is() in addHyperlinkAttributes()
3214 … || PropertyState_DIRECT_VALUE == rPropState->getPropertyState( sVisitedCharStyleName ) ) ) in addHyperlinkAttributes()