Searched refs:FmNavInsertedHint (Results 1 – 4 of 4) sorted by relevance
103 TYPEINIT1( FmNavInsertedHint, SfxHint );104 DBG_NAME(FmNavInsertedHint);106 FmNavInsertedHint::FmNavInsertedHint( FmEntryData* pInsertedEntryData, sal_uInt32 nRelPos ) in FmNavInsertedHint() function in FmNavInsertedHint111 DBG_CTOR(FmNavInsertedHint,NULL); in FmNavInsertedHint()115 FmNavInsertedHint::~FmNavInsertedHint() in ~FmNavInsertedHint()117 DBG_DTOR(FmNavInsertedHint,NULL); in ~FmNavInsertedHint()
652 else if( rHint.ISA(FmNavInsertedHint) ) in Notify()654 FmNavInsertedHint* pInsertedHint = (FmNavInsertedHint*)&rHint; in Notify()
388 FmNavInsertedHint aInsertedHint( pEntry, nRelPos ); in Insert()
68 class FmNavInsertedHint : public SfxHint class75 FmNavInsertedHint( FmEntryData* pInsertedEntryData, sal_uInt32 nRelPos );76 virtual ~FmNavInsertedHint();
Completed in 37 milliseconds