Home
last modified time | relevance | path

Searched refs:aStmName (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/app/
H A Dsdmod.cxx182 OUString aStmName; in GetOptionStream() local
185 aStmName = "Draw_"; in GetOptionStream()
187 aStmName = "Impress_"; in GetOptionStream()
189 aStmName += rOptionName; in GetOptionStream()
191 if( SD_OPTION_STORE == eMode || xOptionStorage->IsContained( aStmName ) ) in GetOptionStream()
192 xStm = xOptionStorage->OpenSotStream( aStmName ); in GetOptionStream()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/app/
H A Dsdmod.cxx187 OUString aStmName; in GetOptionStream() local
190 aStmName = "Draw_"; in GetOptionStream()
192 aStmName = "Impress_"; in GetOptionStream()
194 aStmName += rOptionName; in GetOptionStream()
196 if( SdOptionStreamMode::Store == eMode || xOptionStorage->IsContained( aStmName ) ) in GetOptionStream()
197 xStm = xOptionStorage->OpenSotStream( aStmName ); in GetOptionStream()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/gallery2/
H A Dgaltheme.cxx539 const OUString aStmName( GetSvDrawStreamNameFromURL( pEntry->aURL ) ); in Actualize() local
540 …tools::SvRef<SotStorageStream> pIStm = aSvDrawStorageRef->OpenSotStream( aStmName, StreamMode::RE… in Actualize()
897 const OUString aStmName( GetSvDrawStreamNameFromURL( aURL ) ); in GetModel() local
898 … tools::SvRef<SotStorageStream> xIStm( xStor->OpenSotStream( aStmName, StreamMode::READ ) ); in GetModel()
920 const OUString aStmName( GetSvDrawStreamNameFromURL( aURL ) ); in InsertModel() local
921 …tools::SvRef<SotStorageStream> xOStm( xStor->OpenSotStream( aStmName, StreamMode::WRITE | StreamM… in InsertModel()
969 const OUString aStmName( GetSvDrawStreamNameFromURL( aURL ) ); in GetModelStream() local
970 … tools::SvRef<SotStorageStream> xIStm( xStor->OpenSotStream( aStmName, StreamMode::READ ) ); in GetModelStream()
1016 const OUString aStmName( GetSvDrawStreamNameFromURL( aURL ) ); in InsertModelStream() local
1017 …tools::SvRef<SotStorageStream> xOStm( xStor->OpenSotStream( aStmName, StreamMode::WRITE | StreamM… in InsertModelStream()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/gallery2/
H A Dgallerybinaryengine.cxx535 const OUString aStmName(GetSvDrawStreamNameFromURL(pEntry->getURL())); in updateSvDrawObject() local
537 = GetSvDrawStorage()->OpenSotStream(aStmName, StreamMode::READ); in updateSvDrawObject()