| /aoo41x/main/oox/source/helper/ | 
| H A D | storagebase.cxx | 68     mbReadOnly( true )  in StorageBase()76     mbReadOnly( false )  in StorageBase()
 85     mbReadOnly( bReadOnly )  in StorageBase()
 105     return mbReadOnly;  in isReadOnly()
 136 …OSL_ENSURE( !bCreateMissing || !mbReadOnly, "StorageBase::openSubStorage - cannot create substorag…  in openSubStorage()
 137     if( !bCreateMissing || !mbReadOnly )  in openSubStorage()
 177 …OSL_ENSURE( !mbReadOnly, "StorageBase::openOutputStream - cannot create output stream in read-only…  in openOutputStream()
 178     if( !mbReadOnly )  in openOutputStream()
 247     OSL_ENSURE( !mbReadOnly, "StorageBase::commit - cannot commit in read-only mode" );  in commit()
 248     if( !mbReadOnly )  in commit()
 
 | 
| /aoo41x/main/comphelper/source/misc/ | 
| H A D | docpasswordrequest.cxx | 74     inline explicit     PasswordContinuation() : mbReadOnly( sal_False ), mbSelected( sal_False ) {}  in PasswordContinuation()87 …LL setRecommendReadOnly( sal_Bool bReadOnly ) throw( RuntimeException ) { mbReadOnly = bReadOnly; }  in setRecommendReadOnly()
 88 …  virtual sal_Bool SAL_CALL getRecommendReadOnly() throw( RuntimeException ) { return mbReadOnly; }  in getRecommendReadOnly()
 93     sal_Bool            mbReadOnly;  member in comphelper::PasswordContinuation
 
 | 
| /aoo41x/main/svtools/source/edit/ | 
| H A D | textview.cxx | 214     mpImpl->mbReadOnly = sal_False;  in TextView()582                 if ( !mpImpl->mbReadOnly )  in KeyInput()
 593                 if ( !mpImpl->mbReadOnly )  in KeyInput()
 599                 if ( !mpImpl->mbReadOnly )  in KeyInput()
 605                 if ( !mpImpl->mbReadOnly )  in KeyInput()
 768                 if ( !mpImpl->mbReadOnly )  in KeyInput()
 1111         if ( bVisCursor && !mpImpl->mbReadOnly )  in Scroll()
 1244     if ( mpImpl->mbReadOnly != bReadOnly )  in SetReadOnly()
 1246         mpImpl->mbReadOnly = bReadOnly;  in SetReadOnly()
 1247         if ( !mpImpl->mbReadOnly )  in SetReadOnly()
 [all …]
 
 | 
| /aoo41x/main/vcl/source/control/ | 
| H A D | edit.cxx | 287 	mbReadOnly				= sal_False;  in ImplInitEditData()330 	mbReadOnly = (nStyle & WB_READONLY) != 0;  in ImplInit()
 1484     else if ( rMEvt.IsMiddle() && !mbReadOnly &&  in MouseButtonUp()
 1560 				if ( !mbReadOnly )  in ImplHandleKeyEvent()
 1570 				if ( !mbReadOnly )  in ImplHandleKeyEvent()
 1752 				if ( !mbReadOnly && !rKEvt.GetKeyCode().IsMod2() )  in ImplHandleKeyEvent()
 1828 					if ( !mbReadOnly )  in ImplHandleKeyEvent()
 2560 	if ( mbReadOnly != bReadOnly )  in SetReadOnly()
 2562 		mbReadOnly = bReadOnly;  in SetReadOnly()
 2848         mpSubEdit->SetReadOnly( mbReadOnly );  in SetSubEdit()
 [all …]
 
 | 
| H A D | ilstbox.cxx | 545 	mbReadOnly			= false;  in ImplListBoxWindow()
 | 
| /aoo41x/main/basic/source/uno/ | 
| H A D | namecont.cxx | 893 				    pImplLib->mbReadOnly = rLib.bReadOnly;  in init_Impl()952 				    pImplLib->mbReadOnly = sal_True;  in init_Impl()
 1775         pLib->mbReadOnly = rLib.bReadOnly;  in implImportLibDescriptor()
 1897 		rLib.bReadOnly = pImplLib->mbReadOnly;  in storeLibraries_Impl()
 2234 	    pNewLib->mbReadOnly = sal_True;  in createLibraryLink()
 2490         if( pImplLib->mbReadOnly != bReadOnly )  in setLibraryReadOnly()
 2492 	        pImplLib->mbReadOnly = bReadOnly;  in setLibraryReadOnly()
 2771 	aLibDesc.bReadOnly = pImplLib->mbReadOnly;  in exportLibrary()
 2956 		, mbReadOnly( sal_False )  in SfxLibrary()
 2981 		, mbReadOnly( sal_False )  in SfxLibrary()
 [all …]
 
 | 
| H A D | dlgcont.cxx | 360 	bool bReadOnly = pDialogLibrary->mbReadOnly;  in implCreateStringResource()
 | 
| H A D | scriptcont.cxx | 481     if( pImplLib->mbReadOnly || (bOldPassword && !pImplLib->mbPasswordProtected) )  in changeLibraryPassword()
 | 
| /aoo41x/main/sd/source/ui/view/ | 
| H A D | drviewsa.cxx | 242 	mbReadOnly = GetDocSh()->IsReadOnly();  in Construct()844 		if (GetDocSh()->IsReadOnly() != mbReadOnly )  in Notify()
 846 			mbReadOnly = GetDocSh()->IsReadOnly();  in Notify()
 848 			SfxBoolItem aItem( SID_FM_DESIGN_MODE, !mbReadOnly );  in Notify()
 
 | 
| H A D | drviewsf.cxx | 208 	rSet.Put( SfxBoolItem( SID_READONLY_MODE, mbReadOnly ) );  in GetCtrlState()
 | 
| /aoo41x/main/oox/source/ole/ | 
| H A D | vbamodule.cxx | 61     mbReadOnly( false ),  in VbaModule()116                 mbReadOnly = true;  in importDirRecords()
 
 | 
| /aoo41x/main/vcl/inc/ | 
| H A D | ilstbox.hxx | 241     bool mbReadOnly : 1;         // ReadOnly  member in ImplListBoxWindow376 	void			SetReadOnly( bool bReadOnly ) 	{ mbReadOnly = bReadOnly; }  in SetReadOnly()
 377 	bool            IsReadOnly() const 				{ return mbReadOnly; }  in IsReadOnly()
 
 | 
| /aoo41x/main/sw/source/ui/docvw/ | 
| H A D | PostItMgr.cxx | 114 	, mbReadOnly(mpView->GetDocShell()->IsReadOnly())  in SwPostItMgr()258 				if ( mbReadOnly != !!(mpView->GetDocShell()->IsReadOnly()) )  in Notify()
 260 					mbReadOnly = !mbReadOnly;  in Notify()
 663 								pPostIt->SetReadonly(mbReadOnly);  in LayoutPostIts()
 1834 			(*i)->pPostIt->SetReadonly( mbReadOnly );  in SetReadOnlyState()
 
 | 
| /aoo41x/main/cui/source/dialogs/ | 
| H A D | cuihyperdlg.cxx | 103     mbReadOnly      ( sal_False ),  in SvxHpLinkDlg()387     mbReadOnly = bRdOnly;  in SetReadOnlyMode()
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | edit.hxx | 81 						mbReadOnly:1,  member in Edit189 	virtual sal_Bool		IsReadOnly() const { return mbReadOnly; }  in IsReadOnly()
 
 | 
| /aoo41x/main/cui/source/inc/ | 
| H A D | cuihyperdlg.hxx | 80 	sal_Bool			mbReadOnly  : 1;  member in SvxHpLinkDlg
 | 
| /aoo41x/main/oox/inc/oox/ole/ | 
| H A D | vbamodule.hxx | 101     bool                mbReadOnly;  member in oox::ole::VbaModule
 | 
| /aoo41x/main/oox/inc/oox/helper/ | 
| H A D | storagebase.hxx | 186 …bool                mbReadOnly;         /// True = storage opened read-only (based on input stream…  member in oox::StorageBase
 | 
| /aoo41x/main/sw/inc/ | 
| H A D | PostItMgr.hxx | 161 		bool							mbReadOnly;  member in SwPostItMgr
 | 
| /aoo41x/main/sd/source/ui/inc/ | 
| H A D | DrawViewShell.hxx | 394 	sal_Bool 			mbReadOnly;  member in sd::DrawViewShell
 | 
| /aoo41x/main/basic/source/inc/ | 
| H A D | namecont.hxx | 584 	sal_Bool mbReadOnly;  member in basic::SfxLibrary
 |