Home
last modified time | relevance | path

Searched refs:bReadOnly (Results 126 – 150 of 240) sorted by relevance

12345678910

/trunk/main/xmlscript/inc/xmlscript/
H A Dxmllib_imexp.hxx45 sal_Bool bReadOnly; member
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx1593 sal_Bool bReadOnly = sal_False; in execute() local
1594 if ( ( aValue >>= bReadOnly ) && bReadOnly ) in execute()
1595 rpSet->Put( SfxBoolItem( SID_DOC_READONLY, bReadOnly ) ); in execute()
/trunk/main/basctl/source/inc/
H A Dbaside3.hxx98 virtual void SetReadOnly( sal_Bool bReadOnly );
/trunk/main/xmlsecurity/inc/xmlsecurity/
H A Ddigitalsignaturesdialog.hxx128 sal_Bool bReadOnly, const ::rtl::OUString& sODFVersion, bool bHasDocumentSignature);
/trunk/main/sfx2/source/view/
H A Dframe.cxx378 sal_Bool bReadOnly = pMed->GetOpenMode() == SFX_STREAM_READONLY; in GetViewData_Impl() local
379 GetDescriptor()->SetReadOnly( bReadOnly ); in GetViewData_Impl()
/trunk/main/scripting/source/dlgprov/
H A Ddlgprov.cxx102 bool bReadOnly = true; in lcl_getStringResourceManager() local
108 aArgs[1] <<= bReadOnly; in lcl_getStringResourceManager()
/trunk/main/cui/source/inc/
H A Dcfg.hxx87 bool bReadOnly; member in SaveInData
123 bool IsReadOnly( ) { return bReadOnly; } in IsReadOnly()
H A Dmacropg.hxx84 bool bReadOnly, bDocModified, bAppEvents, bInitialized; member in _SvxMacroTabPage
/trunk/main/oox/inc/oox/ole/
H A Dolestorage.hxx60 bool bReadOnly );
/trunk/main/sdext/source/minimizer/
H A Dconfigurationaccess.hxx119 …::sun::star::uno::Reference< com::sun::star::uno::XInterface > OpenConfiguration( bool bReadOnly );
/trunk/main/svtools/inc/svtools/
H A Dsvmedit.hxx83 virtual void SetReadOnly( sal_Bool bReadOnly = sal_True );
/trunk/main/offapi/com/sun/star/task/
H A DXInteractionPassword2.idl57 void setRecommendReadOnly( [in] boolean bReadOnly );
/trunk/main/oox/inc/oox/helper/
H A Dstoragebase.hxx142 …rageBase( const StorageBase& rParentStorage, const ::rtl::OUString& rStorageName, bool bReadOnly );
/trunk/main/sw/source/core/inc/
H A DSwXMLTextBlocks.hxx76 virtual sal_uLong OpenFile( sal_Bool bReadOnly = sal_True );
/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx159 bReadOnly=sal_False; in ImpCtor()
369 return bReadOnly; in IsReadOnly()
374 bReadOnly=bYes; in SetReadOnly()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx1422 sal_Bool bReadOnly = !m_pController->isEditable(); in displayGroup() local
1424 pControlsLst2[i]->SetReadOnly(bReadOnly); in displayGroup()
1425 m_aGroupIntervalEd.SetReadOnly(bReadOnly); in displayGroup()
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx521 void OFieldDescControl::SetReadOnly( sal_Bool bReadOnly ) in SetReadOnly() argument
544 ppAggregatesText[i]->Enable( !bReadOnly ); in SetReadOnly()
546 ppAggregates[i]->Enable( !bReadOnly ); in SetReadOnly()
/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx1445 sal_Bool bReadOnly = sal_False; in IsReadOnly() local
1448 bReadOnly = GetEditView()->IsReadOnly(); in IsReadOnly()
1450 return bReadOnly; in IsReadOnly()
/trunk/main/sw/source/ui/inc/
H A Dglossary.hxx139 sal_Bool bReadOnly : 1; member in SwGlossaryDlg
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx958 void WinSalBitmap::ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly ) in ReleaseBuffer() argument
964 if( !bReadOnly && !!pBuffer->maPalette ) in ReleaseBuffer()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx693 sal_Bool bReadOnly = sal_True; in _propertyChanged() local
694 _rEvent.NewValue >>= bReadOnly; in _propertyChanged()
695 m_rColumn.SetReadOnly(bReadOnly); in _propertyChanged()
843 sal_Bool bReadOnly = m_rColumn.IsReadOnly(); in implAdjustReadOnly() local
844 if ( !bReadOnly ) in implAdjustReadOnly()
846 … _rxModel->getPropertyValue( i_bReadOnly ? FM_PROP_READONLY : FM_PROP_ISREADONLY) >>= bReadOnly; in implAdjustReadOnly()
848 static_cast< Edit* >( m_pWindow )->SetReadOnly( bReadOnly ); in implAdjustReadOnly()
/trunk/main/svx/inc/svx/
H A Dunopool.hxx56 virtual SfxItemPool* getModelPool( sal_Bool bReadOnly ) throw();
/trunk/main/sd/source/ui/docshell/
H A Ddocshel4.cxx1300 void DrawDocShell::setDocReadOnly( sal_Bool bReadOnly) in setDocReadOnly() argument
1304 mpDoc->setDocReadOnly( bReadOnly ); in setDocReadOnly()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx808 void X11SalBitmap::ReleaseBuffer( BitmapBuffer*, bool bReadOnly ) in ReleaseBuffer() argument
810 if( !bReadOnly ) in ReleaseBuffer()
/trunk/main/cui/source/dialogs/
H A Diconcdlg.cxx813 sal_Bool bReadOnly = pData->pPage->IsReadOnly(); in ActivatePageImpl() local
814 if ( bReadOnly || bHideResetBtn ) in ActivatePageImpl()

Completed in 144 milliseconds

12345678910