/aoo41x/main/forms/source/xforms/ |
H A D | resourcehelper.cxx | 40 OUString getResource( sal_uInt16 nResourceId ) in getResource() function 42 return getResource( nResourceId, OUString(), OUString(), OUString() ); in getResource() 45 OUString getResource( sal_uInt16 nResourceId, in getResource() function 48 return getResource( nResourceId, rInfo1, OUString(), OUString() ); in getResource() 51 OUString getResource( sal_uInt16 nResourceId, in getResource() function 55 return getResource( nResourceId, rInfo1, rInfo2, OUString() ); in getResource() 58 OUString getResource( sal_uInt16 nResourceId, in getResource() function
|
H A D | resourcehelper.hxx | 36 rtl::OUString getResource( sal_uInt16 ); 39 rtl::OUString getResource( sal_uInt16, const rtl::OUString& ); 40 rtl::OUString getResource( sal_uInt16, const rtl::OUString&, 42 rtl::OUString getResource( sal_uInt16, const rtl::OUString&,
|
H A D | binding.cxx | 73 using xforms::getResource; 281 ? getResource( RID_STR_XFORMS_NO_BINDING_EXPRESSION ) in explainInvalid() 282 : getResource( RID_STR_XFORMS_INVALID_BINDING_EXPRESSION ); in explainInvalid() 290 sReason = getResource( RID_STR_XFORMS_INVALID_VALUE, in explainInvalid() 301 sReason = getResource( RID_STR_XFORMS_REQUIRED ); in explainInvalid() 410 msExplainConstraint = getResource( RID_STR_XFORMS_INVALID_CONSTRAINT, in setConstraintExpression() 1027 OUString sIDPrefix = getResource( RID_STR_XFORMS_BINDING_UI_NAME ); in _checkBindingID()
|
/aoo41x/main/jurt/test/com/sun/star/lib/util/ |
H A D | NativeLibraryLoader_Test.java | 48 File file2 = NativeLibraryLoader.getResource( in testEncoded() 50 public URL getResource(String name) { in testEncoded() 70 File file2 = NativeLibraryLoader.getResource( in testUnencoded() 72 public URL getResource(String name) { in testUnencoded()
|
/aoo41x/main/jurt/com/sun/star/lib/util/ |
H A D | NativeLibraryLoader.java | 53 File path = getResource(loader, System.mapLibraryName(libname)); in loadLibrary() 59 path = getResource(loader, syslibname); in loadLibrary() 84 public static File getResource(ClassLoader loader, String name) { in getResource() method in NativeLibraryLoader 86 File path = UrlToFileMapper.mapUrlToFile(loader.getResource(name)); in getResource()
|
/aoo41x/main/writerfilter/source/ooxml/ |
H A D | OOXMLFastContextHandler.hxx | 130 virtual ResourceEnum_t getResource() const { return STREAM; } in getResource() function in writerfilter::ooxml::OOXMLFastContextHandler 299 virtual ResourceEnum_t getResource() const { return STREAM; } in getResource() function in writerfilter::ooxml::OOXMLFastContextHandlerStream 325 virtual ResourceEnum_t getResource() const { return PROPERTIES; } in getResource() function in writerfilter::ooxml::OOXMLFastContextHandlerProperties 416 virtual ResourceEnum_t getResource() const { return TABLE; } in getResource() function in writerfilter::ooxml::OOXMLFastContextHandlerTable 445 virtual ResourceEnum_t getResource() const { return STREAM; } in getResource() function in writerfilter::ooxml::OOXMLFastContextHandlerXNote 528 virtual ResourceEnum_t getResource() const { return SHAPE; } in getResource() function in writerfilter::ooxml::OOXMLFastContextHandlerShape 593 virtual ResourceEnum_t getResource() const;
|
H A D | OOXMLFastContextHandler.cxx | 452 return resourceToString(getResource()); in getResourceString() 1250 if (pContext->getResource() == STREAM) in OOXMLFastContextHandlerProperties() 1397 if (mpParent->getResource() == STREAM) in setParent() 2104 OOXMLFastContextHandlerWrapper::getResource() const in getResource() function in writerfilter::ooxml::OOXMLFastContextHandlerWrapper
|
/aoo41x/main/sd/source/ui/framework/tools/ |
H A D | FrameworkHelper.cxx | 289 return i_rConfigController->getResource( aViewIds[0] ); in lcl_getFirstViewInPane() 529 xView.set( mxConfigurationController->getResource( rxPaneOrViewId ), UNO_QUERY ); in GetView() 560 … Reference<XPane> xPane (mxConfigurationController->getResource(rxPaneId), UNO_QUERY); in GetPaneWindow() 588 return mxConfigurationController->getResource(rxResourceId); in GetResource() 825 && mxConfigurationController->getResource(rxResourceId).is()) in RunOnResourceActivation() 847 && ! mxConfigurationController->getResource(rxResourceId).is()) in RunOnResourceDeactivation()
|
/aoo41x/main/extensions/source/resource/ |
H A D | oooresourceloader.cxx | 146 virtual Any getResource( SimpleResMgr& _resourceManager, sal_Int32 _resourceId ) const = 0; 161 virtual Any getResource( SimpleResMgr& _resourceManager, sal_Int32 _resourceId ) const; 176 …Any StringResourceAccess::getResource( SimpleResMgr& _resourceManager, sal_Int32 _resourceId ) con… in getResource() function in res::StringResourceAccess 409 _out_Element = resourceType->getResource( *m_pResourceManager, resourceId ); in impl_getDirectElement_nothrow()
|
/aoo41x/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/ |
H A D | ScriptSelector.java | 385 sofficeIcon = new ImageIcon(getClass().getResource("soffice.gif")); in ScriptTreeRenderer() 386 scriptIcon = new ImageIcon(getClass().getResource("script.gif")); in ScriptTreeRenderer() 387 containerIcon = new ImageIcon(getClass().getResource("container.gif")); in ScriptTreeRenderer()
|
/aoo41x/main/scripting/examples/java/selector/ |
H A D | ScriptSelector.java | 486 sofficeIcon = new ImageIcon(getClass().getResource("soffice.gif")); in ScriptTreeRenderer() 487 scriptIcon = new ImageIcon(getClass().getResource("script.gif")); in ScriptTreeRenderer() 488 containerIcon = new ImageIcon(getClass().getResource("container.gif")); in ScriptTreeRenderer()
|
/aoo41x/main/scripting/java/org/openoffice/netbeans/editor/ |
H A D | JavaKit.java | 73 skeleton = JavaKit.class.getResource("OOo.jcs"); 74 body = JavaKit.class.getResource("OOo.jcb");
|
/aoo41x/main/bean/test/applet/oooapplet/ |
H A D | OOoViewer.java | 175 public URL getResource(String name) { in getResource() method in CustomURLClassLoader 178 URL result = super.getResource(name); in getResource()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/ |
H A D | DocumentContentReadHandler.java | 100 (OfficeStylesCollection) resource.getResource(); in parseStylesXml() 137 final OfficeDocument doc = (OfficeDocument) resource.getResource(); in parseContentXml()
|
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ReportBuilderLayouter.java | 1326 … final String sTitleTitle = getResource().getResText(UIConsts.RID_REPORT + 86); // "Title:" in insertPageHeader() 1328 … final String sAuthorTitle = getResource().getResText(UIConsts.RID_REPORT + 87); // "Author:" in insertPageHeader() 1330 final String sDateTitle = getResource().getResText(UIConsts.RID_REPORT + 88); // "Date:" in insertPageHeader() 1428 …final String sPageOf = getResource().getResText(UIConsts.RID_REPORT + 89); // 'Page #page# of #cou… in insertPageFooter() 1478 protected Resource getResource() in getResource() method in ReportBuilderLayouter
|
H A D | ColumnarThreeColumns.java | 48 return getResource().getResText(UIConsts.RID_REPORT + 83); in getLocalizedName()
|
H A D | ColumnarSingleColumn.java | 51 return getResource().getResText(UIConsts.RID_REPORT + 81); in getLocalizedName()
|
/aoo41x/test/testassistant/src/org/openoffice/test/assistant/views/ |
H A D | UIMapOp.java | 131 IProject project = uiMap.getResource().getProject(); in scan() 133 uiMap.getResource().refreshLocal(1, null); in scan()
|
/aoo41x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
H A D | SystemManager.java | 54 URL url = c.getResource("setupfiles.properties"); in getJarFilePath() 86 URL url = c.getResource("setupfiles.properties"); in getResourceRoot()
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterViewFactory.cxx | 278 mxConfigurationController->getResource(rxViewId->getAnchor()), in createResource() 338 mxConfigurationController->getResource(xViewId->getAnchor()), in releaseResource()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | ViewTabBar.cxx | 255 xPane = Reference<XPane>(xCC->getResource(rxViewTabBarId->getAnchor()), UNO_QUERY); in GetAnchorWindow() 437 xView = Reference<XView>(xConfigurationController->getResource( in ActivatePage()
|
/aoo41x/main/reportbuilder/java/com/sun/star/report/pentaho/styles/ |
H A D | StyleMapper.java | 90 return (StyleMapper) resource.getResource(); in loadInstance()
|
/aoo41x/main/qadevOOo/runner/helper/ |
H A D | APIDescGetter.java | 565 java.net.URL url = this.getClass().getResource("/objdsc/" + module); in getFromClassPath() 865 java.net.URL url = this.getClass().getResource("/objdsc" + subdir); in getScenarioFromClassPath()
|
/aoo41x/main/odk/examples/java/Inspector/ |
H A D | UnoTreeRenderer.java | 55 m_oMethodIcon = new ImageIcon(loader.getResource("images/methods_16.png")); in UnoTreeRenderer()
|
/aoo41x/main/sd/source/ui/slideshow/ |
H A D | SlideShowRestarter.cxx | 136 if (pHelper->GetConfigurationController()->getResource( in IMPL_LINK()
|