/aoo42x/main/writerfilter/source/ooxml/ |
H A D | OOXMLFactory.cxx | 126 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 …]
|
/aoo42x/main/framework/source/helper/ |
H A D | statusindicator.cxx | 55 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 …]
|
/aoo42x/main/framework/source/fwe/classes/ |
H A D | sfxhelperfunctions.cxx | 56 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 …]
|
/aoo42x/main/sot/inc/sot/ |
H A D | object.hxx | 151 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; \
|
/aoo42x/main/toolkit/source/helper/ |
H A D | accessibilityclient.cxx | 220 …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()
|
/aoo42x/main/cui/source/factory/ |
H A D | cuiexp.cxx | 32 static AbstractDialogFactory_Impl* pFactory=NULL; variable 35 if ( !pFactory ) in GetFactory() 36 pFactory = new AbstractDialogFactory_Impl; in GetFactory() 37 return pFactory; in GetFactory()
|
/aoo42x/main/sc/source/ui/attrdlg/ |
H A D | scuiexp.cxx | 33 static ScAbstractDialogFactory_Impl* pFactory=NULL; variable 36 if ( !pFactory ) in GetFactory() 37 pFactory = new ScAbstractDialogFactory_Impl; in GetFactory() 40 return pFactory; in GetFactory()
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | sduiexp.cxx | 36 static SdAbstractDialogFactory_Impl* pFactory=NULL; variable 39 if ( !pFactory ) in GetFactory() 40 pFactory = new SdAbstractDialogFactory_Impl; in GetFactory() 41 return pFactory; in GetFactory()
|
/aoo42x/main/sw/source/ui/dialog/ |
H A D | swuiexp.cxx | 34 static SwAbstractDialogFactory_Impl* pFactory=NULL; variable 37 if ( !pFactory ) in GetFactory() 38 pFactory = new SwAbstractDialogFactory_Impl; in GetFactory() 41 return pFactory; in GetFactory()
|
/aoo42x/main/xmloff/source/script/ |
H A D | XMLEventImportHelper.cxx | 67 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()
|
/aoo42x/main/sdext/source/pdfimport/ |
H A D | services.cxx | 95 ComponentFactory pFactory; member 100 ,pFactory( NULL ) in ComponentDescription() 106 ,pFactory( _pFactory ) in ComponentDescription() 169 pComponents->pFactory, in component_getFactory()
|
/aoo42x/main/accessibility/source/helper/ |
H A D | acc_factory.cxx | 538 ::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()
|
/aoo42x/main/svtools/source/misc/ |
H A D | svtaccessiblefactory.cxx | 299 …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()
|
/aoo42x/main/connectivity/source/simpledbt/ |
H A D | dbtfactory.cxx | 41 ::connectivity::ODataAccessToolsFactory* pFactory = new ::connectivity::ODataAccessToolsFactory; in createDataAccessToolsFactory() 42 pFactory->acquire(); in createDataAccessToolsFactory() 43 return pFactory; in createDataAccessToolsFactory()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | viewsh.hxx | 116 static SfxViewFactory *pFactory; \ 120 static SfxViewFactory&Factory() { return *pFactory; } \ 124 SfxViewFactory* Class::pFactory; \ 129 pFactory = new SfxViewFactory(&CreateInstance,&InitFactory,nPrio,AsciiViewName);\
|
/aoo42x/main/bridges/test/java_uno/equals/ |
H A D | testequals.cxx | 170 void * pFactory = 0; in component_getFactory() local 184 pFactory = xFactory.get(); in component_getFactory() 187 return pFactory; in component_getFactory()
|
/aoo42x/main/sc/source/ui/dbgui/ |
H A D | pvlaydlg.cxx | 330 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()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterPaneFactory.cxx | 75 rtl::Reference<PresenterPaneFactory> pFactory ( in Create() local 77 pFactory->Register(rxController); in Create() 79 static_cast<XWeak*>(pFactory.get()), UNO_QUERY); in Create()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | OutlineViewShellBase.cxx | 42 SfxViewFactory* OutlineViewShellBase::pFactory; member in sd::OutlineViewShellBase 52 pFactory = new SfxViewFactory( in RegisterFactory()
|
H A D | SlideSorterViewShellBase.cxx | 42 SfxViewFactory* SlideSorterViewShellBase::pFactory; member in sd::SlideSorterViewShellBase 56 pFactory = new SfxViewFactory( in RegisterFactory()
|
H A D | GraphicViewShellBase.cxx | 44 SfxViewFactory* GraphicViewShellBase::pFactory; member in sd::GraphicViewShellBase 54 pFactory = new SfxViewFactory( in RegisterFactory()
|
H A D | ImpressViewShellBase.cxx | 44 SfxViewFactory* ImpressViewShellBase::pFactory; member in sd::ImpressViewShellBase 54 pFactory = new SfxViewFactory( in RegisterFactory()
|
H A D | PresentationViewShellBase.cxx | 51 SfxViewFactory* PresentationViewShellBase::pFactory; member in sd::PresentationViewShellBase 62 pFactory = new SfxViewFactory( in RegisterFactory()
|
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultset.cxx | 52 ResultSetFactory* pFactory ) in DynamicResultSet() argument 56 m_pFactory( pFactory ) in DynamicResultSet()
|
/aoo42x/main/ucb/source/ucp/ftp/ |
H A D | ftpdynresultset.cxx | 53 ResultSetFactory* pFactory ) in DynamicResultSet() argument 57 m_pFactory( pFactory ) in DynamicResultSet()
|