Searched refs:pSelf (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfparse.cxx | 171 [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 …]
|
/aoo42x/main/slideshow/source/engine/animationnodes/ |
H A D | animationbasenode.cxx | 403 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 D | animationsetnode.cxx | 70 boost::shared_ptr<AnimationSetNode> const pSelf( in createActivity() local 73 pSelf, "cannot cast getSelf() to my type!" ); in createActivity() 76 pSelf ), in createActivity()
|
/aoo42x/main/automation/source/server/ |
H A D | statemnt.hxx | 121 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()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterScreen.cxx | 651 rtl::Reference<PresenterScreen> pSelf (this); in RequestShutdownPresenterScreen() local 654 ::boost::bind(&PresenterScreen::ShutdownPresenterScreen, pSelf)); in RequestShutdownPresenterScreen()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | frame.hxx | 165 SAL_DLLPRIVATE SfxFrame* GetContainingDocFrame_Impl( SfxFrame* pSelf );
|
H A D | viewsh.hxx | 275 virtual SfxFrame* GetSmartSelf( SfxFrame* pSelf, SfxMedium& rMedium );
|
H A D | objsh.hxx | 607 virtual SfxFrame* GetSmartSelf( SfxFrame* pSelf, SfxMedium& rMedium );
|
/aoo42x/main/cppu/inc/typelib/ |
H A D | typedescription.h | 95 struct _typelib_TypeDescription * pSelf; member
|
/aoo42x/main/sfx2/source/view/ |
H A D | viewsh.cxx | 2034 SfxFrame* SfxViewShell::GetSmartSelf( SfxFrame* pSelf, SfxMedium& /*rMedium*/ ) in GetSmartSelf() argument 2036 return pSelf; in GetSmartSelf()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objmisc.cxx | 1778 SfxFrame* SfxObjectShell::GetSmartSelf( SfxFrame* pSelf, SfxMedium& /*rMedium*/ ) in GetSmartSelf() argument 1780 return pSelf; in GetSmartSelf()
|
/aoo42x/main/cppu/source/typelib/ |
H A D | typelib.cxx | 758 pRet->pSelf = pRet; in typelib_typedescription_newEmpty()
|
/aoo42x/main/sd/source/ui/slideshow/ |
H A D | slideshowimpl.cxx | 1945 const rtl::Reference<SlideshowImpl> pSelf (this); in IMPL_LINK() local
|
Completed in 169 milliseconds