| /AOO41X/main/slideshow/source/inc/ |
| H A D | eventmultiplexer.hxx | 142 void addViewHandler( const ViewEventHandlerWeakPtr& rHandler ); 143 void removeViewHandler( const ViewEventHandlerWeakPtr& rHandler ); 154 void addViewRepaintHandler( const ViewRepaintHandlerSharedPtr& rHandler ); 155 void removeViewRepaintHandler( const ViewRepaintHandlerSharedPtr& rHandler ); 163 void addShapeListenerHandler( const ShapeListenerEventHandlerSharedPtr& rHandler ); 164 void removeShapeListenerHandler( const ShapeListenerEventHandlerSharedPtr& rHandler ); 172 void addShapeCursorHandler( const ShapeCursorEventHandlerSharedPtr& rHandler ); 173 void removeShapeCursorHandler( const ShapeCursorEventHandlerSharedPtr& rHandler ); 181 void addUserPaintHandler( const UserPaintEventHandlerSharedPtr& rHandler ); 182 void removeUserPaintHandler( const UserPaintEventHandlerSharedPtr& rHandler ); [all …]
|
| H A D | subsettableshapemanager.hxx | 98 …l void addIntrinsicAnimationHandler( const IntrinsicAnimationEventHandlerSharedPtr& rHandler ) = 0; 99 …oid removeIntrinsicAnimationHandler( const IntrinsicAnimationEventHandlerSharedPtr& rHandler ) = 0;
|
| /AOO41X/main/slideshow/source/engine/ |
| H A D | eventmultiplexer.cxx | 268 const MouseEventHandlerSharedPtr& rHandler, 483 const MouseEventHandlerSharedPtr& rHandler, in addMouseHandler() argument 488 rHandler, in addMouseHandler() 497 rHandler, in addMouseHandler() 771 EventHandlerSharedPtr const& rHandler, in addNextEffectHandler() argument 776 rHandler, in addNextEffectHandler() 784 const EventHandlerSharedPtr& rHandler ) in removeNextEffectHandler() argument 788 rHandler, in removeNextEffectHandler() 793 const EventHandlerSharedPtr& rHandler ) in addSlideStartHandler() argument 795 mpImpl->maSlideStartHandlers.add( rHandler ); in addSlideStartHandler() [all …]
|
| H A D | usereventqueue.cxx | 614 boost::shared_ptr< Handler >& rHandler, in registerEvent() 621 if( !rHandler ) { in registerEvent() 623 rHandler.reset( new Handler( mrEventQueue ) ); in registerEvent() 625 rRegistrationFunctor( rHandler ); in registerEvent() 628 rHandler->addEvent( rEvent ); in registerEvent() 633 boost::shared_ptr< Handler >& rHandler, in registerEvent() 641 if( !rHandler ) { in registerEvent() 643 rHandler.reset( new Handler( mrEventQueue ) ); in registerEvent() 646 rRegistrationFunctor( rHandler ); in registerEvent() 649 rHandler->addEvent( rEvent, rArg ); in registerEvent() [all …]
|
| /AOO41X/main/fpicker/source/win32/filepicker/ |
| H A D | asyncrequests.cxx | 77 AsyncRequests::AsyncRequests(const RequestHandlerRef& rHandler) in AsyncRequests() argument 81 , m_rHandler (rHandler ) in AsyncRequests() 145 RequestHandlerRef rHandler = m_rHandler; in triggerRequestDirectly() local 149 if (rHandler != NULL) in triggerRequestDirectly() 150 rHandler->doRequest(rRequest); in triggerRequestDirectly() 179 RequestHandlerRef rHandler = m_rHandler; in run() local 184 if (rHandler != NULL) in run() 185 rHandler->before(); in run() 211 if (rHandler != NULL) in run() 213 rHandler->doRequest(rRequest); in run() [all …]
|
| H A D | asyncrequests.hxx | 162 explicit AsyncRequests(const RequestHandlerRef& rHandler); 164 void setHandler(const RequestHandlerRef& rHandler) in setHandler() argument 166 m_rHandler = rHandler; in setHandler()
|
| /AOO41X/main/writerfilter/source/doctok/ |
| H A D | Dff.cxx | 165 void DffRecord::resolveChildren(Properties & rHandler) in resolveChildren() argument 170 rHandler.sprm(**aIt); in resolveChildren() 178 void DffRecord::resolve(Properties & rHandler) in resolve() argument 181 rHandler.attribute(NS_rtf::LN_dfftype, *pVal); in resolve() 184 rHandler.attribute(NS_rtf::LN_dffinstance, *pVal); in resolve() 187 rHandler.attribute(NS_rtf::LN_dffversion, *pVal); in resolve() 190 rHandler.attribute(NS_rtf::LN_dffheader, *pVal); in resolve() 194 resolveChildren(rHandler); in resolve() 197 resolveLocal(rHandler); in resolve() 204 rHandler.sprm(aSprm); in resolve() [all …]
|
| H A D | WW8PropertySetImpl.cxx | 321 void WW8PropertySetImpl::resolveLocal(Sprm & sprm, Properties & rHandler) in resolveLocal() argument 352 pPropSet->resolve(rHandler); in resolveLocal() 362 void WW8PropertySetImpl::resolve(Properties & rHandler) in resolve() argument 372 rHandler.attribute(NS_rtf::LN_ISTD, *pValue); in resolve() 379 rHandler.sprm(aSprm); in resolve() 381 resolveLocal(aSprm, rHandler); in resolve()
|
| H A D | WW8Picture.cxx | 31 void WW8PICF::resolveNoAuto(Properties & rHandler) in resolveNoAuto() argument 40 rHandler.attribute(NS_rtf::LN_ffdata, *pValue); in resolveNoAuto() 45 rHandler.attribute(NS_rtf::LN_DffRecord, *pValue); in resolveNoAuto() 80 void WW8FFDATA::resolveNoAuto(Properties & rHandler) in resolveNoAuto() argument 89 rHandler.attribute(NS_rtf::LN_FLT, *pValue); in resolveNoAuto()
|
| H A D | Dff.hxx | 66 virtual void resolveLocal(Properties & rHandler); 67 virtual void resolveChildren(Properties & rHandler); 84 virtual void resolve(Properties & rHandler); 136 virtual void resolve(Properties & rHandler);
|
| H A D | WW8ResourceModelImpl.cxx | 167 void WW8PropertiesReference::resolve(Properties & rHandler) in resolve() argument 177 rHandler.attribute(NS_rtf::LN_ISTD, aValue); in resolve() 188 rHandler.sprm(aSprm); in resolve() 235 void WW8BinaryObjReference::resolve(BinaryObj & rHandler) in resolve() argument 241 rHandler.data(get(0), getCount(), pRef); in resolve()
|
| H A D | DffImpl.cxx | 417 void WW8FOPTE::resolveNoAuto(Properties & rHandler) in resolveNoAuto() argument 426 rHandler.attribute(NS_rtf::LN_shpname, *pVal); in resolveNoAuto() 429 rHandler.attribute(NS_rtf::LN_shpvalue, *pVal); in resolveNoAuto() 481 void DffUDefProp::resolveNoAuto(Properties & rHandler) in resolveNoAuto() argument 507 rHandler.attribute(nAttrid, *pVal); in resolveNoAuto()
|
| H A D | WW8ListTable.cxx | 113 void WW8ListLevel::resolveNoAuto(Properties & rHandler) in resolveNoAuto() argument 122 aRef.resolve(rHandler); in resolveNoAuto() 132 aRef.resolve(rHandler); in resolveNoAuto()
|
| H A D | WW8ResourceModelImpl.hxx | 60 virtual void resolve(Properties & rHandler); 76 virtual void resolve(Table & rHandler); 105 virtual void resolve(BinaryObj & rHandler);
|
| /AOO41X/main/writerfilter/source/resourcemodel/ |
| H A D | ResourceModelHelper.cxx | 29 void resolveSprmProps(Properties & rHandler, Sprm & rSprm) in resolveSprmProps() argument 33 pProperties->resolve(rHandler); in resolveSprmProps() 36 void resolveAttributeProperties(Properties & rHandler, Value & val) in resolveAttributeProperties() argument 40 pProperties->resolve(rHandler); in resolveAttributeProperties()
|
| /AOO41X/main/editeng/source/misc/ |
| H A D | SvXMLAutoCorrectExport.cxx | 42 com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler> &rHandler) in SvXMLAutoCorrectExport() 43 : SvXMLExport( xServiceFactory, rFileName, rHandler ), in SvXMLAutoCorrectExport() 84 com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler> &rHandler) in SvXMLExceptionListExport() 85 : SvXMLExport( xServiceFactory, rFileName, rHandler ), in SvXMLExceptionListExport()
|
| H A D | SvXMLAutoCorrectExport.hxx | 42 com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler> &rHandler); 63 com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler> &rHandler);
|
| /AOO41X/main/sw/source/core/swg/ |
| H A D | SwXMLBlockExport.cxx | 40 uno::Reference< xml::sax::XDocumentHandler> &rHandler) in SwXMLBlockListExport() 41 : SvXMLExport( xServiceFactory, rFileName, rHandler ), in SwXMLBlockListExport() 89 uno::Reference< xml::sax::XDocumentHandler> &rHandler) in SwXMLTextBlockExport() 90 : SvXMLExport( xServiceFactory, rFileName, rHandler ), in SwXMLTextBlockExport()
|
| /AOO41X/main/slideshow/source/engine/slide/ |
| H A D | shapemanagerimpl.cxx | 432 …anagerImpl::addIntrinsicAnimationHandler( const IntrinsicAnimationEventHandlerSharedPtr& rHandler ) in addIntrinsicAnimationHandler() argument 434 maIntrinsicAnimationEventHandlers.add( rHandler ); in addIntrinsicAnimationHandler() 437 …gerImpl::removeIntrinsicAnimationHandler( const IntrinsicAnimationEventHandlerSharedPtr& rHandler ) in removeIntrinsicAnimationHandler() argument 439 maIntrinsicAnimationEventHandlers.remove( rHandler ); in removeIntrinsicAnimationHandler()
|
| /AOO41X/main/xmloff/source/core/ |
| H A D | XMLEmbeddedObjectExportFilter.cxx | 39 const Reference< XDocumentHandler > & rHandler ) throw() : in XMLEmbeddedObjectExportFilter() 40 xHandler( rHandler ), in XMLEmbeddedObjectExportFilter() 41 xExtHandler( rHandler, UNO_QUERY ) in XMLEmbeddedObjectExportFilter()
|
| H A D | xmlexp.cxx | 333 void SvXMLExport::SetDocHandler( const uno::Reference< xml::sax::XDocumentHandler > &rHandler ) in SetDocHandler() argument 335 mxHandler = rHandler; in SetDocHandler() 501 const uno::Reference< xml::sax::XDocumentHandler > & rHandler, in SvXMLExport() 506 mxHandler( rHandler ), in SvXMLExport() 507 mxExtHandler( rHandler, uno::UNO_QUERY ), in SvXMLExport() 537 const uno::Reference< xml::sax::XDocumentHandler > & rHandler, in SvXMLExport() 544 mxHandler( rHandler ), in SvXMLExport() 545 mxExtHandler( rHandler, uno::UNO_QUERY ), in SvXMLExport() 577 const uno::Reference< xml::sax::XDocumentHandler > & rHandler, in SvXMLExport() 585 mxHandler( rHandler ), in SvXMLExport() [all …]
|
| H A D | XMLEmbeddedObjectImportContext.cxx | 94 ::com::sun::star::xml::sax::XDocumentHandler >& rHandler ); 114 const Reference< XDocumentHandler >& rHandler ) : in XMLEmbeddedObjectImportContext_Impl() 116 xHandler( rHandler ) in XMLEmbeddedObjectImportContext_Impl()
|
| /AOO41X/main/writerfilter/inc/resourcemodel/ |
| H A D | ResourceModelHelper.hxx | 31 void WRITERFILTER_DLLPUBLIC resolveSprmProps(Properties & rHandler, Sprm & rSprm); 32 void WRITERFILTER_DLLPUBLIC resolveAttributeProperties(Properties & rHandler, Value & rValue);
|
| /AOO41X/main/writerfilter/source/ooxml/ |
| H A D | OOXMLBinaryObjectReference.cxx | 65 void OOXMLBinaryObjectReference::resolve(BinaryObj & rHandler) in resolve() argument 73 rHandler.data(reinterpret_cast<sal_uInt8 *>(&mSequence[0]), in resolve()
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | SwXMLBlockExport.hxx | 41 com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler> &rHandler); 60 com::sun::star::uno::Reference< com::sun::star::xml::sax::XDocumentHandler> &rHandler);
|