Home
last modified time | relevance | path

Searched refs:getName (Results 1 – 25 of 1281) sorted by last modified time

12345678910>>...52

/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1001 String name = getName(section); in write()
1599 public static String getName(Object obj) in getName() method in AgendaTemplate
1601 return UnoRuntime.queryInterface(XNamed.class, obj).getName(); in getName()
/trunk/main/l10ntools/source/filter/utils/
H A DFileHelper.java705 java.lang.String sDump = aFile.getName(); in readAndCheckUTF8File()
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx1888 …::rtl::OUString aDocName = pMedium->GetURLObject().getName( INetURLObject::LAST_SEGMENT, true, INe… in load()
/trunk/test/testuno/source/fvt/uno/ffc/
H A DFFCTest.java196 String fileName = file.getName(); in exportAsODF()
223 String fileName = file.getName(); in exportAsPDF()
313 File urlFile = new File( new File(url.replaceAll("%20", " ")).getName()); in downloadFile()
319 …e = testSpaceFile.getAbsolutePath() + File.separator + "temp" + File.separator + urlFile.getName(); in downloadFile()
/trunk/test/smoketestdoc/src/main/java/com/sun/star/comp/smoketest/
H A DTestExtension.java108 return _TestExtension.class.getName(); in getImplementationName()
127 if ( sImplName.equals( _TestExtension.class.getName() ) ) in __getComponentFactory()
143 return Factory.writeRegistryServiceInfo(_TestExtension.class.getName(), in __writeRegistryServiceInfo()
/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpComponent.java86 if ( sImplName.equals( HelpSearch._HelpSearch.class.getName() ) ) in __getComponentFactory()
89 else if ( sImplName.equals( HelpIndexer.class.getName() ) ) in __getComponentFactory()
H A DHelpSearch.java134 return _HelpSearch.class.getName(); in getImplementationName()
310 if ( sImplName.equals( _HelpSearch.class.getName() ) ) in __getComponentFactory()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DSOReportJobFactory.java166 return SOReportJobFactory.class.getName(); in getImplementationName()
189 Logger.getLogger(SOReportJobFactory.class.getName()).log(Level.SEVERE, null, ex); in getLocaleFromRegistry()
193 Logger.getLogger(SOReportJobFactory.class.getName()).log(Level.SEVERE, null, ex); in getLocaleFromRegistry()
230 …new com.sun.star.lang.WrappedTargetException("caught a " + e2.getClass().getName(), this, new com.… in execute()
406 if (sImplName.equals(_SOReportJobFactory.class.getName())) in __getComponentFactory()
410 else if (sImplName.equals(SOFunctionManager.class.getName())) in __getComponentFactory()
414 else if (sImplName.equals(SOFormulaParser.class.getName())) in __getComponentFactory()
436 return Factory.writeRegistryServiceInfo(SOFunctionManager.class.getName(), in __writeRegistryServiceInfo()
438 regKey) && Factory.writeRegistryServiceInfo(_SOReportJobFactory.class.getName(), in __writeRegistryServiceInfo()
440 regKey) && Factory.writeRegistryServiceInfo(SOFormulaParser.class.getName(), in __writeRegistryServiceInfo()
/trunk/main/desktop/test/deployment/locationtest/
H A DLocationTest.java107 return _LocationTest.class.getName(); in getImplementationName()
126 if ( sImplName.equals( _LocationTest.class.getName() ) ) in __getComponentFactory()
142 return Factory.writeRegistryServiceInfo(_LocationTest.class.getName(), in __writeRegistryServiceInfo()
/trunk/main/desktop/test/deployment/update/updateinfocreation/build/
H A DTestExtension.java107 return _TestExtension.class.getName(); in getImplementationName()
126 if ( sImplName.equals( _TestExtension.class.getName() ) ) in __getComponentFactory()
142 return Factory.writeRegistryServiceInfo(_TestExtension.class.getName(), in __writeRegistryServiceInfo()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1819 sNewName = aAskForName.getName(); in insertHierachyElement()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java534 System.out.println("testing events for " + _method.getName()); in testCursorMove()
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java53 private static Logger LOG = Logger.getLogger(SystemUtil.class.getName());
583 String name = file.getName(); in findClasses()
599 String name = entry.getName(); in findClasses()
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrol.cxx352 ScVbaControl::getName() throw (uno::RuntimeException) in getName() function in ScVbaControl
/trunk/main/svx/source/table/
H A Dcell.cxx1785 OUString Cell::getName() in getName() function in sdr::table::Cell
H A Dcell.hxx206 ::rtl::OUString getName();
/trunk/main/i18npool/source/transliteration/
H A DtransliterationImpl.cxx173 TransliterationImpl::getName() throw(RuntimeException) in getName() function in com::sun::star::i18n::TransliterationImpl
176 return bodyCascade[0]->getName(); in getName()
/trunk/main/i18npool/inc/
H A DtransliterationImpl.hxx56 virtual rtl::OUString SAL_CALL getName( ) throw(com::sun::star::uno::RuntimeException) ;
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx380 aName = pResult->getName(); in onGraphicChanged()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPalmDocument.java169 public String getName() { in getName() method in PalmDocument
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenDecoder.java229 Debug.log(Debug.TRACE,"DefinedName is " + dn.getName()); in readNameToken()
230 return (tf.getOperandToken(dn.getName(), "NAME")); in readNameToken()
H A DTokenEncoder.java334 name = dn.getName(); in nameDefinitionEncoder()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx4220 sName = xNamed->getName(); in lcl_GetAutoFiltRange()
5439 xProps->setPropertyValue(CELLSTYLE, uno::makeAny(xStyle->getName())); in setStyle()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/complex/unoapi/
H A DCheckModuleAPI.java514 String sModuleName = moduleName.getName(); // (String)moduleNames.get(i); in getModulesFromSourceRoot()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx1906 sal_uInt16 nNewPos = mpImpl->mpPage1OpenLB->InsertEntry(aURL.getName()); in IMPL_LINK()

Completed in 248 milliseconds

12345678910>>...52