Home
last modified time | relevance | path

Searched refs:bReadOnly (Results 76 – 100 of 240) sorted by relevance

12345678910

/trunk/main/oox/source/helper/
H A Dstoragebase.cxx81 …e::StorageBase( const StorageBase& rParentStorage, const OUString& rStorageName, bool bReadOnly ) : in StorageBase() argument
85 mbReadOnly( bReadOnly ) in StorageBase()
/trunk/main/comphelper/source/misc/
H A Ddocpasswordrequest.cxx87 …void SAL_CALL setRecommendReadOnly( sal_Bool bReadOnly ) throw( RuntimeException ) { mbReadOnly = in setRecommendReadOnly() argument
H A Dconfigurationhelper.cxx78 … sal_Bool bReadOnly = ((eMode & ConfigurationHelper::E_READONLY)==ConfigurationHelper::E_READONLY); in openConfig() local
79 if (bReadOnly) in openConfig()
/trunk/main/offapi/com/sun/star/script/
H A DXLibraryContainer2.idl74 read only according to the flag bReadOnly (true means read only)
76 void setLibraryReadOnly( [in] string Name, [in] boolean bReadOnly )
/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx518 BitmapBuffer* Os2SalBitmap::AcquireBuffer( bool bReadOnly ) in AcquireBuffer() argument
607 void Os2SalBitmap::ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly ) in ReleaseBuffer() argument
613 if( !bReadOnly && !!pBuffer->maPalette ) in ReleaseBuffer()
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx462 sal_Bool bReadOnly( pControl->IsReadOnly() ); in setProperty() local
463 OSL_VERIFY( _rValue >>= bReadOnly ); in setProperty()
464 pControl->SetReadOnly( bReadOnly ); in setProperty()
/trunk/main/cpputools/source/unoexe/
H A Dunoexe.cxx340 sal_Bool bReadOnly, sal_Bool bCreate ) in openRegistry() argument
353 xNewReg->open( convertToFileUrl(rURL), bReadOnly, bCreate ); in openRegistry()
365 if (bReadOnly) in openRegistry()
/trunk/main/basctl/source/basicide/
H A Dmoduldlg.cxx643 sal_Bool bReadOnly = sal_False; in CheckButtons() local
651 bReadOnly = sal_True; in CheckButtons()
654 if ( bReadOnly || eLocation == LIBRARY_LOCATION_SHARE ) in CheckButtons()
666 if ( nDepth >= 2 && !bReadOnly && eLocation != LIBRARY_LOCATION_SHARE ) in CheckButtons()
/trunk/main/vcl/unx/headless/
H A Dsvpbmp.cxx248 void SvpSalBitmap::ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly ) in ReleaseBuffer() argument
250 if( !bReadOnly && pBuffer->maPalette.GetEntryCount() ) in ReleaseBuffer()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx837 sal_Bool bReadOnly = pEditView->IsReadOnly(); in PostKeyEvent() local
857 if ( !bReadOnly ) in PostKeyEvent()
864 if ( !bReadOnly ) in PostKeyEvent()
1002 if ( !bReadOnly && !rKeyEvent.GetKeyCode().IsMod2() ) in PostKeyEvent()
1072 if ( !bReadOnly && !rKeyEvent.GetKeyCode().IsMod1() && !rKeyEvent.GetKeyCode().IsMod2() ) in PostKeyEvent()
1099 if ( !bReadOnly ) in PostKeyEvent()
1153 if ( !bReadOnly && IsSimpleCharInput( rKeyEvent ) ) in PostKeyEvent()
1268 DBG_ASSERT( !bReadOnly, "ReadOnly but modified???" ); in PostKeyEvent()
/trunk/main/udkapi/com/sun/star/registry/
H A DXSimpleRegistry.idl71 @param bReadOnly
83 [in] boolean bReadOnly,
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DConfigHelper.java99 boolean bReadOnly ) in ConfigHelper() argument
116 if (bReadOnly) in ConfigHelper()
/trunk/main/sd/source/ui/func/
H A Dfusel.cxx170 const bool bReadOnly = mpDocSh->IsReadOnly(); in MouseButtonDown() local
337 else if( !bReadOnly && rMEvt.GetClicks() == 2) in MouseButtonDown()
418 if ( !bReadOnly && in MouseButtonDown()
450 else if ( !bReadOnly in MouseButtonDown()
/trunk/main/forms/source/component/
H A DImageControl.cxx984 sal_Bool bReadOnly = false; in mousePressed() local
985 xSet->getPropertyValue(PROPERTY_READONLY) >>= bReadOnly; in mousePressed()
986 if (bReadOnly) in mousePressed()
/trunk/main/oox/source/ole/
H A Dolestorage.cxx201 … const Reference< XNameContainer >& rxStorage, const OUString& rElementName, bool bReadOnly ) : in OleStorage() argument
202 StorageBase( rParentStorage, rElementName, bReadOnly ), in OleStorage()
/trunk/main/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.hxx57 …un::star::io::XStream >& xSignStream, DocumentSignatureMode eMode, bool bReadOnly ) throw (::com::…
58 …tar::io::XInputStream >& xSignStream, DocumentSignatureMode eMode, bool bReadOnly ) throw (::com::…
/trunk/main/ucbhelper/source/provider/
H A Dresultsetmetadata.cxx92 sal_Bool bReadOnly ) in ResultSetMetaData() argument
96 m_bReadOnly( bReadOnly ) in ResultSetMetaData()
/trunk/main/svx/inc/svx/
H A Dsvdedtv.hxx98 unsigned bReadOnly : 1; member in SdrEditView
234 sal_Bool IsReadOnly() const { ForcePossibilities(); return bReadOnly; } in IsReadOnly()
/trunk/main/svx/source/unodraw/
H A Dunopool.cxx94 SfxItemPool* SvxUnoDrawPool::getModelPool( sal_Bool bReadOnly ) throw() in getModelPool() argument
102 if( bReadOnly ) in getModelPool()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx1159 void MultiLineEdit::SetReadOnly( sal_Bool bReadOnly ) in SetReadOnly() argument
1161 pImpSvMEdit->SetReadOnly( bReadOnly ); in SetReadOnly()
1162 Edit::SetReadOnly( bReadOnly ); in SetReadOnly()
1166 if ( bReadOnly ) in SetReadOnly()
/trunk/main/stoc/source/simpleregistry/
H A Dsimpleregistry.cxx84 rtl::OUString const & rURL, sal_Bool bReadOnly, sal_Bool bCreate)
1135 rtl::OUString const & rURL, sal_Bool bReadOnly, sal_Bool bCreate) in open() argument
1152 : registry_.open(rURL, bReadOnly ? REG_READONLY : REG_READWRITE); in open()
1160 if (bReadOnly && !bCreate) { in open()
/trunk/main/svx/source/form/
H A Dfmtextcontrolshell.cxx499 sal_Bool bReadOnly = sal_True; in lcl_determineReadOnly() local
500 xModelProps->getPropertyValue( FM_PROP_READONLY ) >>= bReadOnly; in lcl_determineReadOnly()
501 bIsReadOnlyModel = bReadOnly; in lcl_determineReadOnly()
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFormWizard.java124 boolean bReadOnly = (sPreSelectedTableName.length() > 0); in enterStep()
133 curSubFormFieldSelection.preselectCommand(sPreSelectedTableName, bReadOnly); in enterStep()
/trunk/main/fileaccess/source/
H A DFileAccess.cxx109 …virtual void SAL_CALL setReadOnly( const ::rtl::OUString& FileURL, sal_Bool bReadOnly ) throw(::co…
442 void OFileAccess::setReadOnly( const rtl::OUString& FileURL, sal_Bool bReadOnly ) in setReadOnly() argument
448 aAny <<= bReadOnly; in setReadOnly()
/trunk/main/cui/source/dialogs/
H A Dcuigaldlg.cxx682 sal_Bool bReadOnly = pThm->IsReadOnly() && !pThm->IsImported(); in SetXChgData() local
686 aEdtMSName.SetReadOnly( bReadOnly ); in SetXChgData()
688 if( bReadOnly ) in SetXChgData()

Completed in 187 milliseconds

12345678910