Searched refs:sDocName (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sw/source/core/swg/ |
H A D | SwXMLTextBlocks1.cxx | 483 const OUString sDocName( RTL_CONSTASCII_USTRINGPARAM( XMLN_BLOCKLIST ) ); in ReadInfo() local 485 if ( xAccess.is() && xAccess->hasByName( sDocName ) && xBlkRoot->isStreamElement( sDocName ) ) in ReadInfo() 497 aParserInput.sSystemId = sDocName; in ReadInfo() 499 …uno::Reference < io::XStream > xDocStream = xBlkRoot->openStreamElement( sDocName, embed::ElementM… in ReadInfo() 560 OUString sDocName( RTL_CONSTASCII_USTRINGPARAM( XMLN_BLOCKLIST ) ); in WriteInfo() local 572 uno::Reference < io::XStream > xDocStream = xBlkRoot->openStreamElement( sDocName, in WriteInfo()
|
/aoo4110/main/qadevOOo/runner/util/ |
H A D | utils.java | 70 public static String getFullTestDocName(String sDocName) { in getFullTestDocName() argument 103 return docpth + "/" + sDocName; in getFullTestDocName() 114 pthSep + "testdocs" + pthSep + sDocName; in getFullTestDocName() 117 testdocPth = docpth + pthSep + sDocName; in getFullTestDocName() 128 public static String getFullTestURL(String sDocName) { in getFullTestURL() argument 129 String fullDocPath = getFullTestDocName(sDocName); in getFullTestURL() 168 public static String getFullURL(String sDocName) { in getFullURL() argument 169 String fullDocPath = sDocName; in getFullURL()
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | XMLCodeNameProvider.cxx | 179 OUString sDocName( RTL_CONSTASCII_USTRINGPARAM("*doc*") ); in set() local 181 if( xNameAccess->hasByName( sDocName ) ) in set() 183 aAny = xNameAccess->getByName( sDocName ); in set()
|
H A D | xmlwrap.cxx | 150 const rtl::OUString& sComponentName, const rtl::OUString& sDocName, in ImportFromComponent() argument 164 rtl::OUString sStream(sDocName); in ImportFromComponent() 170 if ( xAccess->hasByName(sDocName) && xStorage->isStreamElement( sDocName) ) in ImportFromComponent() 171 xDocStream = xStorage->openStreamElement( sDocName, embed::ElementModes::READ ); in ImportFromComponent() 302 if( sDocName.getLength() ) in ImportFromComponent() 307 sDocName, sErr, in ImportFromComponent()
|
/aoo4110/main/xmloff/source/meta/ |
H A D | xmlversion.cxx | 426 const OUString sDocName( RTL_CONSTASCII_USTRINGPARAM( XMLN_VERSIONSLIST ) ); in load() local 430 … if ( xRootNames.is() && xRootNames->hasByName( sDocName ) && xRoot->isStreamElement( sDocName ) ) in load() 450 sDocName, in load()
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | swxml.cxx | 1090 OUString sDocName( RTL_CONSTASCII_USTRINGPARAM( "content.xml" ) ); in GetSectionList() local 1091 aParserInput.sSystemId = sDocName; in GetSectionList() 1093 …uno::Reference < io::XStream > xStm = xStg2->openStreamElement( sDocName, embed::ElementModes::REA… in GetSectionList()
|
/aoo4110/main/sd/source/filter/xml/ |
H A D | sdxmlwrp.cxx | 1038 const OUString sDocName( OUString::createFromAscii( pServices->mpStream ) ); in Export() local 1040 xStorage->openStreamElement( sDocName, in Export() 1062 xInfoSet->setPropertyValue( sStreamName, Any( sDocName ) ); in Export()
|
/aoo4110/main/sc/inc/ |
H A D | xmlwrap.hxx | 62 …const rtl::OUString& sComponentName, const rtl::OUString& sDocName, const rtl::OUString& sOldDocNa…
|
/aoo4110/main/reportdesign/source/ui/inspection/ |
H A D | GeometryHandler.cxx | 1700 const ::rtl::OUString sDocName( impl_ConvertMimeTypeToUI_nothrow(*pIter) ); in impl_fillMimeTypes_nothrow() local 1701 if ( sDocName.getLength() ) in impl_fillMimeTypes_nothrow() 1702 _out_rList.push_back(sDocName); in impl_fillMimeTypes_nothrow()
|
Completed in 135 milliseconds