Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/form/
H A Dfmexpl.cxx103 TYPEINIT1( FmNavInsertedHint, SfxHint );
104 DBG_NAME(FmNavInsertedHint);
106 FmNavInsertedHint::FmNavInsertedHint( FmEntryData* pInsertedEntryData, sal_uInt32 nRelPos ) in FmNavInsertedHint() function in FmNavInsertedHint
111 DBG_CTOR(FmNavInsertedHint,NULL); in FmNavInsertedHint()
115 FmNavInsertedHint::~FmNavInsertedHint() in ~FmNavInsertedHint()
117 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()
/aoo4110/main/svx/source/inc/
H A Dfmexpl.hxx68 class FmNavInsertedHint : public SfxHint class
75 FmNavInsertedHint( FmEntryData* pInsertedEntryData, sal_uInt32 nRelPos );
76 virtual ~FmNavInsertedHint();

Completed in 40 milliseconds