Home
last modified time | relevance | path

Searched refs:FmNavInsertedHint (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/svx/source/form/
H A Dfmexpl.cxx100 TYPEINIT1( FmNavInsertedHint, SfxHint );
101 DBG_NAME(FmNavInsertedHint);
103 FmNavInsertedHint::FmNavInsertedHint( FmEntryData* pInsertedEntryData, sal_uInt32 nRelPos ) in FmNavInsertedHint() function in FmNavInsertedHint
108 DBG_CTOR(FmNavInsertedHint,NULL); in FmNavInsertedHint()
112 FmNavInsertedHint::~FmNavInsertedHint() in ~FmNavInsertedHint()
114 DBG_DTOR(FmNavInsertedHint,NULL); in ~FmNavInsertedHint()
H A Dnavigatortree.cxx652 else if( rHint.ISA(FmNavInsertedHint) ) in Notify()
654 FmNavInsertedHint* pInsertedHint = (FmNavInsertedHint*)&rHint; in Notify()
H A Dnavigatortreemodel.cxx388 FmNavInsertedHint aInsertedHint( pEntry, nRelPos ); in Insert()
/AOO42X/main/svx/source/inc/
H A Dfmexpl.hxx67 class FmNavInsertedHint : public SfxHint class
74 FmNavInsertedHint( FmEntryData* pInsertedEntryData, sal_uInt32 nRelPos );
75 virtual ~FmNavInsertedHint();