Lines Matching refs:pLibDlg
885 LibDialog* pLibDlg = 0; in InsertLib() local
895 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()
927 if ( pLibDlg->Execute() ) in InsertLib()
931 sal_Bool bReplace = pLibDlg->IsReplace(); in InsertLib()
932 sal_Bool bReference = pLibDlg->IsReference(); in InsertLib()
933 for ( sal_uInt16 nLib = 0; nLib < pLibDlg->GetLibBox().GetEntryCount(); nLib++ ) in InsertLib()
935 if ( pLibDlg->GetLibBox().IsChecked( nLib ) ) in InsertLib()
937 SvLBoxEntry* pEntry = pLibDlg->GetLibBox().GetEntry( nLib ); in InsertLib()
939 String aLibName( pLibDlg->GetLibBox().GetEntryText( pEntry, 0 ) ); in InsertLib()
1156 delete pLibDlg; in InsertLib()