Home
last modified time | relevance | path

Searched refs:sUnvisitedCharStyleName (Results 1 – 4 of 4) sorted by relevance

/trunk/main/reportdesign/source/core/inc/
H A DReportControlModel.hxx69 ::rtl::OUString sUnvisitedCharStyleName;
H A DReportHelperImpl.hxx593 return varName.sUnvisitedCharStyleName; \
597 set(PROPERTY_UNVISITEDCHARSTYLENAME,the_value,varName.sUnvisitedCharStyleName); \
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx1270 sUnvisitedCharStyleName(RTL_CONSTASCII_USTRINGPARAM("UnvisitedCharStyleName")), in XMLTextParagraphExport()
3205 if ( rPropSetInfo->hasPropertyByName( sUnvisitedCharStyleName ) in addHyperlinkAttributes()
3207 … || PropertyState_DIRECT_VALUE == rPropState->getPropertyState( sUnvisitedCharStyleName ) ) ) in addHyperlinkAttributes()
3209 rPropSet->getPropertyValue( sUnvisitedCharStyleName ) >>= sUStyleName; in addHyperlinkAttributes()
/trunk/main/xmloff/inc/xmloff/
H A Dtxtparae.hxx206 const ::rtl::OUString sUnvisitedCharStyleName; member in XMLTextParagraphExport