Home
last modified time | relevance | path

Searched refs:pDebugName (Results 1 – 25 of 34) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Didle.cxx23 Idle::Idle( bool bAuto, const char *pDebugName ) in Idle() argument
24 : Timer( bAuto, pDebugName ) in Idle()
29 Idle::Idle( const char *pDebugName ) in Idle() argument
30 : Idle( false, pDebugName ) in Idle()
60 AutoIdle::AutoIdle( const char *pDebugName ) in AutoIdle() argument
61 : Idle( true, pDebugName ) in AutoIdle()
H A Dtimer.cxx39 Timer::Timer( bool bAuto, const char *pDebugName ) in Timer() argument
40 : Task( pDebugName ) in Timer()
47 Timer::Timer( const char *pDebugName ) in Timer() argument
48 : Timer( false, pDebugName ) in Timer()
97 AutoTimer::AutoTimer( const char *pDebugName ) in AutoTimer() argument
98 : Timer( true, pDebugName ) in AutoTimer()
H A Dsvdata.cxx115 SystemDependentDataBuffer(const char* pDebugName) in SystemDependentDataBuffer() argument
117 maTimer(std::make_unique<AutoTimer>(pDebugName)) in SystemDependentDataBuffer()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/
H A Didle.cxx23 Idle::Idle( bool bAuto, const sal_Char *pDebugName ) in Idle() argument
24 : Timer( bAuto, pDebugName ) in Idle()
29 Idle::Idle( const sal_Char *pDebugName ) in Idle() argument
30 : Idle( false, pDebugName ) in Idle()
60 AutoIdle::AutoIdle( const sal_Char *pDebugName ) in AutoIdle() argument
61 : Idle( true, pDebugName ) in AutoIdle()
H A Dtimer.cxx39 Timer::Timer( bool bAuto, const sal_Char *pDebugName ) in Timer() argument
40 : Task( pDebugName ) in Timer()
47 Timer::Timer( const sal_Char *pDebugName ) in Timer() argument
48 : Timer( false, pDebugName ) in Timer()
97 AutoTimer::AutoTimer( const sal_Char *pDebugName ) in AutoTimer() argument
98 : Timer( true, pDebugName ) in AutoTimer()
H A Dsvdata.cxx106 SystemDependentDataBuffer(const sal_Char* pDebugName) in SystemDependentDataBuffer() argument
108 maTimer(std::make_unique<AutoTimer>(pDebugName)) in SystemDependentDataBuffer()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Didle.hxx44 Idle( bool bAuto, const char *pDebugName );
47 Idle( const char *pDebugName = nullptr );
64 AutoIdle( const char *pDebugName );
H A Dtimer.hxx36 Timer( bool bAuto, const char *pDebugName );
39 Timer( const char *pDebugName = nullptr );
75 AutoTimer( const char *pDebugName = nullptr );
H A Dtask.hxx74 Task( const char *pDebugName );
82 void SetDebugName( const char *pDebugName ) { mpDebugName = pDebugName; } in SetDebugName() argument
H A Dsyswin.hxx147 SAL_DLLPRIVATE void SetIdleDebugName( const char *pDebugName );
250 inline void SystemWindow::SetIdleDebugName( const char *pDebugName ) in SetIdleDebugName() argument
252 maLayoutIdle.SetDebugName( pDebugName ); in SetIdleDebugName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Didle.hxx40 Idle( bool bAuto, const sal_Char *pDebugName );
43 Idle( const sal_Char *pDebugName = nullptr );
60 AutoIdle( const sal_Char *pDebugName );
H A Dtimer.hxx36 Timer( bool bAuto, const sal_Char *pDebugName );
39 Timer( const sal_Char *pDebugName = nullptr );
75 AutoTimer( const sal_Char *pDebugName = nullptr );
H A Dtask.hxx73 Task( const sal_Char *pDebugName );
81 void SetDebugName( const sal_Char *pDebugName ) { mpDebugName = pDebugName; } in SetDebugName() argument
H A Dsyswin.hxx117 SAL_DLLPRIVATE void SetIdleDebugName( const sal_Char *pDebugName );
223 inline void SystemWindow::SetIdleDebugName( const sal_Char *pDebugName ) in SetIdleDebugName() argument
225 maLayoutIdle.SetDebugName( pDebugName ); in SetIdleDebugName()
H A Ddockwin.hxx255 SAL_DLLPRIVATE void SetIdleDebugName( const sal_Char *pDebugName );
372 inline void DockingWindow::SetIdleDebugName( const sal_Char *pDebugName ) in SetIdleDebugName() argument
374 maLayoutIdle.SetDebugName( pDebugName ); in SetIdleDebugName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A Dtimer.cxx475 IdleSerializer(const char *pDebugName, TaskPriority ePrio, in IdleSerializer() argument
477 : Idle( pDebugName ) in IdleSerializer()
529 const char *pDebugName ) in TestAutoIdleRR() argument
530 : AutoIdle( pDebugName ) in TestAutoIdleRR()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/
H A Dtimer.cxx448 IdleSerializer(const sal_Char *pDebugName, TaskPriority ePrio, in IdleSerializer() argument
450 : Idle( pDebugName ) in IdleSerializer()
499 const sal_Char *pDebugName ) in TestAutoIdleRR() argument
500 : AutoIdle( pDebugName ) in TestAutoIdleRR()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/sdr/contact/
H A Dobjectcontactofpageview.hxx49 const char *pDebugName);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/sdr/contact/
H A Dobjectcontactofpageview.hxx51 const sal_Char *pDebugName);
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/contact/
H A Dobjectcontactofpageview.cxx54 SdrPageWindow& rPageWindow, const char *pDebugName) in ObjectContactOfPageView() argument
56 , Idle(pDebugName) in ObjectContactOfPageView()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/sdr/contact/
H A Dobjectcontactofpageview.cxx59 SdrPageWindow& rPageWindow, const sal_Char *pDebugName) in ObjectContactOfPageView() argument
61 , Idle(pDebugName) in ObjectContactOfPageView()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Ddrawview.cxx1166 const char* pDebugName);
1182 const char* pDebugName) in ObjectContactOfScDrawView() argument
1183 : ObjectContactOfPageView(rPageWindow, pDebugName), in ObjectContactOfScDrawView()
1245 const char* pDebugName) const in createViewSpecificObjectContact()
1250 pDebugName); in createViewSpecificObjectContact()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Ddrawview.cxx1160 const sal_Char* pDebugName);
1174 const sal_Char* pDebugName) in ObjectContactOfScDrawView() argument
1175 : ObjectContactOfPageView(rPageWindow, pDebugName), in ObjectContactOfScDrawView()
1231 const sal_Char* pDebugName) const in createViewSpecificObjectContact()
1236 pDebugName); in createViewSpecificObjectContact()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Ddrawview.hxx174 const char* pDebugName) const override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Ddrawview.hxx176 const sal_Char* pDebugName) const override;

12