Searched refs:XOutdevItemPool (Results 1 – 17 of 17) sorted by relevance
/aoo41x/main/svx/source/xoutdev/ |
H A D | xpool.cxx | 40 XOutdevItemPool::XOutdevItemPool( in XOutdevItemPool() function in XOutdevItemPool 187 XOutdevItemPool::XOutdevItemPool(const XOutdevItemPool& rPool) in XOutdevItemPool() function in XOutdevItemPool 200 SfxItemPool* XOutdevItemPool::Clone() const in Clone() 202 return new XOutdevItemPool(*this); in Clone() 211 XOutdevItemPool::~XOutdevItemPool() in ~XOutdevItemPool()
|
/aoo41x/main/svx/inc/svx/ |
H A D | xpool.hxx | 37 class SVX_DLLPUBLIC XOutdevItemPool : public SfxItemPool class 44 XOutdevItemPool( 49 XOutdevItemPool(const XOutdevItemPool& rPool); 53 virtual ~XOutdevItemPool();
|
H A D | svdpool.hxx | 36 class SVX_DLLPUBLIC SdrItemPool : public XOutdevItemPool
|
H A D | dlgctrl.hxx | 48 class XOutdevItemPool;
|
/aoo41x/main/cui/source/inc/ |
H A D | cuitabarea.hxx | 145 XOutdevItemPool* pXPool; 257 XOutdevItemPool* pXPool; 352 XOutdevItemPool* pXPool; 435 XOutdevItemPool* pXPool; 521 XOutdevItemPool* pXPool; 614 XOutdevItemPool* pXPool; 722 XOutdevItemPool* pXPool;
|
H A D | cuitabline.hxx | 158 XOutdevItemPool* pXPool; 286 XOutdevItemPool* pXPool; 376 XOutdevItemPool* pXPool;
|
/aoo41x/main/cui/source/tabpages/ |
H A D | tpshadow.cxx | 86 pXPool ( (XOutdevItemPool*) rInAttrs.GetPool() ), in SvxShadowTabPage()
|
H A D | tplneend.cxx | 95 pXPool ( (XOutdevItemPool*) rInAttrs.GetPool() ), in SvxLineEndDefTabPage()
|
H A D | tphatch.cxx | 98 pXPool ( (XOutdevItemPool*) rInAttrs.GetPool() ), in SvxHatchTabPage()
|
H A D | tpbitmap.cxx | 113 pXPool ( (XOutdevItemPool*) rInAttrs.GetPool() ), in SvxBitmapTabPage()
|
H A D | tpgradnt.cxx | 103 pXPool ( (XOutdevItemPool*) rInAttrs.GetPool() ), in SvxGradientTabPage()
|
H A D | tplnedef.cxx | 101 pXPool ( (XOutdevItemPool*) rInAttrs.GetPool() ), in SvxLineDefTabPage()
|
H A D | tparea.cxx | 281 pXPool ( (XOutdevItemPool*) rInAttrs.GetPool() ), in SvxTransparenceTabPage() 668 pXPool ( (XOutdevItemPool*) rInAttrs.GetPool() ), in SvxAreaTabPage()
|
H A D | tpcolor.cxx | 116 pXPool ( (XOutdevItemPool*) rInAttrs.GetPool() ), in SvxColorTabPage()
|
H A D | tpline.cxx | 156 pXPool ( (XOutdevItemPool*) rInAttrs.GetPool() ), in SvxLineTabPage()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdattr.cxx | 92 : XOutdevItemPool(_pMaster, SDRATTR_START, SDRATTR_END, bLoadRefCounts) in SdrItemPool() 333 : XOutdevItemPool(rPool) in SdrItemPool() 397 …return XOutdevItemPool::GetPresentation(rItem,ePresentation,ePresentationMetric,rText,pIntlWrapper… in GetPresentation()
|
/aoo41x/main/cui/source/options/ |
H A D | treeopt.cxx | 163 static XOutdevItemPool* mpStaticXOutdevItemPool = 0L; 1138 mpStaticXOutdevItemPool = new XOutdevItemPool(); in IMPL_LINK()
|
Completed in 131 milliseconds