Searched refs:mpImp (Results 1 – 6 of 6) sorted by relevance
| /trunk/main/svtools/source/misc/ |
| H A D | embedhlp.cxx | 259 mpImp = new EmbeddedObjectRef_Impl; in Construct_Impl() 260 mpImp->pContainer = 0; in Construct_Impl() 261 mpImp->pGraphic = 0; in Construct_Impl() 262 mpImp->pHCGraphic = 0; in Construct_Impl() 263 mpImp->nViewAspect = embed::Aspects::MSOLE_CONTENT; in Construct_Impl() 264 mpImp->bIsLocked = sal_False; in Construct_Impl() 265 mpImp->bNeedUpdate = sal_False; in Construct_Impl() 266 mpImp->mnGraphicVersion = 0; in Construct_Impl() 267 mpImp->aDefaultSizeForChart_In_100TH_MM = awt::Size(8000,7000); in Construct_Impl() 278 mpImp->nViewAspect = nAspect; in EmbeddedObjectRef() [all …]
|
| /trunk/main/svtools/source/contnr/ |
| H A D | fileview.cxx | 1248 mpImp = new SvtFileView_Impl( this, xCmdEnv, nFlags, bOnlyFolder ); in SvtFileView() 1249 mpImp->mpView->ForbidEmptyText(); in SvtFileView() 1252 mpImp->mpView->SetTabs( &pTabs[0], MAP_PIXEL ); in SvtFileView() 1253 mpImp->mpView->SetTabJustify( 2, AdjustRight ); // column "Size" in SvtFileView() 1256 mpImp->mpView->SetSelectionMode( MULTIPLE_SELECTION ); in SvtFileView() 1258 HeaderBar* pHeaderBar = mpImp->mpView->GetHeaderBar(); in SvtFileView() 1270 mpImp = new SvtFileView_Impl( this, xCmdEnv, nFlags, in SvtFileView() 1276 mpImp->mpView->SetTabs( &pTabs[0], MAP_PIXEL ); in SvtFileView() 1277 mpImp->mpView->SetTabJustify( 2, AdjustRight ); // column "Size" in SvtFileView() 1283 mpImp->mpView->SetTabs( &pTabs[0], MAP_PIXEL ); in SvtFileView() [all …]
|
| /trunk/main/sfx2/source/dialog/ |
| H A D | filedlghelper.cxx | 2379 mpImp = new FileDialogHelper_Impl( this, getDialogType( nFlags ), nFlags ); in FileDialogHelper() 2380 mxImp = mpImp; in FileDialogHelper() 2383 mpImp->addFilters( nFlags, SfxObjectShell::GetServiceNameFromFactory(rFact), nMust, nDont ); in FileDialogHelper() 2395 …mpImp = new FileDialogHelper_Impl( this, getDialogType( nFlags ), nFlags, nDialog, NULL , rStandar… in FileDialogHelper() 2396 mxImp = mpImp; in FileDialogHelper() 2399 mpImp->addFilters( nFlags, SfxObjectShell::GetServiceNameFromFactory(rFact), nMust, nDont ); in FileDialogHelper() 2409 mpImp = new FileDialogHelper_Impl( this, getDialogType( nFlags ), nFlags, nDialog ); in FileDialogHelper() 2410 mxImp = mpImp; in FileDialogHelper() 2413 mpImp->addFilters( nFlags, SfxObjectShell::GetServiceNameFromFactory(rFact), nMust, nDont ); in FileDialogHelper() 2421 mpImp = new FileDialogHelper_Impl( this, nDialogType, nFlags ); in FileDialogHelper() [all …]
|
| /trunk/main/svtools/inc/svtools/ |
| H A D | embedhlp.hxx | 53 EmbeddedObjectRef_Impl* mpImp; member in svt::EmbeddedObjectRef
|
| H A D | fileview.hxx | 78 SvtFileView_Impl* mpImp; member in SvtFileView
|
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | filedlghelper.hxx | 132 FileDialogHelper_Impl *mpImp; member in sfx2::FileDialogHelper
|