Home
last modified time | relevance | path

Searched refs:bAllow (Results 1 – 16 of 16) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dcellbindinghelper.cxx412 bool bAllow( false ); in isListCellRangeAllowed() local
420 return bAllow; in isListCellRangeAllowed()
426 bool bAllow( true ); in isCellIntegerBindingAllowed() local
431 bAllow = false; in isCellIntegerBindingAllowed()
435 if ( bAllow ) in isCellIntegerBindingAllowed()
439 if ( bAllow ) in isCellIntegerBindingAllowed()
453 bAllow = false; in isCellIntegerBindingAllowed()
457 return bAllow; in isCellIntegerBindingAllowed()
463 bool bAllow( false ); in isCellBindingAllowed() local
476 if ( bAllow ) in isCellBindingAllowed()
[all …]
H A Dsqlcommanddesign.cxx374 sal_Bool bAllow = sal_True; in impl_trySuspendDesigner_nothrow() local
377 bAllow = m_xDesigner->suspend( sal_True ); in impl_trySuspendDesigner_nothrow()
383 return bAllow; in impl_trySuspendDesigner_nothrow()
/trunk/main/sfx2/source/doc/
H A Ddocmacromode.cxx420 sal_Bool bAllow = sal_False; in checkMacrosOnLoading() local
424 bAllow = disallowMacroExecution(); in checkMacrosOnLoading()
430 bAllow = adjustMacroMode( rxInteraction ); in checkMacrosOnLoading()
444 bAllow = sal_False; in checkMacrosOnLoading()
450 bAllow = sal_True; in checkMacrosOnLoading()
455 return bAllow; in checkMacrosOnLoading()
/trunk/main/xmloff/source/forms/
H A Dformcellbinding.cxx315 bool bAllow( false ); in isListCellRangeAllowed() local
320 bAllow = isSpreadsheetDocumentWhichSupplies( SERVICE_CELLRANGELISTSOURCE ); in isListCellRangeAllowed()
323 return bAllow; in isListCellRangeAllowed()
329 bool bAllow( false ); in isCellBindingAllowed() local
336 bAllow = isSpreadsheetDocumentWhichSupplies( SERVICE_CELLVALUEBINDING ); in isCellBindingAllowed()
339 return bAllow; in isCellBindingAllowed()
/trunk/main/extensions/source/abpilot/
H A Dabspilot.cxx255 sal_Bool bAllow = sal_True; in prepareLeaveCurrentState() local
269 bAllow = sal_False; in prepareLeaveCurrentState()
282 bAllow = sal_False; in prepareLeaveCurrentState()
297 return bAllow; in prepareLeaveCurrentState()
/trunk/main/sfx2/source/appl/
H A Dchildwin.cxx794 sal_Bool bAllow = sal_True; in QueryClose() local
800 bAllow = xCtrl->suspend( sal_True ); in QueryClose()
803 if ( bAllow ) in QueryClose()
804 bAllow = !GetWindow()->IsInModalMode(); in QueryClose()
806 return bAllow; in QueryClose()
/trunk/main/sfx2/source/control/
H A Drequest.cxx963 sal_Bool bAllow = pImp->bAllowRecording; in AllowsRecording() local
964 if( !bAllow ) in AllowsRecording()
965 bAllow = ( SFX_CALLMODE_API != ( SFX_CALLMODE_API & pImp->nCallMode ) ) && in AllowsRecording()
967 return bAllow; in AllowsRecording()
/trunk/main/svl/inc/svl/
H A Ddocumentlockfile.hxx60 static void AllowInteraction( sal_Bool bAllow ) { m_bAllowInteraction = bAllow; } in AllowInteraction() argument
/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx1340 ::sal_Bool SAL_CALL PasswordContainer::allowPersistentStoring( ::sal_Bool bAllow ) in allowPersistentStoring() argument
1348 if ( !bAllow ) in allowPersistentStoring()
1351 if ( m_pStorageFile->useStorage() == bAllow ) in allowPersistentStoring()
1352 return bAllow; in allowPersistentStoring()
1354 m_pStorageFile->setUseStorage( bAllow ); in allowPersistentStoring()
1355 return !bAllow; in allowPersistentStoring()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java211 synchronized protected static void AllowConnection( boolean bAllow ) in AllowConnection() argument
213 m_bAllowConnection = bAllow; in AllowConnection()
214 if ( !bAllow && m_aConnectionManager != null ) in AllowConnection()
/trunk/main/basctl/source/basicide/
H A Dscriptdocument.cxx922 bool bAllow = false; in allowMacros() local
927 bAllow = m_xScriptAccess->getAllowMacroExecution(); in allowMacros()
934 return bAllow; in allowMacros()
/trunk/main/offapi/com/sun/star/task/
H A DXMasterPasswordHandling.idl94 boolean allowPersistentStoring( [in] boolean bAllow );
/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx2092 void SdrModel::SetAllowShapePropertyChangeListener( bool bAllow ) in SetAllowShapePropertyChangeListener() argument
2096 mpImpl->mbAllowShapePropertyChangeListener = bAllow; in SetAllowShapePropertyChangeListener()
/trunk/main/svx/inc/svx/
H A Dsvdmodel.hxx253 void SetAllowShapePropertyChangeListener( bool bAllow );
/trunk/main/svl/source/inc/
H A Dpasswordcontainer.hxx405 …virtual ::sal_Bool SAL_CALL allowPersistentStoring( ::sal_Bool bAllow ) throw (::com::sun::star::u…
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1085 sal_Bool bAllow = sal_False; in CreateLines() local
1089 bAllow = sal_True; in CreateLines()
1092 if ( bAllow ) in CreateLines()

Completed in 141 milliseconds