Home
last modified time | relevance | path

Searched refs:ppControl (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/inc/
H A Drefreshtimer.hxx66 ScRefreshTimerControl * const * ppControl; member in ScRefreshTimerProtector
71 if ( ppControl && *ppControl ) in ~ScRefreshTimerProtector()
72 (*ppControl)->SetAllowRefresh( sal_True ); in ~ScRefreshTimerProtector()
80 ScRefreshTimerControl * const * ppControl; member in ScRefreshTimer
85 if ( ppControl && *ppControl ) in AppendToControl()
86 (*ppControl)->aList.Insert( this, LIST_APPEND ); in AppendToControl()
92 if ( ppControl && *ppControl ) in RemoveFromControl()
93 (*ppControl)->aList.Remove( this ); in RemoveFromControl()
104 ScRefreshTimer() : ppControl(0) in ScRefreshTimer()
112 : AutoTimer( r ), ppControl(0) in ScRefreshTimer()
[all …]
/trunk/main/sc/source/core/tool/
H A Drefreshtimer.cxx34 ppControl( pp ) in ScRefreshTimerProtector()
36 if ( ppControl && *ppControl ) in ScRefreshTimerProtector()
38 (*ppControl)->SetAllowRefresh( sal_False ); in ScRefreshTimerProtector()
40 ::vos::OGuard aGuard( (*ppControl)->GetMutex() ); in ScRefreshTimerProtector()
66 if ( ppControl && *ppControl && (*ppControl)->IsRefreshAllowed() ) in Timeout()
69 ::vos::OGuard aGuard( (*ppControl)->GetMutex() ); in Timeout()
/trunk/main/dbaccess/source/ui/dlg/
H A Dadvancedsettings.cxx117 (*setting->ppControl) = new CheckBox( this, ModuleRes( nResourceId ) ); in SpecialSettingsPage()
118 (*setting->ppControl)->SetClickHdl( getControlModifiedLink() ); in SpecialSettingsPage()
123 (*setting->ppControl)->EnableTriState( sal_True ); in SpecialSettingsPage()
144 if ( !*setting->ppControl ) in SpecialSettingsPage()
147 (*setting->ppControl)->SetPosPixel( aPos ); in SpecialSettingsPage()
148 aPos.Move( 0, (*setting->ppControl)->GetSizePixel().Height() ); in SpecialSettingsPage()
266 if ( *setting->ppControl ) in fillControls()
297 if ( !*setting->ppControl ) in implInitControls()
316 (*setting->ppControl)->SetState( STATE_DONTKNOW ); in implInitControls()
323 (*setting->ppControl)->Check( bValue ); in implInitControls()
[all …]
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx1166 void OFieldDescControl::SetPosSize( Control** ppControl, long nRow, sal_uInt16 nCol ) in SetPosSize() argument
1221 (*ppControl)->SetSizePixel( aSize ); in SetPosSize()
1222 aSize = (*ppControl)->GetSizePixel( ); in SetPosSize()
1230 (*ppControl)->SetPosSizePixel( aPosition, aSize ); in SetPosSize()
1231 aSize = (*ppControl)->GetSizePixel(); in SetPosSize()
1233 (*ppControl)->Show(); in SetPosSize()
1574 IMPL_LINK(OFieldDescControl, DelayedGrabFocus, Control**, ppControl) in IMPL_LINK() argument
1577 if (*ppControl) in IMPL_LINK()
1578 (*ppControl)->GrabFocus(); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/inc/
H A DFieldDescControl.hxx151 void SetPosSize( Control** ppControl, long nRow, sal_uInt16 nCol );

Completed in 27 milliseconds