Searched refs:bAlways (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/basic/source/comp/ |
H A D | io.cxx | 34 sal_Bool SbiParser::Channel( sal_Bool bAlways ) in Channel() argument 47 else if( bAlways ) in Channel()
|
/aoo42x/main/sfx2/source/control/ |
H A D | statcach.cxx | 503 void SfxStateCache::SetCachedState( sal_Bool bAlways ) in SetCachedState() argument 513 if ( bAlways || ( !bItemDirty && !bSlotDirty ) ) in SetCachedState()
|
/aoo42x/main/vcl/source/window/ |
H A D | window.cxx | 6976 void Window::AlwaysEnableInput( sal_Bool bAlways, sal_Bool bChild ) in AlwaysEnableInput() argument 6981 mpWindowImpl->mpBorderWindow->AlwaysEnableInput( bAlways, sal_False ); in AlwaysEnableInput() 6983 if( bAlways && mpWindowImpl->meAlwaysInputMode != AlwaysInputEnabled ) in AlwaysEnableInput() 6987 if ( bAlways ) in AlwaysEnableInput() 6990 else if( ! bAlways && mpWindowImpl->meAlwaysInputMode == AlwaysInputEnabled ) in AlwaysEnableInput() 7000 pChild->AlwaysEnableInput( bAlways, bChild ); in AlwaysEnableInput() 7008 void Window::AlwaysDisableInput( sal_Bool bAlways, sal_Bool bChild ) in AlwaysDisableInput() argument 7013 mpWindowImpl->mpBorderWindow->AlwaysDisableInput( bAlways, sal_False ); in AlwaysDisableInput() 7015 if( bAlways && mpWindowImpl->meAlwaysInputMode != AlwaysInputDisabled ) in AlwaysDisableInput() 7019 if ( bAlways ) in AlwaysDisableInput() [all …]
|
/aoo42x/main/sfx2/source/inc/ |
H A D | statcach.hxx | 112 void SetCachedState(sal_Bool bAlways = sal_False);
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | window.hxx | 793 void AlwaysEnableInput( sal_Bool bAlways, sal_Bool bChild = sal_True ); 813 void AlwaysDisableInput( sal_Bool bAlways, sal_Bool bChild = sal_True );
|
/aoo42x/main/sw/source/core/docnode/ |
H A D | section.cxx | 1110 SwSectionNode* SwSectionFmt::GetSectionNode(bool const bAlways) in GetSectionNode() argument 1113 if( pIdx && ( bAlways || &pIdx->GetNodes() == &GetDoc()->GetNodes() )) in GetSectionNode()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | svtreebx.hxx | 296 void SetEntryHeight( short nHeight, sal_Bool bAlways = sal_False );
|
/aoo42x/main/sd/source/ui/slideshow/ |
H A D | slideshowimpl.cxx | 3047 void SAL_CALL SlideshowImpl::setAlwaysOnTop( sal_Bool bAlways ) throw (RuntimeException) in setAlwaysOnTop() argument 3050 if( maPresSettings.mbAlwaysOnTop != bAlways ) in setAlwaysOnTop() 3052 maPresSettings.mbAlwaysOnTop = bAlways; in setAlwaysOnTop()
|
/aoo42x/main/svtools/source/contnr/ |
H A D | svtreebx.cxx | 1044 void SvTreeListBox::SetEntryHeight( short nHeight, sal_Bool bAlways ) in SetEntryHeight() argument 1048 if( bAlways || nHeight > nEntryHeight ) in SetEntryHeight()
|
/aoo42x/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 504 static void ImplSalFrameFullScreenPos( Os2SalFrame* pFrame, sal_Bool bAlways = FALSE ) in ImplSalFrameFullScreenPos() argument 508 if ( bAlways || !(aSWP.fl & SWP_MINIMIZE) ) in ImplSalFrameFullScreenPos()
|
/aoo42x/main/vcl/win/source/window/ |
H A D | salframe.cxx | 941 static void ImplSalFrameFullScreenPos( WinSalFrame* pFrame, sal_Bool bAlways = FALSE ) in ImplSalFrameFullScreenPos() argument 943 if ( bAlways || !IsIconic( pFrame->mhWnd ) ) in ImplSalFrameFullScreenPos()
|
Completed in 134 milliseconds