Searched refs:aStreamPath (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sc/source/ui/inc/ |
H A D | impex.hxx | 55 String aStreamPath; member in ScImportExport 125 void SetStreamPath( const String& rPath ) { aStreamPath = rPath; } in SetStreamPath() 126 const String& GetStreamPath() const { return aStreamPath; } in GetStreamPath()
|
/aoo4110/main/sc/source/filter/html/ |
H A D | htmlexp2.cxx | 199 if( aStreamPath.Len() > 0 ) in WriteImage() 202 String aGrfNm( aStreamPath ); in WriteImage() 221 CopyLocalFileToINet( rLinkName, aStreamPath ); in WriteImage()
|
H A D | htmlexp.cxx | 238 aStreamPath( rStreamPathP ), in ScHTMLExport() 559 aGrfNm = aStreamPath; in WriteBody() 578 CopyLocalFileToINet( aGrfNm, aStreamPath ); in WriteBody()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | htmlexp.hxx | 103 String aStreamPath; member in ScHTMLExport 162 sal_Bool bAll, const String& aStreamPath );
|
/aoo4110/main/package/source/xstor/ |
H A D | xstorage.cxx | 6225 … OStorage::openStreamElementByHierarchicalName( const ::rtl::OUString& aStreamPath, ::sal_Int32 nO… in openStreamElementByHierarchicalName() argument 6241 …if ( !aStreamPath.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aStreamPa… in openStreamElementByHierarchicalName() 6248 OStringList_Impl aListPath = OHierarchyHolder_Impl::GetListPathFromString( aStreamPath ); in openStreamElementByHierarchicalName() 6257 SotElement_Impl *pElement = OpenStreamElement_Impl( aStreamPath, nOpenMode, sal_False ); in openStreamElementByHierarchicalName() 6293 …return openEncryptedStreamByHierarchicalName( aStreamPath, nOpenMode, ::comphelper::OStorageHelper… in openEncryptedStreamElementByHierarchicalName() 6297 void SAL_CALL OStorage::removeStreamElementByHierarchicalName( const ::rtl::OUString& aStreamPath ) in removeStreamElementByHierarchicalName() argument 6313 …if ( !aStreamPath.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aStreamPa… in removeStreamElementByHierarchicalName() 6319 OStringList_Impl aListPath = OHierarchyHolder_Impl::GetListPathFromString( aStreamPath ); in removeStreamElementByHierarchicalName() 6353 …if ( !aStreamPath.getLength() || !::comphelper::OStorageHelper::IsValidZipEntryFileName( aStreamPa… in openEncryptedStreamByHierarchicalName() 6363 OStringList_Impl aListPath = OHierarchyHolder_Impl::GetListPathFromString( aStreamPath ); in openEncryptedStreamByHierarchicalName() [all …]
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 1933 aStreamPath, aNonConvertibleChars ); in Doc2HTML()
|
Completed in 75 milliseconds