Home
last modified time | relevance | path

Searched refs:aPath (Results 126 – 150 of 185) sorted by relevance

12345678

/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java584 javax.swing.tree.TreePath aPath = aEvent.getPath(); in valueChanged() local
585 maTree.scrollPathToVisible (aPath); in valueChanged()
586 Object aObject = aPath.getLastPathComponent(); in valueChanged()
/trunk/main/framework/inc/services/
H A Dpathsettings.hxx226 void impl_subst(PathSettings::PathInfo& aPath ,
260 void impl_storePath(const PathSettings::PathInfo& aPath);
/trunk/main/tools/source/fsys/
H A Dwntmsc.cxx840 String aPath( rDirEntry.GetFull() ); in Update() local
842 FSysRedirector::DoRedirect( aPath ); in Update()
844 DirEntry aDirEntry( aPath ); in Update()
/trunk/main/ucb/source/ucp/file/
H A Dfilglob.cxx208 rtl::OUString getTitle( const rtl::OUString& aPath ) in getTitle() argument
211 sal_Int32 lastIndex = aPath.lastIndexOf( slash ); in getTitle()
212 return aPath.copy( lastIndex + 1 ); in getTitle()
/trunk/main/editeng/source/misc/
H A Dacorrcfg.cxx66 INetURLObject aPath( *pS ); in SvxAutoCorrCfg() local
67 aPath.insertName( String::CreateFromAscii("acor") ); in SvxAutoCorrCfg()
68 *pS = aPath.GetMainURL(INetURLObject::DECODE_TO_IURI); in SvxAutoCorrCfg()
/trunk/main/extensions/source/config/ldap/
H A Dldapuserprofilebe.cxx126 …css::beans::NamedValue aPath(rtl::OUString::createFromAscii("nodepath"), uno::makeAny(kComponent) … in readLdapConfiguration() local
129 aArgs[0] <<= aPath; in readLdapConfiguration()
/trunk/main/svtools/source/misc/
H A Dimagemgr.cxx239 String aPath = aObj.GetURLPath( INetURLObject::NO_DECODE ); in GetImageExtensionByFactory_Impl() local
242 if ( aPath.Len() ) in GetImageExtensionByFactory_Impl()
247 if ( aPath.EqualsAscii( Fac2ExtMap_Impl[ nIndex ]._pFactory ) ) in GetImageExtensionByFactory_Impl()
/trunk/main/sfx2/source/appl/
H A Dshutdownicon.cxx897 OUString aPath( RTL_CONSTASCII_USTRINGPARAM("${OOO_BASE_DIR}/share/xdg/qstart.desktop" ) ); in SetAutostart()
898 Bootstrap::expandMacros( aPath ); in SetAutostart()
901 ::osl::File::getSystemPathFromFileURL( aPath, aDesktopFile ); in SetAutostart()
/trunk/main/ucb/source/ucp/webdav/
H A DDAVResourceAccess.cxx1062 rtl::OUString aPath( aURI.GetPath() ); in initialize() local
1065 if ( !aPath.getLength() ) in initialize()
1088 m_aPath = aPath; in initialize()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx2980 String aPath; in Execute() local
3000 aPath = aEntry.GetName(); in Execute()
3013 aPath = aEntry.GetVolume(); in Execute()
3037 aPath.Erase(); in Execute()
3041 aPath = aNextEntry.GetName(); //Full(); in Execute()
3047 pRet->GenReturn ( RET_Value, nMethodId, aPath ); in Execute()
3437 DirEntry aPath ( aBaseDir ); in UnpackStorage() local
3438 aPath += DirEntry( aName ); in UnpackStorage()
3448 UnpackStorage( xSubStorage, aPath ); in UnpackStorage()
3452 if ( !aPath.MakeDir( sal_True ) ) in UnpackStorage()
[all …]
/trunk/main/toolkit/test/accessibility/
H A DCanvas.java436 TreePath aPath = event.getPath(); in valueChanged() local
437 Object aObject = aPath.getLastPathComponent(); in valueChanged()
H A DAccessibilityWorkBench.java557 TreePath aPath = aEvent.getPath(); in valueChanged() local
558 Object aObject = aPath.getLastPathComponent(); in valueChanged()
/trunk/main/sfx2/source/doc/
H A Ddoctemplates.cxx215 sal_Bool CreateNewUniqueFolderWithPrefix( const ::rtl::OUString& aPath,
220 ::rtl::OUString CreateNewUniqueFileWithPrefix( const ::rtl::OUString& aPath,
837 sal_Bool SfxDocTplService_Impl::CreateNewUniqueFolderWithPrefix( const ::rtl::OUString& aPath, in CreateNewUniqueFolderWithPrefix() argument
844 INetURLObject aDirPath( aPath ); in CreateNewUniqueFolderWithPrefix()
898 ::rtl::OUString SfxDocTplService_Impl::CreateNewUniqueFileWithPrefix( const ::rtl::OUString& aPath, in CreateNewUniqueFileWithPrefix() argument
903 INetURLObject aDirPath( aPath ); in CreateNewUniqueFileWithPrefix()
941 INetURLObject aObjPath( aPath ); in CreateNewUniqueFileWithPrefix()
/trunk/main/ucb/source/ucp/hierarchy/
H A Dhierarchydatasource.cxx423 rtl::OUString aPath; in createInstanceWithArguments() local
424 if ( aProp.Value >>= aPath ) in createInstanceWithArguments()
430 if ( !createConfigPath( aPath, aConfigPath ) ) in createInstanceWithArguments()
/trunk/main/padmin/source/
H A Dfontentry.cxx634 String aPath( m_aFromDirEdt.GetText() ); in IMPL_LINK() local
635 if( chooseDirectory( aPath ) ) in IMPL_LINK()
637 m_aFromDirEdt.SetText( aPath ); in IMPL_LINK()
H A Dadddlg.cxx446 String aPath( m_aPdfDirEdt.GetText() ); in IMPL_LINK() local
447 if( chooseDirectory( aPath ) ) in IMPL_LINK()
448 m_aPdfDirEdt.SetText( aPath ); in IMPL_LINK()
/trunk/main/package/source/xstor/
H A Dohierarchyholder.cxx65 OStringList_Impl OHierarchyHolder_Impl::GetListPathFromString( const ::rtl::OUString& aPath ) in GetListPathFromString() argument
71 ::rtl::OUString aName = aPath.getToken( 0, '/', nIndex ); in GetListPathFromString()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontcache.cxx740 ByteString aPath = rManager.getDirectory( nDirID ); in updateFontCacheEntry() local
741 aPath.Append( '/' ); in updateFontCacheEntry()
742 aPath.Append( ByteString( aFile ) ); in updateFontCacheEntry()
/trunk/main/vcl/aqua/source/app/
H A Dsalinst.cxx292 ByteString aPath( getenv( "PATH" ) ); in InitSalMain() local
307 if ( aPath.Len() ) in InitSalMain()
309 aTmpPath += aPath; in InitSalMain()
/trunk/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx2137 Any aPath; in importAnimateMotionContainer() local
2138 if ( importAttributeValue( pChildAtom, aPath ) ) in importAnimateMotionContainer()
2141 if ( aPath >>= aStr ) in importAnimateMotionContainer()
2145 aPath <<= aStr; in importAnimateMotionContainer()
2146 xMotion->setPath( aPath ); in importAnimateMotionContainer()
2148 dump( aPath ); in importAnimateMotionContainer()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx1307 Polygon aPath; in Rotate() local
1308 aStroke.getPath( aPath ); in Rotate()
1309 aStroke.setPath( ImplGetRotatedPolygon( aPath, aRotAnchor, aRotOffset, fSin, fCos ) ); in Rotate()
1318 PolyPolygon aPath; in Rotate() local
1319 aFill.getPath( aPath ); in Rotate()
1320 aFill.setPath( ImplGetRotatedPolyPolygon( aPath, aRotAnchor, aRotOffset, fSin, fCos ) ); in Rotate()
/trunk/main/tools/bootstrp/
H A Dcppdep.hxx51 sal_Bool AddSearchPath( const char* aPath );
/trunk/main/sc/source/ui/view/
H A Dviewfun5.cxx488 String aPath = aPathOpt.GetPalettePath(); in PasteDataFormat() local
492 FmFormModel* pModel = new FmFormModel( aPath, NULL, aDragShellRef ); in PasteDataFormat()
/trunk/main/autodoc/source/ary/loc/
H A Dloc_root.cxx36 : aPath(i_path), in Root()
/trunk/main/svx/source/gallery2/
H A Dgalbrws2.cxx1414 const String aPath( aURL.getFSysPath( INetURLObject::FSYS_DETECT ) ); in GetItemText() local
1416 if( aPath.Len() && ( nItemTextFlags & GALLERY_ITEM_TITLE ) ) in GetItemText()
1421 if( aPath.Len() && ( nItemTextFlags & GALLERY_ITEM_TITLE ) ) in GetItemText()

Completed in 176 milliseconds

12345678