Home
last modified time | relevance | path

Searched refs:sServerMap (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/xmloff/source/text/
H A Dtxtparae.cxx1251 sServerMap(RTL_CONSTASCII_USTRINGPARAM("ServerMap")), in XMLTextParagraphExport()
3194 if ( rPropSetInfo->hasPropertyByName( sServerMap ) in addHyperlinkAttributes()
3196 || PropertyState_DIRECT_VALUE == rPropState->getPropertyState( sServerMap ) ) ) in addHyperlinkAttributes()
3198 bServerMap = *(sal_Bool *) rPropSet->getPropertyValue( sServerMap ).getValue(); in addHyperlinkAttributes()
/AOO41X/main/xmloff/inc/xmloff/
H A Dtxtparae.hxx189 const ::rtl::OUString sServerMap; member in XMLTextParagraphExport