Home
last modified time | relevance | path

Searched refs:pHandler (Results 26 – 48 of 48) sorted by relevance

12

/trunk/main/writerfilter/source/dmapper/
H A DOLEHandler.cxx164 WrapHandlerPtr pHandler( new WrapHandler ); in lcl_sprm() local
165 pProperties->resolve( *pHandler ); in lcl_sprm()
167 m_nWrapMode = pHandler->getWrapMode( ); in lcl_sprm()
H A DTablePropertiesHandler.cxx249 MeasureHandlerPtr pHandler(new MeasureHandler); in sprm() local
250 pProperties->resolve(*pHandler); in sprm()
252 sal_uInt32 nTblInd = pHandler->getMeasureValue(); in sprm()
H A DDomainMapper.cxx4019 PageBordersHandlerPtr pHandler( new PageBordersHandler ); in sprmWithProps() local
4020 pProperties->resolve( *pHandler ); in sprmWithProps()
4023 pHandler->SetBorders( pSectionContext ); in sprmWithProps()
4024 pSectionContext->SetBorderParams( pHandler->GetDisplayOffset( ) ); in sprmWithProps()
/trunk/main/sfx2/source/appl/
H A Dappopen.cxx763 …::framework::PreventDuplicateInteraction* pHandler = new ::framework::Preven… in OpenDocExec_Impl()
764 …er > xHandler (static_cast< css::task::XInteractionHandler* >(pHandler), css::uno::UNO_Q… in OpenDocExec_Impl()
775 pHandler->setHandler(xWrappedHandler); in OpenDocExec_Impl()
777 pHandler->useDefaultUUIHandler(); in OpenDocExec_Impl()
783 pHandler->addInteractionRule(aRule); in OpenDocExec_Impl()
798 if ( pHandler->getInteractionInfo(aInteraction, &aRule) ) in OpenDocExec_Impl()
/trunk/main/extensions/source/propctrlr/
H A Dpropcontroller.cxx1537 … ::std::vector< Reference< XPropertyHandler > >::iterator pHandler = aSingleHandlers.begin(); in getPropertyHandlers()
1544 *pHandler = lcl_createHandler( m_aContext, *pHandlerFactory ); in getPropertyHandlers()
1545 if ( pHandler->is() ) in getPropertyHandlers()
1547 (*pHandler)->inspect( *pObject ); in getPropertyHandlers()
1548 ++pHandler; in getPropertyHandlers()
1551 aSingleHandlers.resize( pHandler - aSingleHandlers.begin() ); in getPropertyHandlers()
/trunk/main/dbaccess/source/ui/dlg/
H A DConnectionHelper.cxx709 OFilePickerInteractionHandler* pHandler = new OFilePickerInteractionHandler(xInteractionHandler); in pathExists() local
710 xInteractionHandler = pHandler; in pathExists()
721 …eExists = ( pHandler && pHandler->isDoesNotExist() ) ? PATH_NOT_EXIST: (bIsFile ? PATH_NOT_EXIST :… in pathExists()
/trunk/main/vcl/source/app/
H A Dsvapp.cxx2120 static PropertyHandler* pHandler=NULL;
2124 if ( pHandler ) in Property()
2125 pHandler->Property( rProp ); in Property()
2130 if ( pHandler ) in SetPropertyHandler()
2131 delete pHandler; in SetPropertyHandler()
2132 pHandler = p; in SetPropertyHandler()
/trunk/main/slideshow/source/engine/
H A Dusereventqueue.cxx995 ::boost::shared_ptr<SkipEffectEventHandler> pHandler ( in callSkipEffectEventHandler()
997 if (pHandler) in callSkipEffectEventHandler()
998 pHandler->skipEffect(); in callSkipEffectEventHandler()
H A Deventmultiplexer.cxx86 PrioritizedHandlerEntry( HandlerSharedPtrT const& pHandler, in PrioritizedHandlerEntry() argument
88 mpHandler(pHandler), in PrioritizedHandlerEntry()
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx370 DocumentHandlerImpl * pHandler );
408 DocumentHandlerImpl * pHandler ) in ExtendedAttributes() argument
415 , m_pHandler( pHandler ) in ExtendedAttributes()
/trunk/main/writerfilter/source/doctok/
H A DWW8ResourceModelImpl.cxx130 TableDataHandler<string, TablePropsPointer_t>::Pointer_t pHandler(new WW8TableDataHandler()); in WW8TableManager() local
131 setHandler(pHandler); in WW8TableManager()
/trunk/main/writerfilter/source/resourcemodel/
H A Dresourcemodel.cxx185 TableDataHandler<string, TablePropsRef_t>::Pointer_t pHandler(new WW8TableDataHandler()); in WW8TableManager() local
186 setHandler(pHandler); in WW8TableManager()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx908 ::boost::shared_ptr<NormalModeHandler> pHandler ( in ResetMouseAnchor()
910 if (pHandler) in ResetMouseAnchor()
911 pHandler->ResetButtonDownLocation(); in ResetMouseAnchor()
/trunk/main/xmloff/source/draw/
H A Danimationimport.cxx474 …const XMLPropertyHandler* pHandler = mrImport.GetShapeImport()->GetSdPropHdlFactory()->GetProperty… in convertValue() local
475 if( pHandler ) in convertValue()
476 pHandler->importXML( rValue, aAny, mrImport.GetMM100UnitConverter() ); in convertValue()
H A Danimationexport.cxx1555 …const XMLPropertyHandler* pHandler = static_cast<SdXMLExport*>(&mrExport)->GetSdPropHdlFactory()->… in convertValue() local
1556 if( pHandler ) in convertValue()
1558 pHandler->exportXML( aString, rValue, mrExport.GetMM100UnitConverter() ); in convertValue()
/trunk/main/framework/inc/classes/
H A Dprotocolhandlercache.hxx157 void takeOver(HandlerHash* pHandler, PatternHash* pPattern);
/trunk/main/vcl/inc/aqua/
H A Dvclnsapp.h62 -(void)setDockIconClickHandler: (NSObject*)pHandler; in setDockIconClickHandler:()
/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx2744 SFX_ITEMSET_ARG( pSet, pHandler, SfxUnoAnyItem, SID_INTERACTIONHANDLER, sal_False); in GetAuthenticationInteractionHandler()
2745 if ( pHandler && (pHandler->GetValue() >>= xHandler) && xHandler.is() ) in GetAuthenticationInteractionHandler()
2778 SFX_ITEMSET_ARG( pSet, pHandler, SfxUnoAnyItem, SID_INTERACTIONHANDLER, sal_False); in GetInteractionHandler()
2779 if ( pHandler && (pHandler->GetValue() >>= xHandler) && xHandler.is() ) in GetInteractionHandler()
/trunk/main/vcl/aqua/source/app/
H A Dvclnsapp.mm530 -(void)setDockIconClickHandler: (NSObject*)pHandler
532 GetSalData()->mpDockIconClickHandler = pHandler;
/trunk/main/fpicker/source/office/
H A Diodlg.cxx1153 OFilePickerInteractionHandler* pHandler in IMPL_STATIC_LINK() local
1156 OSL_ENSURE( pHandler, "Got no Interaction Handler!!!" ); in IMPL_STATIC_LINK()
1158 if ( pHandler->wasAccessDenied() ) in IMPL_STATIC_LINK()
1164 if ( !pHandler->wasUsed() ) in IMPL_STATIC_LINK()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx154 ITimeoutHandler* pHandler( m_pTimeoutHandler ); in onShot() local
155 if ( pHandler ) in onShot()
156 pHandler->onTimeout( this ); in onShot()
/trunk/main/vcl/inc/vcl/
H A Dsvapp.hxx345 void SetPropertyHandler( PropertyHandler* pHandler );
/trunk/main/vcl/unx/generic/printer/
H A Dprinterinfomanager.cxx1226 tokenHandler pHandler; member
1409 aParms[i].pHandler( aLines, aSysPrintQueues, &(aParms[i]) ); in run()

Completed in 782 milliseconds

12