Searched refs:pLibDlg (Results 1 – 1 of 1) sorted by relevance
885 LibDialog* pLibDlg = 0; in InsertLib() local895 if ( !pLibDlg ) in InsertLib()897 pLibDlg = new LibDialog( this ); in InsertLib()898 pLibDlg->SetStorageName( aURLObj.getName() ); in InsertLib()899 pLibDlg->GetLibBox().SetMode( LIBMODE_CHOOSER ); in InsertLib()908 SvLBoxEntry* pEntry = pLibDlg->GetLibBox().DoInsertEntry( aLibName ); in InsertLib()909 … sal_uInt16 nPos = (sal_uInt16) pLibDlg->GetLibBox().GetModel()->GetAbsPos( pEntry ); in InsertLib()910 pLibDlg->GetLibBox().CheckEntryPos( nPos, sal_True); in InsertLib()914 if ( !pLibDlg ) in InsertLib()925 pLibDlg->EnableReference( sal_False ); in InsertLib()[all …]