Home
last modified time | relevance | path

Searched refs:aMasterPageNamePrefix (Results 1 – 1 of 1) sorted by path

/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx2382 OUString aMasterPageNamePrefix; in _ExportAutoStyles() local
2386 aMasterPageNamePrefix = xNamed->getName(); in _ExportAutoStyles()
2388 if(aMasterPageNamePrefix.getLength()) in _ExportAutoStyles()
2390 aMasterPageNamePrefix += OUString(RTL_CONSTASCII_USTRINGPARAM("-")); in _ExportAutoStyles()
2392 GetShapeExport()->setPresentationStylePrefix( aMasterPageNamePrefix ); in _ExportAutoStyles()
2439 OUString aMasterPageNamePrefix; in _ExportAutoStyles() local
2449 aMasterPageNamePrefix = xMasterNamed->getName(); in _ExportAutoStyles()
2453 if(aMasterPageNamePrefix.getLength()) in _ExportAutoStyles()
2455 aMasterPageNamePrefix += OUString(RTL_CONSTASCII_USTRINGPARAM("-")); in _ExportAutoStyles()
2458 GetShapeExport()->setPresentationStylePrefix( aMasterPageNamePrefix ); in _ExportAutoStyles()

Completed in 16 milliseconds