Home
last modified time | relevance | path

Searched refs:getPath (Results 1 – 25 of 247) sorted by path

12345678910

/trunk/extras/l10n/source/ne/
H A Dlocalize.sdf4752 …shared\03020404.xhp 0 help par_id3155766 33 0 ne यदि (GetAttr( sPath + getPathविभाजक + sValue) A…
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java584 javax.swing.tree.TreePath aPath = aEvent.getPath(); in valueChanged()
597 implSetCurrentObject( aEvent.getPath().getLastPathComponent() ); in valueChanged()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DShapeContainer.java192 TreeNode aNode = (TreeNode)aEvent.getPath().getLastPathComponent(); in treeWillCollapse()
198 TreeNode aNode = (TreeNode)aEvent.getPath().getLastPathComponent(); in treeExpanded()
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DDynamicAccessibilityModel.java81 TreeNode node = (TreeNode) treeExpansionEvent.getPath().getLastPathComponent(); in treeCollapsed()
89 TreeNode node = (TreeNode) treeExpansionEvent.getPath().getLastPathComponent(); in treeExpanded()
101 TreeNode node = (TreeNode) treeExpansionEvent.getPath().getLastPathComponent(); in treeWillCollapse()
113 TreeNode node = (TreeNode) treeExpansionEvent.getPath().getLastPathComponent(); in treeWillExpand()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx227 virtual Any SAL_CALL getPath() throw (RuntimeException);
1576 Any SAL_CALL AnimationNode::getPath() throw (RuntimeException) in getPath() function in animcore::AnimationNode
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java586 cmdArray[0] = (new File(getProgramPath(), OFFICE_APP_NAME)).getPath(); in startupService()
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java766 cmdArray[0] = (new File(unoPath, OFFICE_APP_NAME)).getPath(); in startupService()
/trunk/main/bean/qa/complex/bean/
H A DScreenComparer.java214 File file1 = new File(file_tmp.getPath()+".png"); in writeImages()
220 System.out.println("1. " + file1.getPath()); in writeImages()
225 file1 = new File(file_tmp.getPath()+".png"); in writeImages()
230 System.out.println("2. " + file1.getPath()); in writeImages()
235 file1 = new File(file_tmp.getPath()+".png"); in writeImages()
240 System.out.println("Diff image: " + file1.getPath() + "\n"); in writeImages()
/trunk/main/bean/test/applet/oooapplet/
H A DOOoViewer.java189 File f1 = new File(u.getPath()); in getResource()
/trunk/main/connectivity/qa/connectivity/tools/
H A DFlatFileDatabase.java84 final String path = URLHelper.getFileURLFromSystemPath( m_tableFileLocation.getPath() ); in createDBDocument()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx1855 aFill.getPath( aPath ); in createActions()
/trunk/main/filter/source/config/tools/split/
H A DFCFGSplit.java305 …m_aDebug.setError("The specified xml file \""+aXMLFile.getPath()+"\" does not exist or seems not t… in main()
312 …m_aDebug.setError("The specified directory \""+aOutDir.getPath()+"\" does not exist or seems not t… in main()
330 m_aDebug.setGlobalInfo("loading xml file \""+aXMLFile.getPath()+"\" ..."); in main()
375 … m_aDebug.setGlobalInfo("generate xml fragments into directory \""+aOutDir.getPath()+"\" ..."); in main()
H A DSplitter.java253 …ception("fragment["+eItemType+", \""+sItemName+"\"] file named \""+aFile.getPath()+"\" already exi… in generateXMLFragment()
261 …ug.setDetailedInfo("fragment["+eItemType+", \""+sItemName+"\"] => \""+aFile.getPath()+"\" ... OK"); in generateXMLFragment()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1225 rStroke.getPath( aPolygon ); in Impl_writeStroke()
1273 rFilling.getPath( aPolyPolygon ); in Impl_writeFilling()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1245 aStroke.getPath( aPath ); in ImplWriteActions()
1285 aFill.getPath( aPolyPoly ); in ImplWriteActions()
1310 aFill.getPath( aFillPath ); in ImplWriteActions()
1367 aFill.getPath( aFillPath ); in ImplWriteActions()
/trunk/main/filter/source/svg/
H A Dsvgwriter.cxx1490 aFill.getPath( aShapePolyPoly ); in ImplWriteActions()
1564 aStroke.getPath(aPoly); in ImplWriteActions()
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTransformer.java137 statsp = new PrintStream(new FileOutputStream(statsfile.getPath(), false)); in initialize()
/trunk/main/filter/source/xsltfilter/
H A Duof2storage.cxx76 : m_aParentPath(rParentStorage.getPath()) in StorageBase()
112 ::rtl::OUString StorageBase::getPath() const in getPath() function in XSLT::StorageBase
H A Duof2storage.hxx93 ::rtl::OUString getPath() const;
/trunk/main/framework/qa/complex/loadAllDocuments/
H A DCheckXComponentLoader.java203 Vector lDirContent = URLHelper.getSystemFilesFromDir(aBaseDir.getPath()); in before()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DChooseDirectoryCtrl.java128 data.setInstallDefaultDir(installDefaultDir.getPath()); in afterShow()
130 …SetupDataProvider.setNewMacro("DIR", installDefaultDir.getPath()); // important for string replace… in afterShow()
H A DUninstallationPrologueCtrl.java70 Vector infoFileContent = SystemManager.readCharFileVector(infoFile.getPath()); in getInfoFileData()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DInstallData.java155 if ( SystemManager.exists_directory(uninstallDir.getPath())) { in setInstallationMode()
160 } else if ( SystemManager.exists_directory(installDir.getPath())) { in setInstallationMode()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Installer/
H A DLinuxInstaller.java148 packagePath = completePackageFile.getPath(); in installPackage()
161 packageName = completePackage.getPath(); in installPackage()
173 String localInstallDirString = localInstallDir.getPath(); in installPackage()
H A DSolarisInstaller.java154 packagePath = completePackageFile.getPath(); in installPackage()

Completed in 1375 milliseconds

12345678910