Home
last modified time | relevance | path

Searched refs:pSelf (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx171 [boost::bind(&PDFGrammar::pushString,pSelf, _1, _2)]; in definition()
176 objectref = ( uint_p[push_back_a(pSelf->m_aUIntStack)] in definition()
177 >> uint_p[push_back_a(pSelf->m_aUIntStack)] in definition()
191 ( real_p[assign_a(pSelf->m_fDouble)] >> eps_p ) in definition()
192 [boost::bind(&PDFGrammar::pushDouble, pSelf, _1, _2)] in definition()
197 [boost::bind(&PDFGrammar::pushDouble, pSelf, _1, _2)] in definition()
208 object_begin= uint_p[push_back_a(pSelf->m_aUIntStack)] in definition()
209 >> uint_p[push_back_a(pSelf->m_aUIntStack)] in definition()
245 >> uint_p[push_back_a(pSelf->m_aUIntStack)] in definition()
247 >> uint_p[push_back_a(pSelf->m_aUIntStack)] in definition()
[all …]
/trunk/main/slideshow/source/engine/animationnodes/
H A Danimationbasenode.cxx403 BaseNodeSharedPtr const pSelf( getSelf() ); in fillCommonParameters() local
404 for ( boost::shared_ptr<BaseNode> pNode( pSelf ); in fillCommonParameters()
465 for ( boost::shared_ptr<BaseNode> pNode( pSelf ); in fillCommonParameters()
477 if (pSelf) { in fillCommonParameters()
479 boost::bind( &AnimationNode::deactivate, pSelf ), in fillCommonParameters()
H A Danimationsetnode.cxx70 boost::shared_ptr<AnimationSetNode> const pSelf( in createActivity() local
73 pSelf, "cannot cast getSelf() to my type!" ); in createActivity()
76 pSelf ), in createActivity()
/trunk/main/automation/source/server/
H A Dstatemnt.hxx121 SafePointer *pSelf; member in SafePointer
123 SafePointer() { pSelf = this; } in SafePointer()
124 …virtual ~SafePointer() { DBG_ASSERT(pSelf==this,"Destructor von Nicht existierendem Objekt aufger… in ~SafePointer()
125 pSelf = NULL; } in ~SafePointer()
/trunk/main/sdext/source/presenter/
H A DPresenterScreen.cxx651 rtl::Reference<PresenterScreen> pSelf (this); in RequestShutdownPresenterScreen() local
654 ::boost::bind(&PresenterScreen::ShutdownPresenterScreen, pSelf)); in RequestShutdownPresenterScreen()
/trunk/main/sfx2/inc/sfx2/
H A Dframe.hxx165 SAL_DLLPRIVATE SfxFrame* GetContainingDocFrame_Impl( SfxFrame* pSelf );
H A Dviewsh.hxx275 virtual SfxFrame* GetSmartSelf( SfxFrame* pSelf, SfxMedium& rMedium );
H A Dobjsh.hxx607 virtual SfxFrame* GetSmartSelf( SfxFrame* pSelf, SfxMedium& rMedium );
/trunk/main/cppu/inc/typelib/
H A Dtypedescription.h95 struct _typelib_TypeDescription * pSelf; member
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx2034 SfxFrame* SfxViewShell::GetSmartSelf( SfxFrame* pSelf, SfxMedium& /*rMedium*/ ) in GetSmartSelf() argument
2036 return pSelf; in GetSmartSelf()
/trunk/main/sfx2/source/doc/
H A Dobjmisc.cxx1778 SfxFrame* SfxObjectShell::GetSmartSelf( SfxFrame* pSelf, SfxMedium& /*rMedium*/ ) in GetSmartSelf() argument
1780 return pSelf; in GetSmartSelf()
/trunk/main/cppu/source/typelib/
H A Dtypelib.cxx756 pRet->pSelf = pRet; in typelib_typedescription_newEmpty()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx1945 const rtl::Reference<SlideshowImpl> pSelf (this); in IMPL_LINK() local

Completed in 93 milliseconds