Home
last modified time | relevance | path

Searched refs:mpImpl (Results 76 – 100 of 176) sorted by relevance

12345678

/aoo4110/main/svx/source/engine3d/
H A Dfloat3d.cxx249 mpImpl ( new Svx3DWinImpl() ), in Svx3DWin()
301 mpImpl->pPool = NULL; in Svx3DWin()
516 delete mpImpl; in ~Svx3DWin()
551 …aBtn.SetModeImage( bState ? mpImpl->maImgLightOnH : mpImpl->maImgLightOffH, BMP_COLOR_HIGHCONTRAST… in SetUILightState()
585 if( !mpImpl->pPool ) in Update()
587 mpImpl->pPool = rAttrs.GetPool(); in Update()
588 DBG_ASSERT( mpImpl->pPool, "Wo ist der Pool?" ); in Update()
589 ePoolUnit = mpImpl->pPool->GetMetric( SID_ATTR_LINE_WIDTH ); in Update()
1829 if( !mpImpl->pPool ) in GetAttr()
1832 mpImpl->pPool = rAttrs.GetPool(); in GetAttr()
[all …]
/aoo4110/main/sc/inc/
H A Dsegmenttree.hxx86 ::std::auto_ptr<ScFlatBoolSegmentsImpl> mpImpl;
115 ::std::auto_ptr<ScFlatBoolSegmentsImpl> mpImpl;
165 ::std::auto_ptr<ScFlatUInt16SegmentsImpl> mpImpl;
H A Dtabprotection.hxx112 ::boost::shared_ptr<ScTableProtectionImpl> mpImpl;
169 ::boost::shared_ptr<ScTableProtectionImpl> mpImpl;
/aoo4110/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx465 : mpImpl(new myImplHelpers::StyleMapperImpl<SwTxtFmtColl>(rDoc)) in ParaStyleMapper()
471 delete mpImpl; in ~ParaStyleMapper()
477 return mpImpl->GetStyle(rName, eSti); in GetStyle()
481 : mpImpl(new myImplHelpers::StyleMapperImpl<SwCharFmt>(rDoc)) in CharStyleMapper()
487 delete mpImpl; in ~CharStyleMapper()
493 return mpImpl->GetStyle(rName, eSti); in GetStyle()
/aoo4110/main/vcl/source/gdi/
H A Dpngwrite.cxx707 mpImpl( new ::vcl::PNGWriterImpl( rBmpEx, pFilterData ) ) in PNGWriter()
715 delete mpImpl; in ~PNGWriter()
722 return mpImpl->Write( rIStm ); in Write()
729 return mpImpl->GetChunks(); in GetChunks()
H A Dpngread.cxx1717 mpImpl( new ::vcl::PNGReaderImpl( rIStm ) ) in PNGReader()
1725 delete mpImpl; in ~PNGReader()
1732 return mpImpl->GetBitmapEx( i_rPreviewSizeHint ); in Read()
1739 return mpImpl->GetAllChunks(); in GetChunks()
1746 mpImpl->SetIgnoreGammaChunk( b ); in SetIgnoreGammaChunk()
/aoo4110/main/sd/source/ui/tools/
H A DIconCache.cxx110 return mpImpl->GetIcon (nResourceId); in GetIcon()
117 : mpImpl (new Implementation()) in IconCache()
/aoo4110/main/toolkit/source/layout/vcl/
H A Dwrapper.hxx86 inline WindowImpl &Window::getImpl() const{ return *(static_cast< WindowImpl * >( mpImpl )); } in getImpl()
93 return *(static_cast<t##Impl *>(mpImpl)); \
/aoo4110/main/sw/source/filter/inc/
H A Dmsfilter.hxx213 ParaMapper *mpImpl; member in sw::util::ParaStyleMapper
273 CharMapper *mpImpl; member in sw::util::CharStyleMapper
/aoo4110/main/svtools/source/uno/
H A Dpopupwindowcontroller.cxx147 , mpImpl( new PopupWindowControllerImpl() ) in PopupWindowController()
240 mpImpl->SetPopupWindow(pWin,pToolBox); in createPopupWindow()
/aoo4110/main/sd/source/ui/view/
H A DDocumentRenderer.cxx2359 mpImpl(new Implementation(rBase)) in DocumentRenderer()
2381 mpImpl->ProcessProperties(rOptions); in getRendererCount()
2382 return mpImpl->GetPrintPageCount(); in getRendererCount()
2396 mpImpl->ProcessProperties(rOptions); in getRenderer()
2397 return mpImpl->GetProperties(rOptions); in getRenderer()
2410 mpImpl->ProcessProperties(rOptions); in render()
2411 mpImpl->PrintPage(nRenderer); in render()
/aoo4110/main/xmloff/source/draw/
H A Danimationexport.cxx1718 mpImpl = new AnimationsExporterImpl( rExport, xPageProps ); in AnimationsExporter()
1723 delete mpImpl; in ~AnimationsExporter()
1732 mpImpl->prepareTransitionNode(); in prepare()
1733 mpImpl->prepareNode( xRootNode ); in prepare()
1748 bool bHasEffects = mpImpl->mbHasTransition; in exportAnimations()
1769 mpImpl->exportNode( xRootNode ); in exportAnimations()
/aoo4110/main/canvas/inc/canvas/
H A Dprioritybooster.hxx55 const ::std::auto_ptr< PriorityBooster_Impl > mpImpl; member in canvas::tools::PriorityBooster
/aoo4110/main/sd/source/ui/inc/tools/
H A DIconCache.hxx60 ::std::auto_ptr<Implementation> mpImpl;
/aoo4110/main/sd/source/ui/inc/
H A Ddlgctrls.hxx55 FadeEffectLBImpl* mpImpl; member in FadeEffectLB
H A DUpdateLockManager.hxx79 Implementation* mpImpl; member in sd::UpdateLockManager
H A Dfiledlg.hxx50 const std::auto_ptr< SdFileDialog_Imp > mpImpl; member in SdOpenSoundFileDialog
/aoo4110/main/editeng/source/xml/
H A Deditsource.hxx45 SvxEditEngineSourceImpl* mpImpl; member in SvxEditEngineSource
/aoo4110/main/sd/source/filter/html/
H A Dbuttonset.hxx46 ButtonSetImpl* mpImpl; member in ButtonSet
/aoo4110/main/toolkit/workben/layout/
H A Deditor.hxx34 EditorImpl *mpImpl; member in Editor
/aoo4110/main/sw/source/ui/inc/
H A Dviewlayoutctrl.hxx37 SwViewLayoutControl_Impl* mpImpl; member in SwViewLayoutControl
/aoo4110/main/sw/source/core/inc/
H A Dsortedobjs.hxx56 SwSortedObjsImpl* mpImpl; member in SwSortedObjs
/aoo4110/main/xmlsecurity/inc/xmlsecurity/
H A Dstbcontrl.hxx39 XmlSecStatusBarControl_Impl* mpImpl; member in XmlSecStatusBarControl
/aoo4110/main/vcl/inc/vcl/
H A Dpngread.hxx41 PNGReaderImpl* mpImpl; member in vcl::PNGReader
/aoo4110/main/svx/inc/svx/
H A Dxmlsecctrl.hxx40 XmlSecStatusBarControl_Impl* mpImpl; member in XmlSecStatusBarControl

Completed in 218 milliseconds

12345678