Home
last modified time | relevance | path

Searched refs:bChild (Results 1 – 12 of 12) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dwindow.hxx721 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 );
/trunk/main/sw/source/ui/inc/
H A Dtextcontrolcombo.hxx57 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 Dredlndlg.hxx115 SW_DLLPRIVATE sal_uInt16 CalcDiff(sal_uInt16 nStart, sal_Bool bChild);
/trunk/main/l10ntools/inc/
H A Dexport.hxx121 sal_Bool bChild; member in ResData
173 bChild( sal_False ), in ResData()
201 bChild( sal_False ), in ResData()
/trunk/main/vcl/source/window/
H A Dwindow.cxx5907 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 …]
/trunk/main/sc/source/filter/excel/
H A Dxipivot.cxx261 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()
/trunk/main/svx/source/dialog/
H A Dctredlin.cxx1332 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()
/trunk/main/svx/inc/svx/
H A Dctredlin.hxx299 void Enable( bool bEnable = true, bool bChild = true );
300 void Disable( bool bChild = true );
/trunk/main/cui/source/customize/
H A Dmacropg.cxx204 void _HeaderTabListBox::Enable( bool bEnable, bool bChild ) in Enable() argument
206 maListBox.Enable( bEnable, bChild ); in Enable()
207 maHeaderBar.Enable( bEnable, bChild ); in Enable()
/trunk/main/cui/source/inc/
H A Dheadertablistbox.hxx50 void Enable( bool bEnable = true, bool bChild = true ); // same meaning as Windows::Enable()
/trunk/main/l10ntools/source/
H A Dexport.cxx379 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()
/trunk/main/sw/source/ui/misc/
H A Dredlndlg.cxx585 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()

Completed in 96 milliseconds