Home
last modified time | relevance | path

Searched refs:TestInvariant (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sot/inc/sot/
H A Dobject.hxx44 virtual void TestInvariant( sal_Bool bPrint ); \
52 void __EXPORT ClassName::TestInvariant( sal_Bool bPrint ) \
63 void __EXPORT ClassName::TestInvariant( sal_Bool bPrint ) \
66 Super1::TestInvariant( bPrint ); \
76 void __EXPORT ClassName::TestInvariant( sal_Bool bPrint ) \
79 Super1::TestInvariant( bPrint ); \
80 Super2::TestInvariant( bPrint ); \
91 void __EXPORT ClassName::TestInvariant( sal_Bool bPrint ) \
94 Super1::TestInvariant( bPrint ); \
95 Super2::TestInvariant( bPrint ); \
[all …]
H A Dfactory.hxx61 static void TestInvariant();
/trunk/main/sot/source/base/
H A Dfactory.cxx288 void SotFactory::TestInvariant() in TestInvariant() function in SotFactory
297 pSotData->pObjectList->GetObject( i )->TestInvariant( sal_False ); in TestInvariant()