Home
last modified time | relevance | path

Searched refs:rElementName (Results 1 – 25 of 32) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/helper/
H A Dzipstorage.cxx89 …ipStorage& rParentStorage, const Reference< XStorage >& rxStorage, const OUString& rElementName ) : in ZipStorage() argument
90 StorageBase( rParentStorage, rElementName, rParentStorage.isReadOnly() ), in ZipStorage()
126 StorageRef ZipStorage::implOpenSubStorage( const OUString& rElementName, bool bCreateMissing ) in implOpenSubStorage() argument
133 if( mxStorage->isStorageElement( rElementName ) ) in implOpenSubStorage()
135 rElementName, css::embed::ElementModes::READ ); in implOpenSubStorage()
149 rElementName, css::embed::ElementModes::READWRITE ); in implOpenSubStorage()
158 xSubStorage.reset( new ZipStorage( *this, xSubXStorage, rElementName ) ); in implOpenSubStorage()
162 Reference< XInputStream > ZipStorage::implOpenInputStream( const OUString& rElementName ) in implOpenInputStream() argument
167 …xInStream.set( mxStorage->openStreamElement( rElementName, css::embed::ElementModes::READ ), UNO_Q… in implOpenInputStream()
176 Reference< XOutputStream > ZipStorage::implOpenOutputStream( const OUString& rElementName ) in implOpenOutputStream() argument
[all …]
H A Dstoragebase.cxx189 void StorageBase::copyToStorage( StorageBase& rDestStrg, const OUString& rElementName ) in copyToStorage() argument
192 OSL_ENSURE( !rElementName.isEmpty(), "StorageBase::copyToStorage - invalid element name" ); in copyToStorage()
193 if( !rDestStrg.isStorage() || rDestStrg.isReadOnly() || rElementName.isEmpty() ) in copyToStorage()
196 StorageRef xSubStrg = openSubStorage( rElementName, false ); in copyToStorage()
199 StorageRef xDestSubStrg = rDestStrg.openSubStorage( rElementName, true ); in copyToStorage()
205 Reference< XInputStream > xInStrm = openInputStream( rElementName ); in copyToStorage()
208 Reference< XOutputStream > xOutStrm = rDestStrg.openOutputStream( rElementName ); in copyToStorage()
245 StorageRef StorageBase::getSubStorage( const OUString& rElementName, bool bCreateMissing ) in getSubStorage() argument
247 StorageRef& rxSubStrg = maSubStorages[ rElementName ]; in getSubStorage()
249 rxSubStrg = implOpenSubStorage( rElementName, bCreateMissing ); in getSubStorage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/helper/
H A Dzipstorage.cxx88 …ipStorage& rParentStorage, const Reference< XStorage >& rxStorage, const OUString& rElementName ) : in ZipStorage() argument
89 StorageBase( rParentStorage, rElementName, rParentStorage.isReadOnly() ), in ZipStorage()
125 StorageRef ZipStorage::implOpenSubStorage( const OUString& rElementName, bool bCreateMissing ) in implOpenSubStorage() argument
132 if( mxStorage->isStorageElement( rElementName ) ) in implOpenSubStorage()
134 rElementName, css::embed::ElementModes::READ ); in implOpenSubStorage()
148 rElementName, css::embed::ElementModes::READWRITE ); in implOpenSubStorage()
157 xSubStorage.reset( new ZipStorage( *this, xSubXStorage, rElementName ) ); in implOpenSubStorage()
161 Reference< XInputStream > ZipStorage::implOpenInputStream( const OUString& rElementName ) in implOpenInputStream() argument
166 …xInStream.set( mxStorage->openStreamElement( rElementName, css::embed::ElementModes::READ ), UNO_Q… in implOpenInputStream()
175 Reference< XOutputStream > ZipStorage::implOpenOutputStream( const OUString& rElementName ) in implOpenOutputStream() argument
[all …]
H A Dstoragebase.cxx190 void StorageBase::copyToStorage( StorageBase& rDestStrg, const OUString& rElementName ) in copyToStorage() argument
193 OSL_ENSURE( !rElementName.isEmpty(), "StorageBase::copyToStorage - invalid element name" ); in copyToStorage()
194 if( rDestStrg.isStorage() && !rDestStrg.isReadOnly() && !rElementName.isEmpty() ) in copyToStorage()
196 StorageRef xSubStrg = openSubStorage( rElementName, false ); in copyToStorage()
199 StorageRef xDestSubStrg = rDestStrg.openSubStorage( rElementName, true ); in copyToStorage()
205 Reference< XInputStream > xInStrm = openInputStream( rElementName ); in copyToStorage()
208 Reference< XOutputStream > xOutStrm = rDestStrg.openOutputStream( rElementName ); in copyToStorage()
246 StorageRef StorageBase::getSubStorage( const OUString& rElementName, bool bCreateMissing ) in getSubStorage() argument
248 StorageRef& rxSubStrg = maSubStorages[ rElementName ]; in getSubStorage()
250 rxSubStrg = implOpenSubStorage( rElementName, bCreateMissing ); in getSubStorage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/ole/
H A Dolestorage.cxx58 const OUString& rElementName );
83 const Reference< XNameContainer >& rxStorage, const OUString& rElementName ) : in OleOutputStream() argument
85 maElementName( rElementName ) in OleOutputStream()
182 StorageBase( rParentStorage, rElementName, bReadOnly ), in OleStorage()
191 const Reference< XStream >& rxOutStream, const OUString& rElementName ) : in OleStorage() argument
192 StorageBase( rParentStorage, rElementName, false ), in OleStorage()
297 if( mxStorage.is() && !rElementName.isEmpty() ) in implOpenSubStorage()
318 StorageRef xTempStorage( new OleStorage( *this, xTempFile, rElementName ) ); in implOpenSubStorage()
337 xInStream.set( mxStorage->getByName( rElementName ), UNO_QUERY ); in implOpenInputStream()
348 if( mxStorage.is() && !rElementName.isEmpty() ) in implOpenOutputStream()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/ole/
H A Dolestorage.cxx62 const OUString& rElementName );
87 const Reference< XNameContainer >& rxStorage, const OUString& rElementName ) : in OleOutputStream() argument
89 maElementName( rElementName ) in OleOutputStream()
186 StorageBase( rParentStorage, rElementName, bReadOnly ), in OleStorage()
195 const Reference< XStream >& rxOutStream, const OUString& rElementName ) : in OleStorage() argument
196 StorageBase( rParentStorage, rElementName, false ), in OleStorage()
301 if( mxStorage.is() && !rElementName.isEmpty() ) in implOpenSubStorage()
322 StorageRef xTempStorage( new OleStorage( *this, xTempFile, rElementName ) ); in implOpenSubStorage()
341 xInStream.set( mxStorage->getByName( rElementName ), UNO_QUERY ); in implOpenInputStream()
352 if( mxStorage.is() && !rElementName.isEmpty() ) in implOpenOutputStream()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/ole/
H A Dolestorage.hxx62 const OUString& rElementName,
67 const OUString& rElementName );
89 …virtual StorageRef implOpenSubStorage( const OUString& rElementName, bool bCreateMissing ) overri…
93 implOpenInputStream( const OUString& rElementName ) override;
97 implOpenOutputStream( const OUString& rElementName ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/ole/
H A Dolestorage.hxx63 const OUString& rElementName,
68 const OUString& rElementName );
90 …virtual StorageRef implOpenSubStorage( const OUString& rElementName, bool bCreateMissing ) overri…
94 implOpenInputStream( const OUString& rElementName ) override;
98 implOpenOutputStream( const OUString& rElementName ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/helper/
H A Dstoragebase.hxx130 void copyToStorage( StorageBase& rDestStrg, const OUString& rElementName );
158 virtual StorageRef implOpenSubStorage( const OUString& rElementName, bool bCreate ) = 0;
162 implOpenInputStream( const OUString& rElementName ) = 0;
166 implOpenOutputStream( const OUString& rElementName ) = 0;
172 StorageRef getSubStorage( const OUString& rElementName, bool bCreateMissing );
H A Dzipstorage.hxx58 const OUString& rElementName );
71 …virtual StorageRef implOpenSubStorage( const OUString& rElementName, bool bCreateMissing ) overri…
75 implOpenInputStream( const OUString& rElementName ) override;
79 implOpenOutputStream( const OUString& rElementName ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/helper/
H A Dstoragebase.hxx130 void copyToStorage( StorageBase& rDestStrg, const OUString& rElementName );
158 virtual StorageRef implOpenSubStorage( const OUString& rElementName, bool bCreate ) = 0;
162 implOpenInputStream( const OUString& rElementName ) = 0;
166 implOpenOutputStream( const OUString& rElementName ) = 0;
172 StorageRef getSubStorage( const OUString& rElementName, bool bCreateMissing );
H A Dzipstorage.hxx58 const OUString& rElementName );
71 …virtual StorageRef implOpenSubStorage( const OUString& rElementName, bool bCreateMissing ) overri…
75 implOpenInputStream( const OUString& rElementName ) override;
79 implOpenOutputStream( const OUString& rElementName ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A Dxmlictxt.cxx77 …LImportContext::startUnknownElement(const OUString & /*rNamespace*/, const OUString & rElementName, in startUnknownElement() argument
112 mrImport.startElement( rElementName, mrImport.maAttrList.get() ); in startUnknownElement()
123 …MLImportContext::endUnknownElement (const OUString & /*rNamespace*/, const OUString & rElementName) in endUnknownElement() argument
125 mrImport.endElement( rElementName ); in endUnknownElement()
H A DSettingsExportHelper.cxx381 for (const auto& rElementName : aNames) in exportNameAccess() local
382 exportMapEntry(aNamed->getByName(rElementName), rElementName, true); in exportNameAccess()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlscript/source/xmllib_imexp/
H A Dxmllib_export.cxx118 for( const auto& rElementName : rLib.aElementNames ) in exportLibrary() local
123 rElementName ); in exportLibrary()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlscript/source/xmllib_imexp/
H A Dxmllib_export.cxx120 for( const auto& rElementName : rLib.aElementNames ) in exportLibrary() local
126 rElementName ); in exportLibrary()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/inc/drawingml/
H A Dtexteffectscontext.hxx38 …void pushAttributeToGrabBag (sal_Int32 aAttributeId, const OUString& rElementName, const Attribute…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/inc/drawingml/
H A Dtexteffectscontext.hxx38 …void pushAttributeToGrabBag (sal_Int32 aAttributeId, const OUString& rElementName, const Attribute…
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/uiconfiguration/
H A Duiconfigurationmanager.cxx292 for ( OUString const & rElementName : aUIElementNames ) in impl_preloadUIElementTypeList()
297 sal_Int32 nIndex = rElementName.lastIndexOf( '.' ); in impl_preloadUIElementTypeList()
298 if (( nIndex > 0 ) && ( nIndex < rElementName.getLength() )) in impl_preloadUIElementTypeList()
300 OUString aExtension( rElementName.copy( nIndex+1 )); in impl_preloadUIElementTypeList()
301 OUString aUIElementName( rElementName.copy( 0, nIndex )); in impl_preloadUIElementTypeList()
307 aUIElementData.aName = rElementName; in impl_preloadUIElementTypeList()
H A Dmoduleuiconfigurationmanager.cxx366 for ( OUString const & rElementName : aUIElementNames ) in impl_preloadUIElementTypeList()
371 sal_Int32 nIndex = rElementName.lastIndexOf( '.' ); in impl_preloadUIElementTypeList()
372 if (( nIndex > 0 ) && ( nIndex < rElementName.getLength() )) in impl_preloadUIElementTypeList()
374 OUString aExtension( rElementName.copy( nIndex+1 )); in impl_preloadUIElementTypeList()
375 OUString aUIElementName( rElementName.copy( 0, nIndex )); in impl_preloadUIElementTypeList()
381 aUIElementData.aName = rElementName; in impl_preloadUIElementTypeList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dximpcustomshape.cxx1119 const OUString& rElementName ) in SdXMLCustomShapePropertyMerge() argument
1124 aProp.Name = rElementName; in SdXMLCustomShapePropertyMerge()
1132 const OUString& rElementName ) in SdXMLCustomShapePropertyMerge() argument
1137 aProp.Name = rElementName; in SdXMLCustomShapePropertyMerge()
1145 const OUString& rElementName ) in SdXMLCustomShapePropertyMerge() argument
1150 aProp.Name = rElementName; in SdXMLCustomShapePropertyMerge()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dximpcustomshape.cxx1123 const OUString& rElementName ) in SdXMLCustomShapePropertyMerge() argument
1128 aProp.Name = rElementName; in SdXMLCustomShapePropertyMerge()
1136 const OUString& rElementName ) in SdXMLCustomShapePropertyMerge() argument
1141 aProp.Name = rElementName; in SdXMLCustomShapePropertyMerge()
1149 const OUString& rElementName ) in SdXMLCustomShapePropertyMerge() argument
1154 aProp.Name = rElementName; in SdXMLCustomShapePropertyMerge()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A DSettingsExportHelper.cxx381 for (const auto& rElementName : aNames) in exportNameAccess() local
382 exportMapEntry(aNamed->getByName(rElementName), rElementName, true); in exportNameAccess()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dtexteffectscontext.cxx118 …text::pushAttributeToGrabBag (sal_Int32 aAttributeId, const OUString& rElementName, const Attribut… in pushAttributeToGrabBag() argument
123 mpGrabBagStack->addString(rElementName, aString); in pushAttributeToGrabBag()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dtexteffectscontext.cxx119 …text::pushAttributeToGrabBag (sal_Int32 aAttributeId, const OUString& rElementName, const Attribut… in pushAttributeToGrabBag() argument
124 mpGrabBagStack->addString(rElementName, aString); in pushAttributeToGrabBag()

12