Lines Matching refs:nRelPos
297 void NavigatorTreeModel::Insert(FmEntryData* pEntry, sal_uLong nRelPos, sal_Bool bAlterModel) in Insert() argument
329 if (nRelPos >= (sal_uInt32)xContainer->getCount()) in Insert()
330 nRelPos = (sal_uInt32)xContainer->getCount(); in Insert()
339 nRelPos)); in Insert()
348 xContainer->insertByIndex(nRelPos, makeAny(xElementAsForm)); in Insert()
355 xContainer->insertByIndex(nRelPos, makeAny(xElementAsComponent)); in Insert()
382 pFolder->GetChildList()->Insert( pEntry, nRelPos ); in Insert()
384 GetRootList()->Insert( pEntry, nRelPos ); in Insert()
388 FmNavInsertedHint aInsertedHint( pEntry, nRelPos ); in Insert()
623 void NavigatorTreeModel::InsertForm(const Reference< XForm > & xForm, sal_uInt32 nRelPos) in InsertForm() argument
639 Insert( pFormData, nRelPos ); in InsertForm()
643 …igatorTreeModel::InsertFormComponent(const Reference< XFormComponent > & xComp, sal_uInt32 nRelPos) in InsertFormComponent() argument
668 Insert( pNewEntryData, nRelPos ); in InsertFormComponent()