| /AOO42X/main/sdext/source/pdfimport/pdfparse/ |
| H A D | pdfparse.cxx | 147 PDFGrammar<iteratorT>* pSelf = const_cast< PDFGrammar<iteratorT>* >( &rSelf ); in definition() local 151 …>> *(~ch_p('\r') & ~ch_p('\n')) >> eol_p)[boost::bind(&PDFGrammar::pushComment, pSelf, _1, _2 )] ]; in definition() 153 … boolean = (str_p("true") | str_p("false"))[boost::bind(&PDFGrammar::pushBool, pSelf, _1, _2)]; in definition() 157 …- str_p("endstream")) >> str_p("endstream"))[boost::bind(&PDFGrammar::emitStream, pSelf, _1, _2 )]; in definition() 162 [boost::bind(&PDFGrammar::pushName, pSelf, _1, _2)] ]; in definition() 171 [boost::bind(&PDFGrammar::pushString,pSelf, _1, _2)]; in definition() 173 null_object = str_p( "null" )[boost::bind(&PDFGrammar::pushNull, 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() 180 )[boost::bind(&PDFGrammar::pushObjectRef, pSelf, _1, _2)]; 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 | 1935 const rtl::Reference<SlideshowImpl> pSelf (this); in IMPL_LINK() local
|