/aoo42x/main/vcl/inc/vcl/ |
H A D | window.hxx | 721 virtual void SetSettings( const AllSettings& rSettings, sal_Bool bChild ); 722 void UpdateSettings( const AllSettings& rSettings, sal_Bool bChild = sal_False ); 772 void Enable( bool bEnable = true, bool bChild = true ); 773 void Disable( bool bChild = true ) { Enable( false, bChild ); } in Disable() argument 776 void EnableInput( sal_Bool bEnable = sal_True, sal_Bool bChild = sal_True ); 777 void EnableInput( sal_Bool bEnable, sal_Bool bChild, sal_Bool bSysWin, 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/ui/inc/ |
H A D | textcontrolcombo.hxx | 57 void Enable( sal_Bool bEnable = sal_True, sal_Bool bChild = sal_True ); 58 void Disable( sal_Bool bChild = sal_True ) { Enable( sal_False, bChild ); } in Disable() argument
|
H A D | redlndlg.hxx | 115 SW_DLLPRIVATE sal_uInt16 CalcDiff(sal_uInt16 nStart, sal_Bool bChild);
|
/aoo42x/main/l10ntools/inc/ |
H A D | export.hxx | 121 sal_Bool bChild; member in ResData 173 bChild( sal_False ), in ResData() 201 bChild( sal_False ), in ResData()
|
/aoo42x/main/vcl/source/window/ |
H A D | window.cxx | 5907 if ( bChild || mpWindowImpl->mbChildNotify ) in SetSettings() 5912 pChild->SetSettings( rSettings, bChild ); in SetSettings() 5972 if ( bChild || mpWindowImpl->mbChildNotify ) in UpdateSettings() 6755 void Window::Enable( bool bEnable, bool bChild ) in Enable() argument 6804 if ( bChild || mpWindowImpl->mbChildNotify ) in Enable() 6809 pChild->Enable( bEnable, bChild ); in Enable() 6886 if ( bChild || mpWindowImpl->mbChildNotify ) in EnableInput() 6891 pChild->EnableInput( bEnable, bChild ); in EnableInput() 6914 EnableInput( bEnable, bChild ); in EnableInput() 6995 if ( bChild || mpWindowImpl->mbChildNotify ) in AlwaysEnableInput() [all …]
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xipivot.cxx | 261 bool bChild = ::get_flag( maFieldInfo.mnFlags, EXC_SXFIELD_HASCHILD ); in ReadSxfield() local 307 if( !bChild && bType && (nOrigC > 0) ) in ReadSxfield() 319 else if( bChild && (nType == EXC_SXFIELD_DATA_DATE) && (nOrigC > 0) ) in ReadSxfield() 332 if( !bChild && !bNum && (nGroupC == 0) && (nBaseC == 0) && (nOrigC == 0) ) in ReadSxfield() 341 … if( !bCalced && !bChild && !bNum && bType && (nGroupC == 0) && (nBaseC == 0) && (nOrigC == 0) ) in ReadSxfield()
|
/aoo42x/main/svx/source/dialog/ |
H A D | ctredlin.cxx | 1332 void SvxTPFilter::Enable( bool bEnable, bool bChild) in Enable() argument 1334 TabPage::Enable(bEnable,bChild); in Enable() 1343 void SvxTPFilter::Disable( bool bChild) in Disable() argument 1345 Enable( false, bChild ); in Disable()
|
/aoo42x/main/svx/inc/svx/ |
H A D | ctredlin.hxx | 299 void Enable( bool bEnable = true, bool bChild = true ); 300 void Disable( bool bChild = true );
|
/aoo42x/main/cui/source/customize/ |
H A D | macropg.cxx | 204 void _HeaderTabListBox::Enable( bool bEnable, bool bChild ) in Enable() argument 206 maListBox.Enable( bEnable, bChild ); in Enable() 207 maHeaderBar.Enable( bEnable, bChild ); in Enable()
|
/aoo42x/main/cui/source/inc/ |
H A D | headertablistbox.hxx | 50 void Enable( bool bEnable = true, bool bChild = true ); // same meaning as Windows::Enable()
|
/aoo42x/main/l10ntools/source/ |
H A D | export.cxx | 379 if ( bChild && bChildWithText ) { in SetId() 682 aResStack.GetObject( nLevel - 2 )->bChild = sal_True; in Execute() 724 aResStack.GetObject( nLevel - 2 )->bChild = sal_True; in Execute() 753 aResStack.GetObject( nLevel - 2 )->bChild = sal_True; in Execute()
|
/aoo42x/main/sw/source/ui/misc/ |
H A D | redlndlg.cxx | 585 sal_uInt16 SwRedlineAcceptDlg::CalcDiff(sal_uInt16 nStart, sal_Bool bChild) in CalcDiff() argument 600 if (bChild) // Sollte eigentlich nie vorkommen, aber sicher ist sicher... in CalcDiff()
|