Home
last modified time | relevance | path

Searched refs:createPath (Results 1 – 18 of 18) sorted by relevance

/trunk/main/toolkit/test/accessibility/
H A DAccessibilityTreeModel.java83 new TreePath (aNodeHint.createPath()))); in unlock()
306 protected Object[] createPath (AccessibleTreeNode aNode) in createPath() method in AccessibilityTreeModel
309 aNode.createPath (aPath); in createPath()
355 return new TreeModelEvent (this, createPath (aParentNode)); in createEvent()
381 Object[] aPathToParent = createPath (aParentNode); in createEvent()
421 createPath(aNode), in createChangeEvent()
H A DAccessibleTreeNode.java88 public void createPath (java.util.Vector aPath) in createPath() method in AccessibleTreeNode
91 maParent.createPath (aPath); in createPath()
95 public Object[] createPath () in createPath() method in AccessibleTreeNode
98 createPath (aPath); in createPath()
H A DAccessibilityTree.java133 expandTree (new TreePath (aNode.createPath()), aExpander); in expandTree()
H A DCanvasShape.java299 return new TreePath (maNode.createPath()); in getPath()
/trunk/main/vcl/source/gdi/
H A Dimpimagetree.cxx61 rtl::OUString createPath( in createPath() function
164 paths.push_back(createPath(name, pos, loc.Language)); in loadImage()
169 rtl::OUString p(createPath(name, pos, b.makeStringAndClear())); in loadImage()
176 createPath(name, pos, b.makeStringAndClear())); in loadImage()
/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx5806 class createPath : public ::testing::Test class
5810 createPath() in createPath() function in osl_Directory::createPath
5839 TEST_F(createPath, at_invalid_logical_drive) in TEST_F() argument
5853 FileBase::RC rc = Directory::createPath(tp_url); in TEST_F()
5862 TEST_F(createPath, with_UNC_path)
5869 FileBase::RC rc = Directory::createPath(tp_url);
5877 TEST_F(createPath, with_relative_path) in TEST_F() argument
5879 FileBase::RC rc = Directory::createPath( in TEST_F()
5886 TEST_F(createPath, without_callback) in TEST_F() argument
5892 FileBase::RC rc = Directory::createPath(tp_url); in TEST_F()
[all …]
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.hxx115 …void createPath( PathKind eKind, std::vector< ::com::sun::star::uno::Any >& rTargets, double fDura…
H A DCustomAnimationPane.cxx2101 createPath( eKind, aTargets, fDuration ); in onChange()
2114 void CustomAnimationPane::createPath( PathKind eKind, std::vector< Any >& rTargets, double fDuratio… in createPath() function in sd::CustomAnimationPane
/trunk/main/desktop/source/app/
H A Duserinstall.cxx242 FileBase::RC rc = Directory::createPath(aUserPath); in create_user_install()
H A Dapp.cxx1001 osl::FileBase::RC rc = osl::Directory::createPath(aUserPath); in Init()
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.cxx523 osl::Directory::createPath(indexDirName.data); in create_directory()
/trunk/main/sal/inc/osl/
H A Dfile.hxx1935 static RC createPath( in createPath() function in osl::Directory
/trunk/main/configmgr/source/
H A Dwritemodfile.cxx528 switch (osl::Directory::createPath(dir)) { in writeModFile()
/trunk/main/sfx2/source/appl/
H A Dshutdownicon.cxx820 osl::Directory::createPath( aShortcutUrl ); in getDotAutostart()
/trunk/main/dbaccess/source/ext/adabas/
H A DAdabasNewDb.cxx792 osl::FileBase::RC rc = osl::Directory::createPath(_rsValue); in fillEnvironmentVariable()
/trunk/main/jvmfwk/source/
H A Delements.cxx843 FileBase::RC rcFile = Directory::createPath(getDirFromFile(sURL)); in createSettingsDocument()
/trunk/main/extensions/source/update/check/
H A Dupdatecheck.cxx1525 rc = osl::Directory::createPath( aTargetDir ); in storeReleaseNote()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp189 ::osl::FileBase::RC result = ::osl::Directory::createPath( ustrValue ); in GetCrashDataPath()

Completed in 176 milliseconds