Home
last modified time | relevance | path

Searched refs:getResource (Results 1 – 25 of 67) sorted by relevance

123

/trunk/main/forms/source/xforms/
H A Dresourcehelper.cxx40 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 Dresourcehelper.hxx36 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 Dbinding.cxx73 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()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.hxx130 virtual ResourceEnum_t getResource() const { return STREAM; } in getResource() function in writerfilter::ooxml::OOXMLFastContextHandler
295 virtual ResourceEnum_t getResource() const { return STREAM; } in getResource() function in writerfilter::ooxml::OOXMLFastContextHandlerStream
319 virtual ResourceEnum_t getResource() const { return PROPERTIES; } in getResource() function in writerfilter::ooxml::OOXMLFastContextHandlerProperties
410 virtual ResourceEnum_t getResource() const { return TABLE; } in getResource() function in writerfilter::ooxml::OOXMLFastContextHandlerTable
439 virtual ResourceEnum_t getResource() const { return STREAM; } in getResource() function in writerfilter::ooxml::OOXMLFastContextHandlerXNote
522 virtual ResourceEnum_t getResource() const { return SHAPE; } in getResource() function in writerfilter::ooxml::OOXMLFastContextHandlerShape
587 virtual ResourceEnum_t getResource() const;
H A DOOXMLFastContextHandler.cxx452 return resourceToString(getResource()); in getResourceString()
1240 if (pContext->getResource() == STREAM) in OOXMLFastContextHandlerProperties()
1387 if (mpParent->getResource() == STREAM) in setParent()
2094 OOXMLFastContextHandlerWrapper::getResource() const in getResource() function in writerfilter::ooxml::OOXMLFastContextHandlerWrapper
/trunk/main/jurt/test/com/sun/star/lib/util/
H A DNativeLibraryLoader_Test.java48 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()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/
H A DNativeLibraryLoader.java53 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()
/trunk/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx289 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()
/trunk/main/extensions/source/resource/
H A Doooresourceloader.cxx146 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()
/trunk/main/odk/examples/DevelopersGuide/ScriptingFramework/ScriptSelector/ScriptSelector/
H A DScriptSelector.java385 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()
/trunk/main/scripting/examples/java/selector/
H A DScriptSelector.java486 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()
/trunk/main/scripting/java/org/openoffice/netbeans/editor/
H A DJavaKit.java73 skeleton = JavaKit.class.getResource("OOo.jcs");
74 body = JavaKit.class.getResource("OOo.jcb");
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java1326 … 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 DColumnarThreeColumns.java48 return getResource().getResText(UIConsts.RID_REPORT + 83); in getLocalizedName()
H A DColumnarSingleColumn.java51 return getResource().getResText(UIConsts.RID_REPORT + 81); in getLocalizedName()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/parser/office/
H A DDocumentContentReadHandler.java100 (OfficeStylesCollection) resource.getResource(); in parseStylesXml()
137 final OfficeDocument doc = (OfficeDocument) resource.getResource(); in parseContentXml()
/trunk/main/bean/test/applet/oooapplet/
H A DOOoViewer.java175 public URL getResource(String name) { in getResource() method in CustomURLClassLoader
178 URL result = super.getResource(name); in getResource()
/trunk/test/testassistant/src/org/openoffice/test/assistant/views/
H A DUIMapOp.java131 IProject project = uiMap.getResource().getProject(); in scan()
133 uiMap.getResource().refreshLocal(1, null); in scan()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DSystemManager.java54 URL url = c.getResource("setupfiles.properties"); in getJarFilePath()
86 URL url = c.getResource("setupfiles.properties"); in getResourceRoot()
/trunk/main/sdext/source/presenter/
H A DPresenterViewFactory.cxx278 mxConfigurationController->getResource(rxViewId->getAnchor()), in createResource()
338 mxConfigurationController->getResource(xViewId->getAnchor()), in releaseResource()
/trunk/main/sd/source/ui/view/
H A DViewTabBar.cxx255 xPane = Reference<XPane>(xCC->getResource(rxViewTabBarId->getAnchor()), UNO_QUERY); in GetAnchorWindow()
437 xView = Reference<XView>(xConfigurationController->getResource( in ActivatePage()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/styles/
H A DStyleMapper.java90 return (StyleMapper) resource.getResource(); in loadInstance()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DAPIDescGetter.java565 java.net.URL url = this.getClass().getResource("/objdsc/" + module); in getFromClassPath()
865 java.net.URL url = this.getClass().getResource("/objdsc" + subdir); in getScenarioFromClassPath()
/trunk/main/sd/source/ui/slideshow/
H A DSlideShowRestarter.cxx136 if (pHelper->GetConfigurationController()->getResource( in IMPL_LINK()
/trunk/main/odk/examples/java/Inspector/
H A DUnoTreeRenderer.java55 m_oMethodIcon = new ImageIcon(loader.getResource("images/methods_16.png")); in UnoTreeRenderer()

Completed in 108 milliseconds

123