Home
last modified time | relevance | path

Searched refs:bReadOnly (Results 26 – 50 of 240) sorted by relevance

12345678910

/trunk/main/cppuhelper/inc/cppuhelper/
H A Dservicefactory.hxx65 sal_Bool bReadOnly = sal_False,
90 sal_Bool bReadOnly = sal_False, in createRegistryServiceFactory() argument
95 rRegistryFile, ::rtl::OUString(), bReadOnly, rBootstrapPath ); in createRegistryServiceFactory()
/trunk/main/unotools/source/config/
H A Dsyslocaleoptions.cxx289 sal_Bool bReadOnly = CFG_READONLY_DEFAULT; in IsReadOnly() local
294 bReadOnly = m_bROLocale; in IsReadOnly()
299 bReadOnly = m_bROUILocale; in IsReadOnly()
304 bReadOnly = m_bROCurrency; in IsReadOnly()
308 return bReadOnly; in IsReadOnly()
/trunk/main/xmlscript/source/xmllib_imexp/
H A Dxmllib_import.cxx186 aDesc.bLink = aDesc.bReadOnly = aDesc.bPasswordProtected = aDesc.bPreload = sal_False; in startRootElement()
191 &aDesc.bReadOnly, in startRootElement()
241 aDesc.bLink = aDesc.bReadOnly = aDesc.bPasswordProtected = aDesc.bPreload = sal_False; in startChildElement()
254 &aDesc.bReadOnly, in startChildElement()
/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A DTypeDetection.java536 boolean bReadOnly = false; in checkStreamLoader()
538 …if ((out[i].Name.equals("ReadOnly")) && (out[i].Value.toString().equals("true"))) bReadOnly = true; in checkStreamLoader()
542 if (file.canWrite() && bReadOnly) in checkStreamLoader()
544 else if ((!file.canWrite()) && (!bReadOnly)) in checkStreamLoader()
/trunk/main/cui/source/customize/
H A Dmacropg.cxx74 bReadOnly( sal_False ), in _SvxMacroTabPage_Impl()
219 mpImpl->pDeletePB->Enable( 0 != pEventMacro && !mpImpl->bReadOnly ); in EnableButtons()
221 mpImpl->pAssignPB->Enable( !mpImpl->bReadOnly ); in EnableButtons()
223 mpImpl->pAssignComponentPB->Enable( !mpImpl->bReadOnly ); in EnableButtons()
231 bReadOnly(false), in _SvxMacroTabPage()
442 mpImpl->bReadOnly = bSet; in SetReadOnly()
447 return mpImpl->bReadOnly; in IsReadOnly()
/trunk/main/basctl/source/basicide/
H A Dbaside3.cxx805 sal_Bool bReadOnly = sal_False; in SaveDialog() local
851 StringResourceWithLocation::create( xContext, aURL, bReadOnly, in SaveDialog()
1093 bool bReadOnly = true; in implImportDialog() local
1095 StringResourceWithLocation::create( xContext, aBasePath, bReadOnly, in implImportDialog()
1331 sal_Bool bReadOnly = sal_False; in IsReadOnly() local
1334 bReadOnly = sal_True; in IsReadOnly()
1336 return bReadOnly; in IsReadOnly()
H A Dmacrodlg.cxx428 sal_Bool bReadOnly = sal_False; in CheckButtons() local
439 bReadOnly = sal_True; in CheckButtons()
467 …!StarBASIC::IsRunning() && ( nMode == MACROCHOOSER_ALL ) && !bProtected && !bReadOnly && !bShare ); in CheckButtons()
479 if ( !bProtected && !bReadOnly && !bShare ) in CheckButtons()
491 if ( !bProtected && !bReadOnly && !bShare ) in CheckButtons()
/trunk/main/svx/inc/svx/
H A Dgallery1.hxx53 sal_Bool bReadOnly; member in GalleryThemeEntry
64 sal_uInt32 nFileNumber, sal_Bool bReadOnly, sal_Bool bImported,
76 sal_Bool IsReadOnly() const { return bReadOnly; } in IsReadOnly()
/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/sfx2/source/control/
H A Ddispatch.cxx160 sal_Bool bReadOnly; // Dokument ist ReadOnly member
350 pImp->bReadOnly = sal_False; in Construct_Impl()
2318 sal_Bool bReadOnly = ( 2 != nSlotEnableMode && pImp->bReadOnly ); in _FindServer() local
2336 if ( pSlot && !( pSlot->nFlags & SFX_SLOT_READONLYDOC ) && bReadOnly ) in _FindServer()
2439 sal_Bool bReadOnly = ( 2 != nSlotEnableMode && pImp->bReadOnly ); in HasSlot_Impl() local
2451 if ( pSlot && !( pSlot->nFlags & SFX_SLOT_READONLYDOC ) && bReadOnly ) in HasSlot_Impl()
2841 pImp->bReadOnly = bOn; in SetReadOnly_Impl()
2847 return pImp->bReadOnly; in GetReadOnly_Impl()
2943 return pImp->bReadOnly; in IsReadOnlyShell_Impl()
/trunk/main/sfx2/inc/sfx2/
H A Dfrmdescr.hxx94 sal_Bool bReadOnly; member in SfxFrameDescriptor
119 void SetReadOnly( sal_Bool bSet ) { bReadOnly = bSet;} in SetReadOnly()
120 sal_Bool IsReadOnly( ) const { return bReadOnly;} in IsReadOnly()
/trunk/main/sc/source/ui/unoobj/
H A Dscdetect.cxx271 sal_Bool bWasReadOnly = sal_False, bReadOnly = sal_False; in detect() local
372 bReadOnly = aMedium.IsReadOnly(); in detect()
823 if ( bReadOnly != bWasReadOnly ) in detect()
829 lDescriptor[nPropertyCount].Value <<= bReadOnly; in detect()
833 lDescriptor[nIndexOfReadOnlyFlag].Value <<= bReadOnly; in detect()
/trunk/main/svx/source/inc/
H A Dfmundo.hxx157 sal_Bool bReadOnly; member in FmXUndoEnvironment
181 void SetReadOnly( sal_Bool bRead, const Accessor& ) { bReadOnly = bRead; } in SetReadOnly()
182 sal_Bool IsReadOnly() const {return bReadOnly;} in IsReadOnly()
/trunk/main/sc/source/ui/view/
H A Dtabvwsh5.cxx122 if ( GetViewData()->GetSfxDocShell()->IsReadOnly() != bReadOnly ) in Notify()
124 bReadOnly = GetViewData()->GetSfxDocShell()->IsReadOnly(); in Notify()
126 SfxBoolItem aItem( SID_FM_DESIGN_MODE, !bReadOnly); in Notify()
/trunk/main/basic/source/uno/
H A Dnamecont.cxx893 pImplLib->mbReadOnly = rLib.bReadOnly; in init_Impl()
1271 const bool bReadOnly = false; in implScanExtensions() local
1273 createLibraryLink( aLibName, aIndexFileURL, bReadOnly ); in implScanExtensions()
1775 pLib->mbReadOnly = rLib.bReadOnly; in implImportLibDescriptor()
1897 rLib.bReadOnly = pImplLib->mbReadOnly; in storeLibraries_Impl()
1974 rLib.bReadOnly = pImplLib->mbReadOnlyLink; in storeLibraries_Impl()
2481 if( pImplLib->mbReadOnlyLink != bReadOnly ) in setLibraryReadOnly()
2483 pImplLib->mbReadOnlyLink = bReadOnly; in setLibraryReadOnly()
2490 if( pImplLib->mbReadOnly != bReadOnly ) in setLibraryReadOnly()
2492 pImplLib->mbReadOnly = bReadOnly; in setLibraryReadOnly()
[all …]
/trunk/main/xmlsecurity/source/component/
H A Ddocumentdigitalsignatures.cxx204 DocumentSignatureMode eMode, bool bReadOnly ) throw (RuntimeException) in ImplViewSignatures() argument
209 return ImplViewSignatures( rxStorage, xStream, eMode, bReadOnly ); in ImplViewSignatures()
214 DocumentSignatureMode eMode, bool bReadOnly ) throw (RuntimeException) in ImplViewSignatures() argument
218 NULL, mxCtx, eMode, bReadOnly, m_sODFVersion, m_bHasDocumentSignature); in ImplViewSignatures()
/trunk/main/javaunohelper/source/
H A Djavaunohelper.cxx249 sal_Bool bReadOnly = jbReadOnly == JNI_FALSE ? sal_False : sal_True; in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory() local
266 rMSFac = ::cppu::createRegistryServiceFactory( aWriteRegFile, bReadOnly); in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
268 rMSFac = ::cppu::createRegistryServiceFactory(aWriteRegFile, aReadRegFile, bReadOnly); in Java_com_sun_star_comp_helper_RegistryServiceFactory_createRegistryServiceFactory()
/trunk/main/odk/examples/OLE/delphi/InsertTables/
H A DSampleCode.pas69 function CreateDocument(bReadOnly : boolean) : boolean; in CreateDocument()
143 function TSampleCode.CreateDocument(bReadOnly : boolean) : boolean; in TSampleCode.CreateDocument()
152 if (bReadOnly) then begin
/trunk/main/vcl/inc/
H A Dsalbmp.hxx55 virtual BitmapBuffer* AcquireBuffer( bool bReadOnly ) = 0;
56 virtual void ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly ) = 0;
H A Dimpbmp.hxx79 BitmapBuffer* ImplAcquireBuffer( sal_Bool bReadOnly );
80 void ImplReleaseBuffer( BitmapBuffer* pBuffer, sal_Bool bReadOnly );
/trunk/main/extensions/source/propctrlr/
H A Dlinedescriptor.hxx47 bool bReadOnly : 1; member
51 ,bReadOnly( false ) in OLineDescriptor()
/trunk/main/vcl/unx/headless/
H A Dsvpbmp.hxx56 virtual BitmapBuffer* AcquireBuffer( bool bReadOnly );
57 virtual void ReleaseBuffer( BitmapBuffer* pBuffer, bool bReadOnly );
/trunk/main/desktop/source/deployment/registry/script/
H A Ddp_script.cxx412 const bool bReadOnly = false; in processPackage_() local
444 xScriptLibs->createLibraryLink( m_name, m_scriptURL, bReadOnly ); in processPackage_()
474 xDialogLibs->createLibraryLink( m_dialogName, m_dialogURL, bReadOnly ); in processPackage_()
/trunk/main/cppu/inc/typelib/
H A Dtypedescription.h361 sal_Bool bReadOnly; member
754 sal_Bool bReadOnly )
780 sal_Bool bReadOnly,
/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 160 milliseconds

12345678910