/aoo41x/main/toolkit/test/accessibility/ |
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 | 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 | AccessibilityTree.java | 133 expandTree (new TreePath (aNode.createPath()), aExpander); in expandTree()
|
H A D | CanvasShape.java | 299 return new TreePath (maNode.createPath()); in getPath()
|
/aoo41x/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()
|
/aoo41x/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 | 2098 createPath( eKind, aTargets, fDuration ); in onChange() 2111 void CustomAnimationPane::createPath( PathKind eKind, std::vector< Any >& rTargets, double fDuratio… in createPath() function in sd::CustomAnimationPane
|
/aoo41x/main/sal/qa/osl/file/ |
H A D | osl_File.cxx | 6548 class createPath : public CppUnit::TestFixture class 6552 createPath() in createPath() function in osl_Directory::createPath 6558 FileBase::RC rc = Directory::createPath( in with_relative_path() 6575 FileBase::RC rc = Directory::createPath(tp_url); in without_callback() 6592 FileBase::RC rc = Directory::createPath(tp_url, observer); in with_callback() 6638 FileBase::RC rc = Directory::createPath(tp_url); in at_invalid_logical_drive() 6655 FileBase::RC rc = Directory::createPath(tp_url); in with_UNC_path() 6666 CPPUNIT_TEST_SUITE(createPath); 6691 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( osl_Directory::createPath, "osl_Directory" );
|
/aoo41x/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()
|
/aoo41x/main/l10ntools/source/help/ |
H A D | HelpCompiler.cxx | 524 osl::Directory::createPath(indexDirName.data); in create_directory()
|
/aoo41x/main/sal/inc/osl/ |
H A D | file.hxx | 1935 static RC createPath( in createPath() function in osl::Directory
|
/aoo41x/main/configmgr/source/ |
H A D | writemodfile.cxx | 528 switch (osl::Directory::createPath(dir)) { in writeModFile()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | shutdownicon.cxx | 820 osl::Directory::createPath( aShortcutUrl ); in getDotAutostart()
|
/aoo41x/main/dbaccess/source/ext/adabas/ |
H A D | AdabasNewDb.cxx | 792 osl::FileBase::RC rc = osl::Directory::createPath(_rsValue); in fillEnvironmentVariable()
|
/aoo41x/main/jvmfwk/source/ |
H A D | elements.cxx | 843 FileBase::RC rcFile = Directory::createPath(getDirFromFile(sURL)); in createSettingsDocument()
|
/aoo41x/main/extensions/source/update/check/ |
H A D | updatecheck.cxx | 1525 rc = osl::Directory::createPath( aTargetDir ); in storeReleaseNote()
|
/aoo41x/main/crashrep/source/win32/ |
H A D | soreport.cpp | 189 ::osl::FileBase::RC result = ::osl::Directory::createPath( ustrValue ); in GetCrashDataPath()
|