Home
last modified time | relevance | path

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

/AOO41X/main/xmloff/source/text/
H A Dtxtflde.cxx1077 OUString sPresentation = rTextField->getPresentation(sal_False); in ExportFieldHelper() local
1085 ExportElement(MapAuthorFieldName(rPropSet), sPresentation); in ExportFieldHelper()
1092 ExportElement(MapSenderFieldName(rPropSet), sPresentation); in ExportFieldHelper()
1102 ExportElement(XML_PLACEHOLDER, sPresentation); in ExportFieldHelper()
1114 sPresentation); in ExportFieldHelper()
1118 sPresentation, in ExportFieldHelper()
1124 ExportElement(XML_VARIABLE_SET, sPresentation); in ExportFieldHelper()
1146 ExportElement(XML_VARIABLE_GET, sPresentation); in ExportFieldHelper()
1159 sPresentation); in ExportFieldHelper()
1163 sPresentation, in ExportFieldHelper()
[all …]
/AOO41X/main/filter/source/flash/
H A Dswffilter.cxx304 OUString sPresentation(xStorable->getLocation()); in ExportAsMultipleFiles() local
306 lastslash = sPresentation.lastIndexOf('/') + 1; in ExportAsMultipleFiles()
307 int lastdot = sPresentation.lastIndexOf('.'); in ExportAsMultipleFiles()
310 OUString sPresentationName = sPresentation.copy(lastslash, lastdot - lastslash); in ExportAsMultipleFiles()