/aoo42x/main/javaunohelper/com/sun/star/comp/helper/ |
H A D | RegistryServiceFactory.java | 61 public static XMultiServiceFactory create(String writeRegistryFile, String readRegistryFile) in create() method in RegistryServiceFactory 84 …public static XMultiServiceFactory create(String writeRegistryFile, String readRegistryFile, boole… in create() method in RegistryServiceFactory 132 public static XMultiServiceFactory create(String registryFile) in create() method in RegistryServiceFactory 149 public static XMultiServiceFactory create(String registryFile, boolean readOnly) in create() method in RegistryServiceFactory 160 public static XMultiServiceFactory create() throws com.sun.star.uno.Exception { in create() method in RegistryServiceFactory
|
/aoo42x/main/oox/inc/oox/drawingml/chart/ |
H A D | modelbase.hxx | 49 inline ModelType& create() { this->reset( new ModelType ); return **this; } in create() function in oox::drawingml::chart::ModelRef 51 …inline ModelType& create( const Param1Type& rParam1 ) { this->reset( new ModelType( rParam1 ) );… in create() function in oox::drawingml::chart::ModelRef 70 inline ModelType& create() { return append( new ModelType ); } in create() function in oox::drawingml::chart::ModelVector 72 …inline ModelType& create( const Param1Type& rParam1 ) { return append( new ModelType( rParam1 ) … in create() function in oox::drawingml::chart::ModelVector 91 inline ModelType& create( KeyType eKey ) { return insert( eKey, new ModelType ); } in create() function in oox::drawingml::chart::ModelMap 93 …inline ModelType& create( KeyType eKey, const Param1Type& rParam1 ) { return insert( eKey, new M… in create() function in oox::drawingml::chart::ModelMap
|
/aoo42x/main/sal/qa/rtl/cipher/ |
H A D | rtl_cipher.cxx | 55 class create : public ::testing::Test class 68 TEST_F(create, create_001) in TEST_F() argument 74 TEST_F(create, create_002) in TEST_F() argument 79 TEST_F(create, create_003) in TEST_F() argument 85 TEST_F(create, create_004) in TEST_F() argument 90 TEST_F(create, create_005) in TEST_F() argument 96 TEST_F(create, create_006) in TEST_F() argument 101 TEST_F(create, create_007) in TEST_F() argument 106 TEST_F(create, create_008) in TEST_F() argument
|
/aoo42x/main/avmedia/source/macavf/ |
H A D | macavf_framegrabber.cxx | 52 bool FrameGrabber::create( const ::rtl::OUString& rURL ) in create() function in avmedia::macavf::FrameGrabber 68 bool FrameGrabber::create( AVAsset* pMovie ) in create() function in avmedia::macavf::FrameGrabber
|
/aoo42x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | SectionEmptyObject.java | 39 public static SectionObject create() in create() method in SectionEmptyObject
|
H A D | SectionLabel.java | 43 public static SectionObject create(XFixedText _aFixedText) in create() method in SectionLabel
|
H A D | SectionTextField.java | 41 public static SectionObject create(XFormattedField _aFormattedField) in create() method in SectionTextField
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/ |
H A D | ThreadPoolManager.java | 49 public static synchronized IThreadPool create() { in create() method in ThreadPoolManager
|
/aoo42x/main/qadevOOo/tests/java/mod/_configmgr/ |
H A D | ProviderTestEnvironment.java | 33 public static TestEnvironment create(Object provider) { in create() method in ProviderTestEnvironment
|
/aoo42x/main/sal/inc/rtl/ |
H A D | instance.hxx | 271 static inline Inst * create(InstCtor aInstCtor, GuardCtor aGuardCtor) in create() function in __anondc2ac2eb0111::rtl_Instance 295 static inline Inst * create(InstCtor aInstCtor, GuardCtor aGuardCtor, in create() function in __anondc2ac2eb0111::rtl_Instance
|
/aoo42x/main/configmgr/source/ |
H A D | defaultprovider.cxx | 47 css::uno::Reference< css::uno::XInterface > create( in create() function
|
/aoo42x/main/cppuhelper/inc/cppuhelper/ |
H A D | implementationentry.hxx | 38 ComponentFactoryFunc create; member
|
/aoo42x/main/svx/source/unodialogs/textconversiondlgs/ |
H A D | chinese_translation_unodialog.hxx | 90 …create( ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext > const & xCont… in create() function in textconversiondlgs::ChineseTranslation_UnoDialog
|
/aoo42x/main/sd/source/ui/dlg/ |
H A D | masterlayoutdlg.cxx | 154 void MasterLayoutDialog::create( PresObjKind eKind ) in create() function in MasterLayoutDialog
|
/aoo42x/main/scripting/java/org/openoffice/idesupport/ |
H A D | LocalOffice.java | 50 public static final LocalOffice create( in create() method in LocalOffice
|
/aoo42x/main/qadevOOo/runner/convwatch/ |
H A D | LISTOutputter.java | 39 public static LISTOutputter create( String _sOutputPath, String _sFilename) in create() method in LISTOutputter
|
/aoo42x/main/reportdesign/source/filter/xml/ |
H A D | dbloader2.cxx | 86 ORptTypeDetection::create(Reference< XComponentContext > const & xContext) in create() function in rptxml::ORptTypeDetection
|
H A D | xmlfilter.cxx | 309 uno::Reference< uno::XInterface > ORptImportHelper::create(uno::Reference< uno::XComponentContext >… in create() function in rptxml::ORptImportHelper 326 Reference< XInterface > ORptContentImportHelper::create(const Reference< XComponentContext > & xCon… in create() function in rptxml::ORptContentImportHelper 345 Reference< XInterface > ORptStylesImportHelper::create(Reference< XComponentContext > const & xCont… in create() function in rptxml::ORptStylesImportHelper 365 Reference< XInterface > ORptMetaImportHelper::create(Reference< XComponentContext > const & xContex… in create() function in rptxml::ORptMetaImportHelper 415 uno::Reference< XInterface > ORptFilter::create(uno::Reference< XComponentContext > const & xContex… in create() function in rptxml::ORptFilter
|
/aoo42x/main/vos/source/ |
H A D | pipe.cxx | 112 sal_Bool OPipe::create( const rtl::OUString& strName, TPipeOption Options ) in create() function in OPipe 135 sal_Bool OPipe::create( const rtl::OUString& strName, in create() function in OPipe
|
/aoo42x/main/ure/source/uretest/ |
H A D | cppserver.cc | 71 ::css::uno::Reference< ::css::uno::XInterface > create( in create() function
|
H A D | cpptest.cc | 70 css::uno::Reference< css::uno::XInterface > create( in create() function
|
/aoo42x/main/stoc/source/uriproc/ |
H A D | VndSunStarPkgUrlReferenceFactory.cxx | 139 css::uno::Reference< css::uno::XInterface > create( in create() function
|
/aoo42x/main/store/inc/store/ |
H A D | store.hxx | 104 inline storeError create ( in create() function in store::OStoreStream 269 inline storeError create ( in create() function in store::OStoreDirectory 432 inline storeError create ( in create() function in store::OStoreFile
|
/aoo42x/main/sal/inc/osl/ |
H A D | pipe.hxx | 74 inline sal_Bool Pipe::create( const ::rtl::OUString & strName, in create() function in osl::Pipe 82 inline sal_Bool Pipe::create( const ::rtl::OUString & strName, oslPipeOptions Options ) in create() function in osl::Pipe
|
/aoo42x/main/slideshow/source/engine/ |
H A D | soundplayer.cxx | 55 boost::shared_ptr<SoundPlayer> SoundPlayer::create( in create() function in slideshow::internal::SoundPlayer
|