Searched refs:sPresentation (Results 1 – 2 of 2) sorted by relevance
1077 OUString sPresentation = rTextField->getPresentation(sal_False); in ExportFieldHelper() local1085 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 …]
304 OUString sPresentation(xStorable->getLocation()); in ExportAsMultipleFiles() local306 lastslash = sPresentation.lastIndexOf('/') + 1; in ExportAsMultipleFiles()307 int lastdot = sPresentation.lastIndexOf('.'); in ExportAsMultipleFiles()310 OUString sPresentationName = sPresentation.copy(lastslash, lastdot - lastslash); in ExportAsMultipleFiles()