Home
last modified time | relevance | path

Searched refs:mpImp (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx259 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 Dfileview.cxx1248 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 Dfiledlghelper.cxx2379 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()
2395mpImp = 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 Dembedhlp.hxx53 EmbeddedObjectRef_Impl* mpImp; member in svt::EmbeddedObjectRef
H A Dfileview.hxx78 SvtFileView_Impl* mpImp; member in SvtFileView
/trunk/main/sfx2/inc/sfx2/
H A Dfiledlghelper.hxx132 FileDialogHelper_Impl *mpImp; member in sfx2::FileDialogHelper