Home
last modified time | relevance | path

Searched refs:bReadOnly (Results 51 – 75 of 240) sorted by relevance

12345678910

/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx1618 if ( !bReadOnly && pImp->xStream.is() ) in GetZipStorageToSign_Impl()
3277 sal_Bool bReadOnly = sal_False; in SfxMedium() local
3280 bReadOnly = sal_True; in SfxMedium()
3285 nStorOpenMode = bReadOnly ? SFX_STREAM_READONLY : SFX_STREAM_READWRITE; in SfxMedium()
3677 sal_Bool bReadOnly = sal_False; in IsReadOnly() local
3680 bReadOnly = ( in IsReadOnly()
3686 if (!bReadOnly) in IsReadOnly()
3687 bReadOnly = !( GetOpenMode() & STREAM_WRITE ); in IsReadOnly()
3690 if (!bReadOnly) in IsReadOnly()
3694 bReadOnly = pItem->GetValue(); in IsReadOnly()
[all …]
/trunk/main/vcl/inc/os2/
H A Dsalbmp.h99 virtual BitmapBuffer* AcquireBuffer( bool bReadOnly );
100 virtual void ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly );
/trunk/main/svtools/inc/svtools/
H A Dfilectrl.hxx91 void SetReadOnly( sal_Bool bReadOnly = sal_True ) { maEdit.SetReadOnly( bReadOnly ); } in SetReadOnly() argument
H A Deditimplementation.hxx73 void GenericEditImplementation< EDIT >::SetReadOnly( sal_Bool bReadOnly ) in SetReadOnly() argument
75 m_rEdit.SetReadOnly( bReadOnly ); in SetReadOnly()
/trunk/main/vcl/inc/aqua/
H A Dsalbmp.h84 BitmapBuffer *AcquireBuffer( bool bReadOnly );
85 void ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly );
/trunk/main/framework/source/inc/pattern/
H A Dstorages.hxx63 … sal_Bool bReadOnly) in createTempStorageBasedOnFolder() argument
83 if (bReadOnly) in createTempStorageBasedOnFolder()
H A Dconfiguration.hxx133 …sal_Bool bReadOnly = ((nOpenFlags & ConfigurationHelper::E_READONLY ) == ConfigurationHelper::… in openConfig() local
154 if (bReadOnly) in openConfig()
/trunk/main/vcl/inc/win/
H A Dsalbmp.h99 virtual BitmapBuffer* AcquireBuffer( bool bReadOnly );
100 virtual void ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly );
/trunk/main/sd/inc/
H A Ddrawdoc.hxx165 sal_Bool bReadOnly; member in SdDrawDocument
167 virtual void setDocReadOnly( sal_Bool b){ bReadOnly = b; } in setDocReadOnly()
168 virtual sal_Bool getDocReadOnly() const { return bReadOnly; } in getDocReadOnly()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv.cxx63 bReadOnly =sal_False; in ImpResetPossibilityFlags()
578 if (pPV->IsReadOnly()) bReadOnly=sal_True; in CheckPossibilities()
665 if (bReadOnly) { in CheckPossibilities()
668 bReadOnly=sal_True; in CheckPossibilities()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DFieldDescGenWin.cxx85 void OFieldDescGenWin::SetReadOnly( sal_Bool bReadOnly ) in SetReadOnly() argument
89 m_pFieldControl->SetReadOnly(bReadOnly); in SetReadOnly()
H A DTEditControl.cxx249 ,bReadOnly(sal_True) in OTableEditorCtrl()
271 return bReadOnly; in IsReadOnly()
284 bReadOnly = bRead; in SetReadOnly()
301 if( !bReadOnly ) in SetReadOnly()
305 if( !bReadOnly ) in SetReadOnly()
1984 pDescrWin->SetReadOnly(bReadOnly || !SetDataPtr(nRow) || GetActRow()->IsReadOnly()); in DeactivateCell()
/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx409 pReadWriteAttributes[i] = !((typelib_InterfaceAttributeTypeDescription *)pM)->bReadOnly; in typelib_typedescription_initTables()
1339 sal_Bool bReadOnly ) in typelib_typedescription_newInterfaceAttribute() argument
1344 pAttributeTypeName, bReadOnly, 0, 0, 0, 0); in typelib_typedescription_newInterfaceAttribute()
1354 sal_Bool bReadOnly, in typelib_typedescription_newExtendedInterfaceAttribute() argument
1392 (*ppRet)->bReadOnly = bReadOnly; in typelib_typedescription_newExtendedInterfaceAttribute()
2030 newAttribute->bReadOnly = baseAttribute->bReadOnly; in createDerivedInterfaceMemberDescription()
/trunk/main/framework/qa/complex/framework/autosave/
H A DConfigHelper.java38 boolean bReadOnly ) in ConfigHelper() argument
51 if (bReadOnly) in ConfigHelper()
/trunk/main/sw/source/core/inc/
H A Dswblocks.hxx80 sal_Bool bReadOnly : 1; member in SwImpBlocks
130 virtual sal_uLong OpenFile( sal_Bool bReadOnly = sal_True ) = 0;
/trunk/main/vcl/inc/unx/
H A Dsalbmp.h115 virtual BitmapBuffer* AcquireBuffer( bool bReadOnly );
116 virtual void ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly );
/trunk/main/connectivity/source/drivers/dbase/
H A DDDatabaseMetaData.cxx391 sal_Bool bReadOnly = sal_False; in isReadOnly() local
394 aFile.getPropertyValue(sReadOnly) >>= bReadOnly; in isReadOnly()
396 return bReadOnly; in isReadOnly()
/trunk/main/sd/source/ui/table/
H A Dtableobjectbar.cxx122 bool bReadOnly = false; in GetState() local
124 if( bReadOnly ) in GetState()
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx255 bReadOnly( sal_False ), in SwGlossaryDlg()
338 bReadOnly = pGlossaryHdl->IsReadOnly(); in IMPL_LINK()
339 EnableShortName( !bReadOnly ); in IMPL_LINK()
340 aEditBtn.Enable(!bReadOnly); in IMPL_LINK()
460 EnableShortName(!bReadOnly); in IMPL_LINK()
/trunk/main/xmlscript/source/xmllib_imexp/
H A Dxmllib_export.cxx101 rLib.bReadOnly ? aTrueStr : aFalseStr ); in exportLibraryContainer()
141 rLib.bReadOnly ? aTrueStr : aFalseStr ); in exportLibrary()
/trunk/main/extensions/source/oooimprovement/
H A Dmyconfigurationhelper.cxx100 …sal_Bool bReadOnly = ((eMode & MyConfigurationHelper::E_READONLY)==MyConfigurationHelper::E_READON… in openConfig() local
101 if (bReadOnly) in openConfig()
/trunk/main/sw/source/core/swg/
H A DSwXMLTextBlocks.cxx74 bReadOnly = sal_True; in SwXMLTextBlocks()
86 bReadOnly = sal_False; in SwXMLTextBlocks()
117 bReadOnly = sal_False; in SwXMLTextBlocks()
/trunk/main/basic/source/uno/
H A Ddlgcont.cxx360 bool bReadOnly = pDialogLibrary->mbReadOnly; in implCreateStringResource() local
372 aArgs[1] <<= bReadOnly; in implCreateStringResource()
416 aArgs[1] <<= bReadOnly; in implCreateStringResource()
/trunk/main/configmgr/source/
H A Dconfigurationregistry.cxx104 rtl::OUString const & rURL, sal_Bool bReadOnly, sal_Bool)
358 void Service::open(rtl::OUString const & rURL, sal_Bool bReadOnly, sal_Bool) in open() argument
372 (bReadOnly in open()
392 readOnly_ = bReadOnly; in open()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx86 bReadOnly = sal_False; in ImpEditView()
1018 if ( !bReadOnly ) in PostKeyEvent()
1035 if ( !bReadOnly && IsPasteEnabled() ) in PostKeyEvent()
1071 if ( rMouseEvent.IsMiddle() && !bReadOnly && in MouseButtonUp()
1626 …sal_Int8 nActions = bReadOnly ? datatransfer::dnd::DNDConstants::ACTION_COPY : datatransfer::dnd::… in dragGestureRecognized()
1644 …if ( !bReadOnly && rDSDE.DropSuccess && !pDragAndDropInfo->bOutlinerMode && ( rDSDE.DropAction & d… in dragDropEnd()
1850 if ( GetOutputArea().IsInside( aMousePos ) && !bReadOnly ) in dragOver()

Completed in 112 milliseconds

12345678910