Home
last modified time | relevance | path

Searched refs:aPath (Results 1 – 25 of 185) sorted by path

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/accessibility/workben/org/openoffice/accessibility/awb/canvas/
H A DMouseObserver.java61 TreePath aPath = aObjectUnderMouse.getNodePath(); in mousePressed() local
63 maTree.expandPath (aPath); in mousePressed()
65 maTree.setSelectionPath (aPath); in mousePressed()
66 maTree.makeVisible (aPath); in mousePressed()
/trunk/main/autodoc/inc/ary/cpp/
H A Dusedtype.hxx156 ut::NameChain aPath; member in ary::cpp::UsedType
/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/autodoc/inc/cosv/
H A Ddirchain.hxx111 StringVector aPath; member in csv::ploc::DirectoryChain
123 { csv::erase_container(aPath); PushBack(i_rDC); return *this; } in operator =()
135 { return aPath.size(); } in Size()
139 { return aPath.begin(); } in Begin()
142 { return aPath.end(); } in End()
145 { return aPath.empty() ? String::Null_() : aPath.front(); } in Front()
148 { return aPath.empty() ? String::Null_() : aPath.back(); } in Back()
H A Dfile.hxx110 ploc::Path aPath; member in csv::File
H A Dploc.hxx75 DirChain() const { return aPath; } in DirChain()
89 DirectoryChain & DirChain() { return aPath; } in DirChain()
93 DirectoryChain aPath; member in csv::ploc::Path
H A Dploc_dir.hxx102 Path aPath; member in csv::ploc::Directory
/trunk/main/autodoc/source/ary/cpp/
H A Dusedtype.cxx132 : aPath(), in UsedType()
162 nResult = aPath.Compare( i_rType.aPath ); in operator <()
194 aPath.Add_Segment(i_sSeg); in Add_NameSegment()
200 return aPath.Templatize_LastSegment(); in Enter_Template()
218 aPath.Add_Segment(i_sType); in Set_BuiltIn()
335 return aPath.LastSegment(); in LocalName()
391 aPath.Get_Text( o_rPreName, o_rName, o_rPostName, i_rGate ); in inq_Get_Text()
463 nc_iter nit = aPath.begin(); in Get_NameParts()
464 nc_iter nit_end = aPath.end(); in Get_NameParts()
/trunk/main/autodoc/source/ary/loc/
H A Dloc_root.cxx36 : aPath(i_path), in Root()
/trunk/main/autodoc/source/cosv/storage/
H A Ddirchain.cxx81 aPath.insert( aPath.begin(), i_sName ); in PushFront()
87 aPath.insert( aPath.begin(), i_sPath.Begin(), i_sPath.End() ); in PushFront()
93 aPath.push_back(i_sName); in PushBack()
99 aPath.insert( aPath.end(), i_sPath.Begin(), i_sPath.End() ); in PushBack()
105 if (i_nCount <= aPath.size()) in PopFront()
106 aPath.erase( aPath.begin(), aPath.begin() + i_nCount ); in PopFront()
108 aPath.erase( aPath.begin(), aPath.end() ); in PopFront()
115 aPath.erase( aPath.end() - i_nCount, aPath.end() ); in PopBack()
117 aPath.erase( aPath.begin(), aPath.end() ); in PopBack()
125 it != aPath.end(); in Get()
[all …]
H A Dfile.cxx44 : aPath(i_rLocation), in File()
53 : aPath(i_sLocation), in File()
62 : aPath(i_sLocation), in File()
82 aPath = i_rLocation; in Assign()
93 aPath.Set( i_sLocation ); in Assign()
104 aPath.Set( i_sLocation ); in Assign()
233 return aPath; in inq_MyPath()
H A Dploc.cxx51 aPath(i_rPath.aPath), in Path()
64 aPath = i_rPath.aPath; in operator =()
84 aPath.Set(restPath, i_bPathIsAlwaysDir, i_sDelimiter); in Set()
129 aPath.Get( o_rPath, pRoot->OwnDelimiter() ); in Get()
143 aPath.Get( o_rPath, pRoot->OwnDelimiter() ); in Get()
H A Dploc_dir.cxx41 : aPath(i_rPath) in Directory()
47 : Persistent(), aPath(i_rDir.aPath) in Directory()
53 : aPath(i_rLocation, true) in Directory()
58 : aPath(i_rLocation.c_str(), true) in Directory()
70 aPath.DirChain() += i_sName; in operator +=()
78 aPath.DirChain() += i_sDirChain; in operator +=()
107 if ( aPath.DirChain().Size() == 0 ) in Check_Parent()
181 sNew << aPath; in GetContainedFiles()
248 sNew << aPath; in GetContainedDirectories()
278 sNew << aPath; in GetContainedFiles()
[all …]
/trunk/main/autodoc/source/tools/
H A Dfilecoll.cxx66 StreamStr aPath(1020); in AddFilesFrom() local
67 aPath << i_sRootDir << csv::ploc::Delimiter(); in AddFilesFrom()
68 uintt nSubDirStart = aPath.tellp(); in AddFilesFrom()
77 aPath.seekp(nSubDirStart); in AddFilesFrom()
78 aPath << (*iter); in AddFilesFrom()
79 AddFilesFrom( aPath.c_str(), i_sFilter, i_eSearchMode ); in AddFilesFrom()
/trunk/main/automation/source/server/
H A DXMLParser.cxx671 String aPath; in HandleSAXParser() local
672 aPath.AppendAscii( "*:" ); in HandleSAXParser()
673 aPath.Append( String::CreateFromInt64( pSAXParser->GetTimestamp() ) ); in HandleSAXParser()
674 aPath.AppendAscii( ":" ); in HandleSAXParser()
677 aPath.Append( String::CreateFromInt64( (sal_uIntPtr)pNode ) ); in HandleSAXParser()
678 pRet->GenReturn ( RET_Value, nMethodId, aPath ); in HandleSAXParser()
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/basctl/source/basicide/
H A Dmoduldl2.cxx810 String aPath( IDE_DLL()->GetExtraData()->GetAddLibPath() ); in InsertLib() local
811 if ( aPath.Len() ) in InsertLib()
813 xFP->setDisplayDirectory( aPath ); in InsertLib()
1297 String aPath( IDE_DLL()->GetExtraData()->GetAddLibPath() ); in ExportAsPackage() local
1298 if ( aPath.Len() ) in ExportAsPackage()
1300 xFP->setDisplayDirectory( aPath ); in ExportAsPackage()
1423 String aPath( IDE_DLL()->GetExtraData()->GetAddLibPath() ); in ExportAsBasic() local
1424 if( !aPath.Len() ) in ExportAsBasic()
1425 aPath = SvtPathOptions().GetWorkPath(); in ExportAsBasic()
1428 xFolderPicker->setDisplayDirectory( aPath ); in ExportAsBasic()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx661 String aPath = aAbsURLObj.GetMainURL( INetURLObject::NO_DECODE ); in CalcRelStorageName() local
662 UniString aRelURL = INetURLObject::GetRelURL( aPath, GetStorageName() ); in CalcRelStorageName()
H A Dvbahelper.cxx244 ::rtl::OUString aPath; in getCurrentDirectory()
251 aPath = rPool.maCurrDirs[ aIdentifier ]; in getCurrentDirectory()
256 return aPath; in getCurrentDirectory()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx518 DirEntry aEntry( aPath ); in RTLFUNC()
523 if (!DirEntry(aPath).SetCWD()) in RTLFUNC()
741 if (!DirEntry(aPath).MakeDir()) in RTLFUNC()
803 File::remove( aPath ); in implRemoveDirRecursive()
860 DirEntry aDirEntry(aPath); in RTLFUNC()
2639 String aPath; in RTLFUNC() local
2752 aPath.Erase(); in RTLFUNC()
2819 aPath = aEntry.GetVolume(); in RTLFUNC()
2841 aPath.Erase(); in RTLFUNC()
2919 aPath.Erase(); in RTLFUNC()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Dmimeconfighelper.hxx63 GetConfigurationByPath( const ::rtl::OUString& aPath );
H A Dstoragehelper.hxx172 static sal_Bool PathHasSegment( const ::rtl::OUString& aPath, const ::rtl::OUString& aSegment );
/trunk/main/comphelper/source/misc/
H A Dmimeconfighelper.cxx120 …iner::XNameAccess > MimeConfigurationHelper::GetConfigurationByPath( const ::rtl::OUString& aPath ) in GetConfigurationByPath() argument
137 aPathProp.Value <<= aPath; in GetConfigurationByPath()
H A Dstoragehelper.cxx521 sal_Bool OStorageHelper::PathHasSegment( const ::rtl::OUString& aPath, const ::rtl::OUString& aSegm… in PathHasSegment() argument
524 const sal_Int32 nPathLen = aPath.getLength(); in PathHasSegment()
535 if ( aPath.indexOf( aInternalSegment ) >= 0 ) in PathHasSegment()
538 if ( !bResult && !aPath.compareTo( aSegment, nSegLen ) ) in PathHasSegment()
540 if ( nPathLen == nSegLen || aPath.getStr()[nSegLen] == (sal_Unicode)'/' ) in PathHasSegment()
544 …if ( !bResult && nPathLen > nSegLen && aPath.copy( nPathLen - nSegLen - 1, nSegLen + 1 ).equals( a… in PathHasSegment()

Completed in 162 milliseconds

12345678