Home
last modified time | relevance | path

Searched refs:pFactory (Results 1 – 25 of 42) sorted by relevance

12

/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFactory.cxx126 OOXMLFactory_ns::Pointer_t pFactory = getFactoryForNamespace(nDefine); in attributes() local
128 if (pFactory.get() != NULL) in attributes()
132 debug_logger->attribute("define", pFactory->getDefineName(nDefine)); in attributes()
215 pFactory->getListValueMap(aIt->second.m_nRef); in attributes()
267 OOXMLFactory_ns::Pointer_t pFactory = getFactoryForNamespace(nDefine); in createFastChildContext() local
293 if (pFactory.get() != NULL) in characters()
295 pFactory->charactersAction(pHandler, rString); in characters()
308 if (pFactory.get() != NULL) in startAction()
313 pFactory->startAction(pHandler); in startAction()
325 if (pFactory.get() != NULL) in endAction()
[all …]
/trunk/main/framework/source/helper/
H A Dstatusindicator.cxx55 StatusIndicator::StatusIndicator(StatusIndicatorFactory* pFactory) in DEFINE_XINTERFACE_2()
58 , m_xFactory (pFactory) in DEFINE_XINTERFACE_2()
79 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in start() local
80 pFactory->start(this, sText, nRange); in start()
95 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in end() local
96 pFactory->end(this); in end()
111 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in reset() local
112 pFactory->reset(this); in reset()
127 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in setText() local
128 pFactory->setText(this, sText); in setText()
[all …]
/trunk/main/framework/source/fwe/classes/
H A Dsfxhelperfunctions.cxx56 pfunc_setToolBoxControllerCreator pFactory = NULL; in CreateToolBoxController() local
59 pFactory = pToolBoxControllerCreator; in CreateToolBoxController()
62 if ( pFactory ) in CreateToolBoxController()
63 return (*pFactory)( rFrame, pToolbox, nID, aCommandURL ); in CreateToolBoxController()
78 pfunc_setStatusBarControllerCreator pFactory = NULL; in CreateStatusBarController() local
81 pFactory = pStatusBarControllerCreator; in CreateStatusBarController()
84 if ( pFactory ) in CreateStatusBarController()
122 pfunc_createDockingWindow pFactory = NULL; in CreateDockingWindow() local
125 pFactory = pCreateDockingWindow; in CreateDockingWindow()
128 if ( pFactory ) in CreateDockingWindow()
[all …]
/trunk/main/sot/inc/sot/
H A Dobject.hxx151 static SotFactory * pFactory; \
152 static SotFactory ** GetFactoryAdress() { return &pFactory; } \
193 SotFactory * ClassName::pFactory = NULL; \
235 SotFactory * ClassName::pFactory = NULL; \
277 SotFactory * ClassName::pFactory = NULL; \
295 return *pFactory; \
323 SotFactory * ClassName::pFactory = NULL; \
372 SotFactory * ClassName::pFactory = NULL; \
/trunk/main/toolkit/source/helper/
H A Daccessibilityclient.cxx220 …IAccessibleFactory* pFactory = static_cast< IAccessibleFactory* >( (*s_pAccessibleFactoryFunc)() ); in ensureInitialized() local
221 …OSL_ENSURE( pFactory, "AccessibilityClient::ensureInitialized: no factory provided by the A11Y lib… in ensureInitialized()
222 if ( pFactory ) in ensureInitialized()
224 s_pFactory = pFactory; in ensureInitialized()
225 pFactory->release(); in ensureInitialized()
/trunk/main/sc/source/ui/attrdlg/
H A Dscuiexp.cxx33 static ScAbstractDialogFactory_Impl* pFactory=NULL; variable
36 if ( !pFactory ) in GetFactory()
37 pFactory = new ScAbstractDialogFactory_Impl; in GetFactory()
40 return pFactory; in GetFactory()
/trunk/main/cui/source/factory/
H A Dcuiexp.cxx32 static AbstractDialogFactory_Impl* pFactory=NULL; variable
35 if ( !pFactory ) in GetFactory()
36 pFactory = new AbstractDialogFactory_Impl; in GetFactory()
37 return pFactory; in GetFactory()
/trunk/main/sd/source/ui/dlg/
H A Dsduiexp.cxx36 static SdAbstractDialogFactory_Impl* pFactory=NULL; variable
39 if ( !pFactory ) in GetFactory()
40 pFactory = new SdAbstractDialogFactory_Impl; in GetFactory()
41 return pFactory; in GetFactory()
/trunk/main/sw/source/ui/dialog/
H A Dswuiexp.cxx34 static SwAbstractDialogFactory_Impl* pFactory=NULL; variable
37 if ( !pFactory ) in GetFactory()
38 pFactory = new SwAbstractDialogFactory_Impl; in GetFactory()
41 return pFactory; in GetFactory()
/trunk/main/xmloff/source/script/
H A DXMLEventImportHelper.cxx67 XMLEventContextFactory* pFactory ) in RegisterFactory() argument
69 DBG_ASSERT(pFactory != NULL, "I need a factory."); in RegisterFactory()
70 if (NULL != pFactory) in RegisterFactory()
72 aFactoryMap[rLanguage] = pFactory; in RegisterFactory()
/trunk/main/sdext/source/pdfimport/
H A Dservices.cxx95 ComponentFactory pFactory; member
100 ,pFactory( NULL ) in ComponentDescription()
106 ,pFactory( _pFactory ) in ComponentDescription()
169 pComponents->pFactory, in component_getFactory()
/trunk/main/accessibility/source/helper/
H A Dacc_factory.cxx538 ::toolkit::IAccessibleFactory* pFactory = new ::accessibility::AccessibleFactory; in getStandardAccessibleFactory()
539 pFactory->acquire(); in getStandardAccessibleFactory()
540 return pFactory; in getStandardAccessibleFactory()
545 ::svt::IAccessibleFactory* pFactory = new ::accessibility::AccessibleFactory; in getSvtAccessibilityComponentFactory()
546 pFactory->acquire(); in getSvtAccessibilityComponentFactory()
547 return pFactory; in getSvtAccessibilityComponentFactory()
/trunk/main/svtools/source/misc/
H A Dsvtaccessiblefactory.cxx299 …IAccessibleFactory* pFactory = static_cast< IAccessibleFactory* >( (*s_pAccessibleFactoryFunc)() ); in ensureInitialized() local
300 if ( pFactory ) in ensureInitialized()
302 s_pFactory = pFactory; in ensureInitialized()
303 pFactory->release(); in ensureInitialized()
/trunk/main/connectivity/source/simpledbt/
H A Ddbtfactory.cxx41 ::connectivity::ODataAccessToolsFactory* pFactory = new ::connectivity::ODataAccessToolsFactory; in createDataAccessToolsFactory()
42 pFactory->acquire(); in createDataAccessToolsFactory()
43 return pFactory; in createDataAccessToolsFactory()
/trunk/main/sfx2/inc/sfx2/
H A Dviewsh.hxx116 static SfxViewFactory *pFactory; \
120 static SfxViewFactory&Factory() { return *pFactory; } \
124 SfxViewFactory* Class::pFactory; \
129 pFactory = new SfxViewFactory(&CreateInstance,&InitFactory,nPrio,AsciiViewName);\
/trunk/main/bridges/test/java_uno/equals/
H A Dtestequals.cxx170 void * pFactory = 0; in component_getFactory() local
184 pFactory = xFactory.get(); in component_getFactory()
187 return pFactory; in component_getFactory()
/trunk/main/sc/source/ui/dbgui/
H A Dpvlaydlg.cxx330 ScAbstractDialogFactory* pFactory = ScAbstractDialogFactory::Create(); in NotifyDoubleClick() local
331 …DBG_ASSERT( pFactory, "ScPivotLayoutDlg::NotifyDoubleClick - ScAbstractDialogFactory creation fail… in NotifyDoubleClick()
332 if( !pFactory ) in NotifyDoubleClick()
337 ::std::auto_ptr< AbstractScDPFunctionDlg > xDlg( pFactory->CreateScDPFunctionDlg( in NotifyDoubleClick()
355 ::std::auto_ptr< AbstractScDPSubtotalDlg > xDlg( pFactory->CreateScDPSubtotalDlg( in NotifyDoubleClick()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneFactory.cxx75 rtl::Reference<PresenterPaneFactory> pFactory ( in Create() local
77 pFactory->Register(rxController); in Create()
79 static_cast<XWeak*>(pFactory.get()), UNO_QUERY); in Create()
/trunk/main/sd/source/ui/view/
H A DOutlineViewShellBase.cxx42 SfxViewFactory* OutlineViewShellBase::pFactory; member in sd::OutlineViewShellBase
52 pFactory = new SfxViewFactory( in RegisterFactory()
H A DSlideSorterViewShellBase.cxx42 SfxViewFactory* SlideSorterViewShellBase::pFactory; member in sd::SlideSorterViewShellBase
56 pFactory = new SfxViewFactory( in RegisterFactory()
H A DGraphicViewShellBase.cxx44 SfxViewFactory* GraphicViewShellBase::pFactory; member in sd::GraphicViewShellBase
54 pFactory = new SfxViewFactory( in RegisterFactory()
H A DImpressViewShellBase.cxx44 SfxViewFactory* ImpressViewShellBase::pFactory; member in sd::ImpressViewShellBase
54 pFactory = new SfxViewFactory( in RegisterFactory()
H A DPresentationViewShellBase.cxx51 SfxViewFactory* PresentationViewShellBase::pFactory; member in sd::PresentationViewShellBase
62 pFactory = new SfxViewFactory( in RegisterFactory()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dresultset.cxx52 ResultSetFactory* pFactory ) in DynamicResultSet() argument
56 m_pFactory( pFactory ) in DynamicResultSet()
/trunk/main/ucb/source/ucp/ftp/
H A Dftpdynresultset.cxx53 ResultSetFactory* pFactory ) in DynamicResultSet() argument
57 m_pFactory( pFactory ) in DynamicResultSet()

Completed in 78 milliseconds

12