Home
last modified time | relevance | path

Searched refs:bReadOnly (Results 1 – 25 of 240) sorted by last modified time

12345678910

/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/editeng/source/editeng/
H A Dimpedit.hxx240 sal_Bool bReadOnly; member in ImpEditView
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()
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()
H A Deditview.cxx211 void EditView::SetReadOnly( sal_Bool bReadOnly ) in SetReadOnly() argument
214 pImpEditView->bReadOnly = bReadOnly; in SetReadOnly()
220 return pImpEditView->bReadOnly; in IsReadOnly()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.hxx85 sal_Bool bReadOnly; member in dbaui::OTableEditorCtrl
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx1322 sal_Bool bReadOnly ) in setDocReadOnly() argument
1326 mpDoc->setDocReadOnly( bReadOnly ); in setDocReadOnly()
/trunk/main/sd/source/core/
H A Ddrawdoc.cxx151 , bReadOnly(sal_False) in SdDrawDocument()
/trunk/main/embeddedobj/source/general/
H A Ddocholder.cxx974 … DocumentHolder::SetComponent( const uno::Reference< util::XCloseable >& xDoc, sal_Bool bReadOnly ) in SetComponent() argument
990 m_bReadOnly = bReadOnly; in SetComponent()
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx601 const bool bReadOnly = mrBase.GetDocShell()->IsReadOnly(); in GetAnnotationState() local
606 if( bReadOnly || bWrongPageKind || (nCurrentODFVersion != SvtSaveOptions::ODFVER_LATEST) ) in GetAnnotationState()
614 if( !xAnnotation.is() || bReadOnly ) in GetAnnotationState()
629 if( !bHasAnnotations || bReadOnly ) in GetAnnotationState()
1000 const bool bReadOnly = mrBase.GetDocShell()->IsReadOnly(); in ExecuteAnnotationContextMenu() local
1004 if( bReadOnly && !pAnnotationWindow ) in ExecuteAnnotationContextMenu()
1018 pMenu->EnableItem( SID_REPLYTO_POSTIT, (sAuthor != sCurrentAuthor) && !bReadOnly ); in ExecuteAnnotationContextMenu()
1019 … pMenu->EnableItem( SID_DELETE_POSTIT, (xAnnotation.is() && !bReadOnly) ? sal_True : sal_False ); in ExecuteAnnotationContextMenu()
1020 pMenu->EnableItem( SID_DELETEALLBYAUTHOR_POSTIT, !bReadOnly ); in ExecuteAnnotationContextMenu()
1021 pMenu->EnableItem( SID_DELETEALL_POSTIT, !bReadOnly ); in ExecuteAnnotationContextMenu()
[all …]
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx119 sal_Bool bReadOnly = IsReadOnly(); in PostKeyEvent() local
133 if ( !bReadOnly ) in PostKeyEvent()
148 if ( !bReadOnly ) in PostKeyEvent()
157 if( !bReadOnly && !bSelection && ( pOwner->ImplGetOutlinerMode() != OUTLINERMODE_TEXTOBJECT ) ) in PostKeyEvent()
181 if ( !bReadOnly && !aKeyCode.IsMod1() && !aKeyCode.IsMod2() ) in PostKeyEvent()
201 if( !bReadOnly && !bSelection && aSel.nEndPara && !aSel.nEndPos ) in PostKeyEvent()
217 if ( !bReadOnly ) in PostKeyEvent()
1572 void OutlinerView::SetReadOnly( sal_Bool bReadOnly ) in SetReadOnly() argument
1575 pEditView->SetReadOnly( bReadOnly ); in SetReadOnly()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx277 void SetReadOnly( sal_Bool bReadOnly );
H A Deditview.hxx107 void SetReadOnly( sal_Bool bReadOnly );
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx288 void SetReadOnlyUI( sal_Bool bReadOnly = sal_True );
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx454 void SfxObjectShell::SetReadOnlyUI( sal_Bool bReadOnly ) in SetReadOnlyUI() argument
464 pImp->bReadOnlyUI = bReadOnly; in SetReadOnlyUI()
/trunk/main/reportdesign/source/core/api/
H A DReportDefinition.cxx1886 sal_Bool bReadOnly = sal_False; in load() local
1887 aArguments.get_ensureType( "ReadOnly", bReadOnly ); in load()
1888 nFirstOpenMode = bReadOnly ? 1 : 0; in load()
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx1257 sal_Bool bReadOnly = sal_False; in impl_setDataColumnsWriteable_throw() local
1258 (*aIter)->getPropertyValue(PROPERTY_ISREADONLY) >>= bReadOnly; in impl_setDataColumnsWriteable_throw()
1259 *aReadIter = bReadOnly; in impl_setDataColumnsWriteable_throw()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcpp2uno.cxx561 if ( ! pAttrTD->bReadOnly ) in addLocalFunctions()
/trunk/main/basic/source/inc/
H A Dnamecont.hxx439 virtual void SAL_CALL setLibraryReadOnly( const ::rtl::OUString& Name, sal_Bool bReadOnly )
/trunk/main/vcl/source/control/
H A Dlstbox.cxx1570 void ListBox::SetReadOnly( sal_Bool bReadOnly ) in SetReadOnly() argument
1572 if ( mpImplLB->IsReadOnly() != bReadOnly ) in SetReadOnly()
1574 mpImplLB->SetReadOnly( bReadOnly ); in SetReadOnly()
/trunk/main/sc/source/ui/view/
H A Dgridwin.cxx3209 sal_Bool bReadOnly = pViewData->GetDocShell()->IsReadOnly(); in UpdateInputContext() local
3210 sal_uLong nOptions = bReadOnly ? 0 : ( INPUTCONTEXT_TEXT | INPUTCONTEXT_EXTTEXTINPUT ); in UpdateInputContext()
/trunk/main/comphelper/source/misc/
H A Dmediadescriptor.cxx434 sal_Bool bReadOnly = READONLY_FALLBACK; in isStreamReadOnly() local
440 pIt->second >>= bReadOnly; in isStreamReadOnly()
441 return bReadOnly; in isStreamReadOnly()
469 bReadOnly = sal_True; in isStreamReadOnly()
482 return bReadOnly; in isStreamReadOnly()
749 sal_Bool bReadOnly = sal_False; in impl_openStreamWithURL() local
757 pIt->second >>= bReadOnly; in impl_openStreamWithURL()
764 if ( !bReadOnly && bLockFile ) in impl_openStreamWithURL()
821 bReadOnly = sal_True; in impl_openStreamWithURL()
824 sal_Bool bRequestReadOnly = bReadOnly; in impl_openStreamWithURL()
[all …]
/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/chart2/source/controller/dialogs/
H A Ddlg_DataEditor.cxx90 bool bReadOnly = true; in DataEditor() local
93 bReadOnly = xStor->isReadonly(); in DataEditor()
94 SetReadOnly( bReadOnly ); in DataEditor()
185 void DataEditor::SetReadOnly( bool bReadOnly ) in SetReadOnly() argument
187 m_bReadOnly = bReadOnly; in SetReadOnly()
/trunk/main/sfx2/source/appl/
H A Dshutdownicon.cxx461 sal_Bool bReadOnly = sal_False; in IMPL_STATIC_LINK() local
464 … xPickerControls->getValue( ExtendedFilePickerElementIds::CHECKBOX_READONLY, 0 ) >>= bReadOnly; in IMPL_STATIC_LINK()
468 if ( bReadOnly ) in IMPL_STATIC_LINK()
472 aArgs[nArgs-1].Value <<= bReadOnly; in IMPL_STATIC_LINK()

Completed in 211 milliseconds

12345678910