/aoo42x/main/toolkit/test/accessibility/ |
H A D | AccessibilityTreeModel.java | 83 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 D | AccessibleTreeNode.java | 88 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 D | AccessibilityTree.java | 133 expandTree (new TreePath (aNode.createPath()), aExpander); in expandTree()
|
H A D | CanvasShape.java | 299 return new TreePath (maNode.createPath()); in getPath()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | impimagetree.cxx | 61 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()
|
/aoo42x/main/sal/qa/osl/file/ |
H A D | osl_File.cxx | 5806 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 …]
|
/aoo42x/main/sd/source/ui/animations/ |
H A D | CustomAnimationPane.hxx | 115 …void createPath( PathKind eKind, std::vector< ::com::sun::star::uno::Any >& rTargets, double fDura…
|
H A D | CustomAnimationPane.cxx | 2101 createPath( eKind, aTargets, fDuration ); in onChange() 2114 void CustomAnimationPane::createPath( PathKind eKind, std::vector< Any >& rTargets, double fDuratio… in createPath() function in sd::CustomAnimationPane
|
/aoo42x/main/desktop/source/app/ |
H A D | userinstall.cxx | 242 FileBase::RC rc = Directory::createPath(aUserPath); in create_user_install()
|
H A D | app.cxx | 1001 osl::FileBase::RC rc = osl::Directory::createPath(aUserPath); in Init()
|
/aoo42x/main/l10ntools/source/help/ |
H A D | HelpCompiler.cxx | 523 osl::Directory::createPath(indexDirName.data); in create_directory()
|
/aoo42x/main/sal/inc/osl/ |
H A D | file.hxx | 1935 static RC createPath( in createPath() function in osl::Directory
|
/aoo42x/main/configmgr/source/ |
H A D | writemodfile.cxx | 528 switch (osl::Directory::createPath(dir)) { in writeModFile()
|
/aoo42x/main/sfx2/source/appl/ |
H A D | shutdownicon.cxx | 820 osl::Directory::createPath( aShortcutUrl ); in getDotAutostart()
|
/aoo42x/main/dbaccess/source/ext/adabas/ |
H A D | AdabasNewDb.cxx | 792 osl::FileBase::RC rc = osl::Directory::createPath(_rsValue); in fillEnvironmentVariable()
|
/aoo42x/main/jvmfwk/source/ |
H A D | elements.cxx | 843 FileBase::RC rcFile = Directory::createPath(getDirFromFile(sURL)); in createSettingsDocument()
|
/aoo42x/main/extensions/source/update/check/ |
H A D | updatecheck.cxx | 1525 rc = osl::Directory::createPath( aTargetDir ); in storeReleaseNote()
|
/aoo42x/main/crashrep/source/win32/ |
H A D | soreport.cpp | 189 ::osl::FileBase::RC result = ::osl::Directory::createPath( ustrValue ); in GetCrashDataPath()
|