Home
last modified time | relevance | path

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

12345678

/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 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 …]
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 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()
/trunk/main/sal/osl/w32/
H A Dprofile.cxx1079 if (nPathLen && (aPath[nPathLen - 1] != L'/') && (aPath[nPathLen - 1] != L'\\')) in osl_getProfileName()
1081 aPath[nPathLen++] = L'\\'; in osl_getProfileName()
1082 aPath[nPathLen] = 0; in osl_getProfileName()
2303 aPath[0] = 0; in lookupProfile()
2443 aPath[dwPathLen] = 0; in lookupProfile()
2446 if ((aPath[dwPathLen - 1] != L'/') && (aPath[dwPathLen - 1] != L'\\')) in lookupProfile()
2507 aPath[nPos] = 0; in lookupProfile()
2515 aPath[dwPathLen] = 0; in lookupProfile()
2582 if ((aPath[dwPathLen - 1] != L'/') && (aPath[dwPathLen - 1] != L'\\')) in lookupProfile()
2585 aPath[dwPathLen] = 0; in lookupProfile()
[all …]
/trunk/main/tools/source/fsys/
H A Dunx.cxx227 DirEntry aPath(*this); in IsCaseSensitive()
228 aPath.ToAbs(); in IsCaseSensitive()
236 aPath = aPath [1]; in IsCaseSensitive()
330 DirEntry aPath( *this ); in GetVolume() local
331 aPath.ToAbs(); in GetVolume()
336 if (aPath.Level() <= 1) in GetVolume()
338 aPath = aPath [1]; in GetVolume()
351 DirEntry aPath( *this ); in GetDevice() local
352 aPath.ToAbs(); in GetDevice()
357 if (aPath.Level() <= 1) in GetDevice()
[all …]
/trunk/main/vcl/unx/generic/fontmanager/
H A Dhelper.cxx104 OString aPath; in getEnvironmentPath() local
109 aPath = OString( pValue ); in getEnvironmentPath()
111 return aPath; in getEnvironmentPath()
195 static OUString aPath; in getFontPath() local
197 if( ! aPath.getLength() ) in getFontPath()
248 return aPath; in getFontPath()
368 ByteString aPath( rPath ); in normPath() local
375 if( aPath.Len() > 0 && aPath.GetChar( aPath.Len()-1 ) == '/' ) in normPath()
376 aPath.Erase( aPath.Len()-1 ); in normPath()
379 aPath.Search( "~" ) != STRING_NOTFOUND ) in normPath()
[all …]
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx544 Path aPath(this, pEntry); in Select() local
549 aPath[nLevel+1], aPath[nLevel+2], aPath[nLevel+3]); in Select()
1213 Path aPath(this, pEntry); in RequestingChilds() local
1221 aPath[nDocLevel+1], aPath[nDocLevel+2]); in RequestingChilds()
1232 i, aPath[nDocLevel+1], aPath[nDocLevel+2]); in RequestingChilds()
1275 pMgr->DeleteObjectShell(aPath[0], aPath[1]); in ExpandingHdl()
1560 String aPath; in GetPath_Impl() local
1632 return aPath; in GetPath_Impl()
1977 aPath[2+nDocLevel], aPath[3+nDocLevel], &aName ) ) in Dispatch_Impl()
2348 if ( aPath.Len() && !aMgr.CopyTo( m_nRegion, m_nIndex, aPath ) ) in IMPL_LINK()
[all …]
/trunk/main/unotools/source/config/
H A Dpathoptions.cxx961 String aPath; in SearchFile() local
964 case PATH_ADDIN: aPath = GetAddinPath(); break; in SearchFile()
967 case PATH_BACKUP: aPath = GetBackupPath(); break; in SearchFile()
968 case PATH_BASIC: aPath = GetBasicPath(); break; in SearchFile()
969 case PATH_BITMAP: aPath = GetBitmapPath(); break; in SearchFile()
970 case PATH_CONFIG: aPath = GetConfigPath(); break; in SearchFile()
973 case PATH_FILTER: aPath = GetFilterPath(); break; in SearchFile()
976 case PATH_HELP: aPath = GetHelpPath(); break; in SearchFile()
978 case PATH_MODULE: aPath = GetModulePath(); break; in SearchFile()
982 case PATH_TEMP: aPath = GetTempPath(); break; in SearchFile()
[all …]
/trunk/main/store/workben/
H A Dt_store.cxx344 OUString aPath (RTL_CONSTASCII_USTRINGPARAM("/")); in main() local
371 eErrCode = aFile.remove (aPath, aName); in main()
457 OUString(), aPath); in main()
467 aPath, aLinkName, in main()
479 aPath, aLinkName, in main()
480 aPath, aShortcut); in main()
492 aFile, aPath, aDirName, store_AccessReadCreate); in main()
501 aPath, "demostor-1.dir/", in main()
502 aPath, "Renamed demostor-1.dir"); in main()
509 aPath, "Renamed demostor-1.dir/", in main()
[all …]
H A Dt_file.cxx63 rtl::OUString aPath; in main()
65 result = osl_getFileURLFromSystemPath(aFilename.pData, &(aPath.pData)); in main()
69 aPath = aFilename; in main()
71 …if (rtl_ustr_ascii_shortenedCompare_WithLength(aPath.pData->buffer, aPath.pData->length, "file://"… in main()
78 (void) osl_getAbsoluteFileURL(aBase.pData, aPath.pData, &(aPath.pData)); in main()
80 aFilename = aPath; in main()
/trunk/main/sal/rtl/source/
H A Duri.cxx376 Component aPath; member
411 pComponents->aPath.pBegin = pPos; in parseUriRef()
414 pComponents->aPath.pEnd = pPos; in parseUriRef()
736 if (aBaseComponents.aPath.pBegin != aBaseComponents.aPath.pEnd in rtl_uriConvertRelToAbs()
737 && *aBaseComponents.aPath.pBegin != '/') in rtl_uriConvertRelToAbs()
757 aBuffer.append(aRelComponents.aPath.pBegin, in rtl_uriConvertRelToAbs()
758 aRelComponents.aPath.getLength()); in rtl_uriConvertRelToAbs()
768 if (aRelComponents.aPath.pBegin == aRelComponents.aPath.pEnd in rtl_uriConvertRelToAbs()
771 aBuffer.append(aBaseComponents.aPath.pBegin, in rtl_uriConvertRelToAbs()
779 if (*aRelComponents.aPath.pBegin == '/') in rtl_uriConvertRelToAbs()
[all …]
/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()
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx1406 String aPath; in WriteData() local
1410 aPath = GetSvDrawStreamNameFromURL( pObj->aURL ); in WriteData()
1421aPath = aPath.Erase( 0, sal::static_int_cast< xub_StrLen >( aRelURL1.GetMainURL( INetURLObject::NO… in WriteData()
1431aPath = aPath.Erase( 0, sal::static_int_cast< xub_StrLen >( aRelURL2.GetMainURL( INetURLObject::NO… in WriteData()
1438 aPath.SearchAndReplace(m_aDestDir, String()); in WriteData()
1514 String aPath; in ReadData() local
1528 aPath += '/'; in ReadData()
1530 aPath += aFileName; in ReadData()
1532 pObj->aURL = INetURLObject( aPath ); in ReadData()
1539 aPath += '/'; in ReadData()
[all …]
/trunk/main/fpicker/source/office/
H A DOfficeFilePicker.cxx178 INetURLObject aPath; in prepareExecute() local
181 aPath = givenPath; in prepareExecute()
185 aPath = aStdDirObj; in prepareExecute()
189 aPath.insertName( m_aDefaultName ); in prepareExecute()
601 if( m_aOldHideDirectory == aPath ) in getDisplayDirectory()
603 m_aOldHideDirectory = aPath; in getDisplayDirectory()
608 INetURLObject aFolder( aPath ); in getDisplayDirectory()
612 m_aOldDisplayDirectory = aPath; in getDisplayDirectory()
613 return aPath; in getDisplayDirectory()
650 aPath[i] = aObj.getName(); in getFiles()
[all …]
/trunk/main/framework/source/services/
H A Dpathsettings.cxx323 PathInfo aResubstPath(aPath); in impl_storePath()
400 PathSettings::PathInfo aPath; in impl_updatePath() local
404 aPath = impl_readNewFormat(sPath); in impl_updatePath()
405 aPath.sPathName = sPath; in impl_updatePath()
410 impl_subst(aPath, sal_False); in impl_updatePath()
458 pPathNew = &aPath; in impl_updatePath()
461 m_lPaths[sPath] = aPath; in impl_updatePath()
470 pPathNew = &aPath; in impl_updatePath()
473 m_lPaths[sPath] = aPath; in impl_updatePath()
652 aPath.sWritePath = xSubst->reSubstituteVariables(aPath.sWritePath); in impl_subst()
[all …]
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx852 OUString aPath;; in getGraphic() local
857 aPath = aPathSeq[0]; in getGraphic()
860 if ( aPath.getLength() ) in getGraphic()
1733 OUString aPath; in getPath() local
1739 aPath = maPath; in getPath()
1741 return aPath; in getPath()
2608 OUString aPath; in GetPath() local
2619 aPath = aPathSeq[0]; in GetPath()
2623 return aPath; in GetPath()
2883 String aPath; in FileOpenDialog_Impl() local
[all …]
/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/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/padmin/source/
H A Dnewppdlg.cxx137 INetURLObject aPath( aImportPath, INET_PROT_FILE, INetURLObject::ENCODE_ALL ); in Import() local
138 aPath.Append( aFiles.front() ); in Import()
139 String aPrinterName = PPDParser::getPPDPrinterName( aPath.PathToFileName() ); in Import()
146 rtl::OUStringToOString( aPath.PathToFileName(), osl_getThreadTextEncoding() ).getStr() ); in Import()
152 m_aDriverLB.SetEntryData( nPos, new String( aPath.PathToFileName() ) ); in Import()
194 String aPath( m_aPathBox.GetText() ); in IMPL_LINK() local
195 if( chooseDirectory( aPath ) ) in IMPL_LINK()
197 m_aPathBox.SetText( aPath ); in IMPL_LINK()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavdatasupplier.cxx404 rtl::OUString aPath = aURI.GetPath(); in getData() local
406 if ( aPath.getStr()[ aPath.getLength() - 1 ] in getData()
408 aPath = aPath.copy( 0, aPath.getLength() - 1 ); in getData()
410 aPath = CurlUri::unescape( aPath ); in getData()
434 if ( aPath == aCurrPath ) in getData()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi_gdiplus.cxx161 Gdiplus::GraphicsPath aPath; in drawPolyPolygon() local
167 aPath.StartFigure(); // #i101491# not needed for first run in drawPolyPolygon()
170 impAddB2DPolygonToGDIPlusGraphicsPathReal(aPath, rPolyPolygon.getB2DPolygon(a), false); in drawPolyPolygon()
171 aPath.CloseFigure(); in drawPolyPolygon()
210 aGraphics.FillPath(&aTestBrush, &aPath); in drawPolyPolygon()
231 Gdiplus::GraphicsPath aPath; in drawPolyLine() local
287 impAddB2DPolygonToGDIPlusGraphicsPathInteger(aPath, rPolygon, bNoLineJoin); in drawPolyLine()
291 impAddB2DPolygonToGDIPlusGraphicsPathReal(aPath, rPolygon, bNoLineJoin); in drawPolyLine()
297 aPath.CloseFigure(); in drawPolyLine()
309 aGraphics.DrawPath(&aTestPen, &aPath); in drawPolyLine()
/trunk/main/toolkit/test/accessibility/
H A DAccessibleTreeNode.java88 public void createPath (java.util.Vector aPath) in createPath() argument
91 maParent.createPath (aPath); in createPath()
92 aPath.add (this); in createPath()
97 Vector aPath = new Vector (1); in createPath() local
98 createPath (aPath); in createPath()
99 return aPath.toArray(); in createPath()
H A DAccessibilityTree.java148 private TreePath expandTree( TreePath aPath, Expander aExpander ) in expandTree() argument
158 Object aObj = aPath.getLastPathComponent(); in expandTree()
163 maTree.expandPath (aPath); in expandTree()
165 aFirst = aPath; in expandTree()
176 aPath.pathByAddingChild( aNode.getChild( i ) ), in expandTree()
186 + aPath + ": " + e); in expandTree()
253 TreePath aPath = maTree.getComponent().getPathForLocation(e.getX(), e.getY()); in popupTrigger() local
256 Object aObject = aPath.getLastPathComponent(); in popupTrigger()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx318 aPath = aFile; in IMPL_LINK()
319 aPath.ToAbs(); in IMPL_LINK()
324 DirEntry aCheck( aPath ); in IMPL_LINK()
407 aPath = aNewPath; in IMPL_LINK()
538 aPath.SetCWD( sal_True ); in PreExecute()
661 aPath = DirEntry( rPath ); in SetPath()
875 aPath = aNewPath; in IMPL_LINK()
888 aPath = aNewPath; in IMPL_LINK()
936 aPath = aFile; in IMPL_LINK()
937 aPath.ToAbs(); in IMPL_LINK()
[all …]

Completed in 159 milliseconds

12345678