Home
last modified time | relevance | path

Searched refs:nOpenMode (Results 51 – 61 of 61) sorted by relevance

123

/aoo41x/main/framework/source/uiconfiguration/
H A Duiconfigurationmanager.cxx1173 long nOpenMode = 0; in setStorage() local
1175 if ( a >>= nOpenMode ) in setStorage()
1176 m_bReadOnly = !( nOpenMode & ElementModes::WRITE ); in setStorage()
H A Dimagemanagerimpl.cxx805 long nOpenMode = 0; in initialize() local
806 …opSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "OpenMode" ))) >>= nOpenMode ) in initialize()
807 m_bReadOnly = !( nOpenMode & ElementModes::WRITE ); in initialize()
H A Dmoduleuiconfigurationmanager.cxx868 long nOpenMode = 0; in initialize() local
870 if ( a >>= nOpenMode ) in initialize()
871 m_bReadOnly = !( nOpenMode & ElementModes::WRITE ); in initialize()
/aoo41x/main/ucb/source/ucp/gvfs/
H A Dgvfs_directory.hxx64 sal_Int32 nOpenMode);
/aoo41x/main/ucb/source/ucp/gio/
H A Dgio_datasupplier.hxx68 const com::sun::star::uno::Reference< Content >& rContent, sal_Int32 nOpenMode );
/aoo41x/main/framework/source/inc/accelerators/
H A Dstorageholder.hxx150 … sal_Int32 nOpenMode);
/aoo41x/main/sfx2/inc/sfx2/
H A Ddocfile.hxx119 StreamMode nOpenMode,
/aoo41x/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx61 sal_Int32 nOpenMode,
/aoo41x/main/xmlhelp/source/cxxhelp/provider/
H A Dresultsetbase.hxx62 sal_Int32 nOpenMode,
/aoo41x/main/reportdesign/source/core/api/
H A DReportDefinition.cxx211 sal_Int32 nOpenMode = embed::ElementModes::READ; in lcl_setModelReadOnly() local
213 … xProp->getPropertyValue(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("OpenMode"))) >>= nOpenMode; in lcl_setModelReadOnly()
215 _rModel->SetReadOnly((nOpenMode & embed::ElementModes::WRITE) != embed::ElementModes::WRITE); in lcl_setModelReadOnly()
/aoo41x/main/sfx2/source/doc/
H A Ddocfile.cxx3218 const String &rName, StreamMode nOpenMode, sal_Bool bDirectP, in SfxMedium() argument
3227 nStorOpenMode = nOpenMode; in SfxMedium()

Completed in 103 milliseconds

123