Home
last modified time | relevance | path

Searched refs:bReadOnly (Results 1 – 25 of 240) sorted by relevance

12345678910

/trunk/main/svl/source/config/
H A Dlanguageoptions.cxx177 sal_Bool bReadOnly = sal_False; in IsReadOnly() local
181 …case SvtLanguageOptions::E_CJKFONT : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
182 …case SvtLanguageOptions::E_VERTICALTEXT : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
183 …case SvtLanguageOptions::E_ASIANTYPOGRAPHY : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
184 …case SvtLanguageOptions::E_JAPANESEFIND : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
185 …case SvtLanguageOptions::E_RUBY : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
186 …case SvtLanguageOptions::E_CHANGECASEMAP : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
187 …case SvtLanguageOptions::E_DOUBLELINES : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
188 …case SvtLanguageOptions::E_EMPHASISMARKS : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
189 …case SvtLanguageOptions::E_VERTICALCALLOUT : bReadOnly = m_pCJKOptions->IsReadOnly(SvtCJKOptions:… in IsReadOnly()
[all …]
H A Dcjkoptions.cxx369 sal_Bool bReadOnly = CFG_READONLY_DEFAULT; in IsReadOnly() local
372 case SvtCJKOptions::E_CJKFONT : bReadOnly = bROCJKFont; break; in IsReadOnly()
373 case SvtCJKOptions::E_VERTICALTEXT : bReadOnly = bROVerticalText; break; in IsReadOnly()
374 case SvtCJKOptions::E_ASIANTYPOGRAPHY : bReadOnly = bROAsianTypography; break; in IsReadOnly()
375 case SvtCJKOptions::E_JAPANESEFIND : bReadOnly = bROJapaneseFind; break; in IsReadOnly()
376 case SvtCJKOptions::E_RUBY : bReadOnly = bRORuby; break; in IsReadOnly()
377 case SvtCJKOptions::E_CHANGECASEMAP : bReadOnly = bROChangeCaseMap; break; in IsReadOnly()
378 case SvtCJKOptions::E_DOUBLELINES : bReadOnly = bRODoubleLines; break; in IsReadOnly()
379 case SvtCJKOptions::E_EMPHASISMARKS : bReadOnly = bROEmphasisMarks; break; in IsReadOnly()
382 bReadOnly = sal_True; in IsReadOnly()
[all …]
H A Dctloptions.cxx108 sal_Bool bReadOnly = CFG_READONLY_DEFAULT; in IsReadOnly() local
111 case SvtCTLOptions::E_CTLFONT : bReadOnly = m_bROCTLFontEnabled ; break; in IsReadOnly()
112 case SvtCTLOptions::E_CTLSEQUENCECHECKING : bReadOnly = m_bROCTLSequenceChecking ; break; in IsReadOnly()
113 case SvtCTLOptions::E_CTLCURSORMOVEMENT : bReadOnly = m_bROCTLCursorMovement ; break; in IsReadOnly()
114 case SvtCTLOptions::E_CTLTEXTNUMERALS : bReadOnly = m_bROCTLTextNumerals ; break; in IsReadOnly()
115 case SvtCTLOptions::E_CTLSEQUENCECHECKINGRESTRICTED: bReadOnly = m_bROCTLRestricted ; break; in IsReadOnly()
116 …case SvtCTLOptions::E_CTLSEQUENCECHECKINGTYPEANDREPLACE: bReadOnly = m_bROCTLTypeAndReplace; break; in IsReadOnly()
119 return bReadOnly; in IsReadOnly()
/trunk/main/unotools/source/config/
H A Dlingucfg.cxx787 sal_Bool bReadOnly = sal_False; in IsReadOnly() local
790 bReadOnly = IsReadOnly( nHdl ); in IsReadOnly()
791 return bReadOnly; in IsReadOnly()
798 sal_Bool bReadOnly = sal_False; in IsReadOnly() local
823 … case UPH_IS_AUTO_CLOSE_DIALOG : bReadOnly = rOpt.bROIsAutoCloseDialog; break; in IsReadOnly()
826 case UPH_IS_DIRECTION_TO_SIMPLIFIED : bReadOnly = rOpt.bROIsDirectionToSimplified; break; in IsReadOnly()
827 case UPH_IS_USE_CHARACTER_VARIANTS : bReadOnly = rOpt.bROIsUseCharacterVariants; break; in IsReadOnly()
828 case UPH_IS_TRANSLATE_COMMON_TERMS : bReadOnly = rOpt.bROIsTranslateCommonTerms; break; in IsReadOnly()
829 case UPH_IS_REVERSE_MAPPING : bReadOnly = rOpt.bROIsReverseMapping; break; in IsReadOnly()
831 case UPH_IS_GRAMMAR_AUTO: bReadOnly = rOpt.bROIsGrammarAuto; break; in IsReadOnly()
[all …]
H A Dsaveopt.cxx311 bReadOnly = bROAutoSaveTime; in IsReadOnly()
314 bReadOnly = bROUseUserData; in IsReadOnly()
317 bReadOnly = bROBackup; in IsReadOnly()
320 bReadOnly = bROAutoSave; in IsReadOnly()
323 bReadOnly = bROAutoSavePrompt; in IsReadOnly()
326 bReadOnly = bRODocInfSave; in IsReadOnly()
332 bReadOnly = bROSaveDocView; in IsReadOnly()
335 bReadOnly = bROSaveRelINet; in IsReadOnly()
338 bReadOnly = bROSaveRelFSys; in IsReadOnly()
341 bReadOnly = bROSaveUnpacked; in IsReadOnly()
[all …]
/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/cui/source/options/
H A Ddbregister.cxx215 …ame ] = DatabaseRegistration( aTransformer.get( OFileNotation::N_URL ), pRegistration->bReadOnly ); in FillItemSet()
245 …sertNewEntry( aIter->first, aTransformer.get( OFileNotation::N_SYSTEM ), aIter->second.bReadOnly ); in Reset()
314 if ( !pOldRegistration || pOldRegistration->bReadOnly ) in IMPL_LINK()
390 bool bReadOnly = true; in IMPL_LINK() local
394 bReadOnly = pRegistration->bReadOnly; in IMPL_LINK()
397 m_aEdit.Enable( !bReadOnly ); in IMPL_LINK()
398 m_aDelete.Enable( !bReadOnly ); in IMPL_LINK()
H A Doptpath.cxx339 sal_Bool bReadOnly = sal_False; in Reset() local
340 GetPathList( i, sInternal, sUser, sWritable, bReadOnly ); in Reset()
349 if ( bReadOnly ) in Reset()
441 sal_Bool bReadOnly = sal_False; in IMPL_LINK() local
442 GetPathList( pPathImpl->nRealId, sInternal, sUser, sWritable, bReadOnly ); in IMPL_LINK()
497 sal_Bool bReadOnly = sal_False; in ChangeCurrentEntry() local
498 GetPathList( pPathImpl->nRealId, sInternal, sUser, sWritable, bReadOnly ); in ChangeCurrentEntry()
561 sal_Bool bReadOnly = sal_False; in IMPL_LINK() local
562 GetPathList( pPathImpl->nRealId, sInternal, sUser, sWritable, bReadOnly ); in IMPL_LINK()
H A Ddbregistersettings.hxx38 bool bReadOnly; member
42 ,bReadOnly( true ) in DatabaseRegistration()
48 ,bReadOnly( _bReadOnly ) in DatabaseRegistration()
/trunk/main/vcl/source/gdi/
H A Dimpbmp.cxx116 BitmapBuffer* ImpBitmap::ImplAcquireBuffer( sal_Bool bReadOnly ) in ImplAcquireBuffer() argument
118 return mpSalBitmap->AcquireBuffer( bReadOnly ); in ImplAcquireBuffer()
123 void ImpBitmap::ImplReleaseBuffer( BitmapBuffer* pBuffer, sal_Bool bReadOnly ) in ImplReleaseBuffer() argument
125 mpSalBitmap->ReleaseBuffer( pBuffer, bReadOnly ); in ImplReleaseBuffer()
127 if( !bReadOnly ) in ImplReleaseBuffer()
/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/ucb/source/ucp/hierarchy/
H A Dhierarchydatasource.cxx105 bool bReadOnly );
392 bool bReadOnly = !!ServiceSpecifier.equalsAsciiL( in createInstanceWithArguments() local
394 bool bReadWrite = !bReadOnly && in createInstanceWithArguments()
398 if ( !bReadOnly && !bReadWrite ) in createInstanceWithArguments()
408 bool bHasLazyWriteProp = bReadOnly; // property must be added only if in createInstanceWithArguments()
494 if ( bReadOnly ) in createInstanceWithArguments()
542 new HierarchyDataAccess( xConfigAccess, bReadOnly ) ) ); in createInstanceWithArguments()
639 bool bReadOnly ) in HierarchyDataAccess() argument
641 m_bReadOnly( bReadOnly ) in HierarchyDataAccess()
/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/svx/source/gallery2/
H A Dgallery1.cxx60 bReadOnly ( _bReadOnly || _bImported ), in GalleryThemeEntry()
347 sal_Bool bReadOnly = sal_False; in ImplLoadSubDirs() local
370 aThmCnt.getPropertyValue( s_sIsReadOnly ) >>= bReadOnly; in ImplLoadSubDirs()
379 if( !bReadOnly ) in ImplLoadSubDirs()
396 aSdgCnt.getPropertyValue( s_sIsReadOnly ) >>= bReadOnly; in ImplLoadSubDirs()
407 if( !bReadOnly ) in ImplLoadSubDirs()
424 aSdvCnt.getPropertyValue( s_sIsReadOnly ) >>= bReadOnly; in ImplLoadSubDirs()
435 …alleryThemeEntry* pEntry = GalleryTheme::CreateThemeEntry( aThmURL, rbDirIsReadOnly || bReadOnly ); in ImplLoadSubDirs()
/trunk/main/xmlscript/source/xmlflat_imexp/
H A Dxmlbas_import.cxx226 sal_Bool bReadOnly = sal_False; in startChildElement() local
227 getBoolAttr( &bReadOnly, in startChildElement()
236 m_xLibContainer->createLibraryLink( aName, aStorageURL, bReadOnly ) ); in startChildElement()
263 sal_Bool bReadOnly = sal_False; in startChildElement() local
264 getBoolAttr( &bReadOnly, in startChildElement()
284 …dedLibraryElement( rLocalName, xAttributes, this, m_pImport, m_xLibContainer, aName, bReadOnly ) ); in startChildElement()
320 const ::rtl::OUString& rLibName, bool bReadOnly ) in BasicEmbeddedLibraryElement() argument
324 ,m_bReadOnly( bReadOnly ) in BasicEmbeddedLibraryElement()
/trunk/main/framework/qa/complex/accelerators/
H A DAcceleratorsConfigurationTest.java105 boolean bReadOnly = false; in before()
106 XNameAccess m_xConfig2 = openConfig(m_xSmgr, sConfigPath, bReadOnly); in before()
761 boolean bReadOnly = true; in getOfficeLocale()
762 XNameAccess xRootConfig = openConfig(m_xSmgr, sConfigPath, bReadOnly); in getOfficeLocale()
781 boolean bReadOnly = false; in setOfficeLocale()
782 XNameAccess xRootConfig = openConfig(m_xSmgr, sConfigPath, bReadOnly); in setOfficeLocale()
799 boolean bReadOnly) in openConfig() argument
814 if (bReadOnly) in openConfig()
/trunk/main/autodoc/source/parser_i/idl/
H A Dpe_attri.cxx55 bReadOnly(false), in PE_Attribute()
130 bReadOnly = true; in Process_Stereotype()
237 bReadOnly = false; in InitData()
258 bReadOnly, in ReceiveData()
/trunk/main/svx/source/form/
H A Dfmundo.cxx186 ,bReadOnly( sal_False ) in DBG_NAME()
268 …if (bReadOnly != (rModel.GetObjectShell()->IsReadOnly() || rModel.GetObjectShell()->IsReadOnlyUI()… in ModeChanged()
270 bReadOnly = !bReadOnly; in ModeChanged()
297 if (!bReadOnly) in ModeChanged()
854 if (!bReadOnly) in TogglePropertyListening()
928 if ( !bReadOnly ) in switchListening()
978 if (!bReadOnly) in RemoveElement()
/trunk/main/sw/source/ui/uno/
H A Dswdetect.cxx107 sal_Bool bWasReadOnly = sal_False, bReadOnly = sal_False; in detect() local
207 bReadOnly = aMedium.IsReadOnly(); in detect()
379 if ( bReadOnly != bWasReadOnly ) in detect()
385 lDescriptor[nPropertyCount].Value <<= bReadOnly; in detect()
389 lDescriptor[nIndexOfReadOnlyFlag].Value <<= bReadOnly; in detect()
/trunk/main/sfx2/source/doc/
H A Ddocinsert.cxx262 sal_Bool bReadOnly = sal_False; in IMPL_LINK() local
263 if ( ( aValue >>= bReadOnly ) && bReadOnly ) in IMPL_LINK()
264 m_pItemSet->Put( SfxBoolItem( SID_DOC_READONLY, bReadOnly ) ); in IMPL_LINK()
/trunk/main/starmath/source/
H A Dsmdetect.cxx103 sal_Bool bWasReadOnly = sal_False, bReadOnly = sal_False; in detect() local
202 bReadOnly = aMedium.IsReadOnly(); in detect()
449 if ( bReadOnly != bWasReadOnly ) in detect()
455 lDescriptor[nPropertyCount].Value <<= bReadOnly; in detect()
459 lDescriptor[nIndexOfReadOnlyFlag].Value <<= bReadOnly; in detect()
/trunk/main/sc/source/ui/unoobj/
H A Ddrdefuno.cxx62 SfxItemPool* ScDrawDefaultsObj::getModelPool( sal_Bool bReadOnly ) throw() in getModelPool() argument
67 ScDrawLayer* pModel = bReadOnly ? in getModelPool()
74 pRet = SvxUnoDrawPool::getModelPool( bReadOnly ); // uses default pool in getModelPool()
/trunk/main/sd/source/filter/
H A Dsddetect.cxx126 sal_Bool bWasReadOnly = sal_False, bReadOnly = sal_False; in detect() local
238 bReadOnly = aMedium.IsReadOnly(); in detect()
444 if ( bReadOnly != bWasReadOnly ) in detect()
450 lDescriptor[nPropertyCount].Value <<= bReadOnly; in detect()
454 lDescriptor[nIndexOfReadOnlyFlag].Value <<= bReadOnly; in detect()
/trunk/main/cppuhelper/source/
H A Dservicefactory.cxx526 sal_Bool bReadOnly, in createImplServiceFactory() argument
543 if (bReadOnly) in createImplServiceFactory()
563 if (bReadOnly) in createImplServiceFactory()
626 sal_Bool bReadOnly, in createRegistryServiceFactory() argument
631 rWriteRegistry, rReadRegistry, bReadOnly, rBootstrapPath ), UNO_QUERY ); in createRegistryServiceFactory()
/trunk/main/cui/source/tabpages/
H A Dmacroass.cxx71 sal_Bool bReadOnly; member in _SfxMacroTabPage_Impl
87 bReadOnly( sal_False ), in _SfxMacroTabPage_Impl()
159 mpImpl->pDeletePB->Enable( 0 != pM && !mpImpl->bReadOnly ); in EnableButtons()
165 …mpImpl->pAssignPB->Enable( !mpImpl->bReadOnly && !sScriptURI.EqualsIgnoreCaseAscii( sEventMacro ) … in EnableButtons()
270 return mpImpl->bReadOnly; in IsReadOnly()

Completed in 122 milliseconds

12345678910