Home
last modified time | relevance | path

Searched refs:sDocName (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/sw/source/core/swg/
H A DSwXMLTextBlocks1.cxx483 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()
/aoo42x/main/qadevOOo/runner/util/
H A Dutils.java70 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()
/aoo42x/main/sc/source/filter/xml/
H A Dxmlwrap.cxx150 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()
H A DXMLCodeNameProvider.cxx179 OUString sDocName( RTL_CONSTASCII_USTRINGPARAM("*doc*") ); in set() local
181 if( xNameAccess->hasByName( sDocName ) ) in set()
183 aAny = xNameAccess->getByName( sDocName ); in set()
/aoo42x/main/xmloff/source/meta/
H A Dxmlversion.cxx426 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()
/aoo42x/main/sw/source/filter/xml/
H A Dswxml.cxx1074 OUString sDocName( RTL_CONSTASCII_USTRINGPARAM( "content.xml" ) ); in GetSectionList() local
1075 aParserInput.sSystemId = sDocName; in GetSectionList()
1077 …uno::Reference < io::XStream > xStm = xStg2->openStreamElement( sDocName, embed::ElementModes::REA… in GetSectionList()
/aoo42x/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx1038 const OUString sDocName( OUString::createFromAscii( pServices->mpStream ) ); in Export() local
1040 xStorage->openStreamElement( sDocName, in Export()
1062 xInfoSet->setPropertyValue( sStreamName, Any( sDocName ) ); in Export()
/aoo42x/main/sc/inc/
H A Dxmlwrap.hxx62 …const rtl::OUString& sComponentName, const rtl::OUString& sDocName, const rtl::OUString& sOldDocNa…
/aoo42x/main/reportdesign/source/ui/inspection/
H A DGeometryHandler.cxx1700 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 53 milliseconds