Home
last modified time | relevance | path

Searched refs:aPath (Results 101 – 125 of 185) sorted by relevance

12345678

/trunk/main/toolkit/test/accessibility/
H A DAccessibilityTreeModel.java308 Vector aPath = new Vector(); in createPath() local
309 aNode.createPath (aPath); in createPath()
310 return aPath.toArray(); in createPath()
H A DAccessibleTreeCellRenderer.java100 TreePath aPath = (TreePath)aChangedNodes.elementAt (i); in addChangedNodes() local
101 int nRow = aTree.getRowForPath (aPath); in addChangedNodes()
/trunk/main/cui/source/dialogs/
H A Dlinkdlg.cxx369 String aPath = aPathDlg.GetPath(); in IMPL_LINK() local
381 INetURLObject aUrl2(aPath, INET_PROT_FILE); in IMPL_LINK()
634 INetURLObject aPath( sFileNm, INET_PROT_FILE ); in InsertEntry() local
635 String aFileName = aPath.getName(); in InsertEntry()
/trunk/main/sal/osl/unx/
H A Duunxapi.hxx85 inline int mkdir(const rtl::OUString& aPath, mode_t aMode) in mkdir() argument
87 return mkdir_u(aPath.pData, aMode); in mkdir()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2338 ::rtl::OUString aPath; in GetDevFontList()
2339 osl_getExecutableFile( &aPath.pData ); in GetDevFontList()
2340 ::rtl::OUString aExecutableFile( aPath ); in GetDevFontList()
2341 aPath = aPath.copy( 0, aPath.lastIndexOf('/') ); in GetDevFontList()
2342 String aFontDirUrl = aPath.copy( 0, aPath.lastIndexOf('/') ); in GetDevFontList()
2360 String aBaseURL = aPath.copy( 0, aPath.lastIndexOf('/')+1 ); in GetDevFontList()
/trunk/main/sal/osl/os2/
H A Duunxapi.hxx93 inline int mkdir(const rtl::OUString& aPath, mode_t aMode) in mkdir() argument
95 return mkdir_u(aPath.pData, aMode); in mkdir()
/trunk/main/autodoc/inc/ary/loc/
H A Dloc_root.hxx74 csv::ploc::Path aPath; member in ary::loc::Root
92 return aPath; in Path()
/trunk/main/l10ntools/source/help/
H A DHelpFileDocument.java65 String aPath = "#HLP#" + aModule + "/" + aFile.getName(); in Document() local
66 doc.add(new Field("path", aPath, Field.Store.YES, Field.Index.NOT_ANALYZED)); in Document()
/trunk/main/sdext/source/minimizer/
H A Dconfigurationaccess.cxx348 OUString aPath( TKGet( TK_Settings_Templates_ ).concat( aElements[ i ] ) ); in LoadConfiguration() local
349 … Reference< container::XNameAccess > xTemplates( GetConfigurationNode( xRoot, aPath ), UNO_QUERY ); in LoadConfiguration()
400 OUString aPath( TKGet( TK_Settings_Templates_ ).concat( aElementName ) ); in SaveConfiguration() local
401 …Reference< container::XNameReplace > xTemplates( GetConfigurationNode( xRoot, aPath ), UNO_QUERY ); in SaveConfiguration()
/trunk/main/extensions/source/activex/main/
H A Dso_activex.cpp68 #define REG_DELETE_KEY_A( key, aPath, nKeyAccess ) RegDeleteKeyExA( key, aPath, nKeyAccess, 0 ) argument
71 #define REG_DELETE_KEY_A( key, aPath, nKeyAccess ) RegDeleteKeyA( key, aPath ) argument
/trunk/main/i18npool/source/defaultnumberingprovider/
H A Ddefaultnumberingprovider.cxx794 beans::PropertyValue aPath; in isScriptFlagEnabled() local
795 aPath.Name = OUString::createFromAscii("nodepath"); in isScriptFlagEnabled()
796 aPath.Value <<= OUString::createFromAscii("/org.openoffice.Office.Common/I18N"), in isScriptFlagEnabled()
797 aArgs[0] <<= aPath; in isScriptFlagEnabled()
/trunk/main/cui/source/options/
H A Doptupdt.cxx280 rtl::OUString sValue, aPath; in Reset() local
283 if( osl::FileBase::E_None == osl::FileBase::getSystemPathFromFileURL(sValue, aPath) ) in Reset()
284 m_aDestPath.SetText(aPath); in Reset()
/trunk/main/svgio/source/svgreader/
H A Dsvgcirclenode.cxx135 const basegfx::B2DPolygon aPath( in decomposeSvgNode() local
144 pStyle->add_path(basegfx::B2DPolyPolygon(aPath), aNewTarget, 0); in decomposeSvgNode()
H A Dsvgellipsenode.cxx150 const basegfx::B2DPolygon aPath( in decomposeSvgNode() local
159 pStyle->add_path(basegfx::B2DPolyPolygon(aPath), aNewTarget, 0); in decomposeSvgNode()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/PathSettings/
H A DPathSettingsTest.java118 String aPath = (String)aValue; in workWithPathSettings() local
120 + " Path=" + aPath ); in workWithPathSettings()
/trunk/main/l10ntools/source/
H A Dlocalize.cxx272 DirEntry aPath( aEntry.GetPath()); in WorkOnFile() local
274 aPath.SetCWD(); in WorkOnFile()
582 DirEntry aPath( aEntry.GetPath()); in MergeSingleFile() local
584 aPath.SetCWD(); in MergeSingleFile()
/trunk/main/uui/source/
H A Dloginerr.hxx96 void SetPath( const String& aPath ) in SetPath() argument
97 { m_aPath = aPath; } in SetPath()
/trunk/main/tools/bootstrp/
H A Dinimgr.cxx157 DirEntry aPath( UniString( sGlobalDir, gsl_getSystemTextEncoding())); in ForceUpdate() local
158 Dir aDir( aPath, FSYS_KIND_DIR | FSYS_KIND_FILE); in ForceUpdate()
H A Dcppdep.cxx70 sal_Bool CppDep::AddSearchPath( const char* aPath ) in AddSearchPath() argument
72 ByteString *pStr = new ByteString( aPath ); in AddSearchPath()
/trunk/main/idl/inc/
H A Ddatabase.hxx86 String aPath; member in SvIdlDataBase
124 const String & GetPath() const { return aPath; } in GetPath()
/trunk/main/package/source/xstor/
H A Dohierarchyholder.hxx92 OStringList_Impl& aPath,
125 static OStringList_Impl GetListPathFromString( const ::rtl::OUString& aPath );
/trunk/main/sal/inc/osl/
H A Dfile.hxx430 rtl::OUString aPath; in getMountPath() local
431 osl_getVolumeDeviceMountPath( _aHandle, &aPath.pData ); in getMountPath()
432 return aPath; in getMountPath()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Durlparameter.cxx931 rtl::OString aPath( urlParam->getByName( "Path" ) ); in InputStreamTransformer() local
932 parString[last++] = rtl::OString('\'') + aPath + rtl::OString('\''); in InputStreamTransformer()
1031 sal_Int32 iSlash = aPath.indexOf( '/' ); in InputStreamTransformer()
1033 aPureExtensionId = aPath.copy( 0, iSlash ); in InputStreamTransformer()
/trunk/main/sc/source/ui/view/
H A Dnotemark.cxx87 String aPath = aPathOpt.GetPalettePath(); in IMPL_LINK() local
88 pModel = new SdrModel(aPath); in IMPL_LINK()
/trunk/main/padmin/source/
H A Dcmddlg.cxx444 String aPath( m_aPdfDirectoryEdit.GetText() ); in IMPL_LINK() local
445 if( chooseDirectory( aPath ) ) in IMPL_LINK()
446 m_aPdfDirectoryEdit.SetText( aPath ); in IMPL_LINK()

Completed in 118 milliseconds

12345678