/aoo41x/main/cosv/source/storage/ |
H A D | dirchain.cxx | 81 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 D | ploc_dir.cxx | 41 : 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 D | ploc.cxx | 51 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 D | file.cxx | 44 : 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()
|
/aoo41x/main/tools/source/fsys/ |
H A D | unx.cxx | 227 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 …]
|
/aoo41x/main/vcl/unx/generic/fontmanager/ |
H A D | helper.cxx | 104 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 …]
|
/aoo41x/main/sal/osl/w32/ |
H A D | profile.cxx | 1079 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 …]
|
/aoo41x/main/sfx2/source/doc/ |
H A D | docvor.cxx | 544 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 …]
|
/aoo41x/main/unotools/source/config/ |
H A D | pathoptions.cxx | 961 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 …]
|
/aoo41x/main/store/workben/ |
H A D | t_store.cxx | 344 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 D | t_file.cxx | 63 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()
|
/aoo41x/main/sal/rtl/source/ |
H A D | uri.cxx | 376 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 …]
|
/aoo41x/main/cosv/inc/cosv/ |
H A D | dirchain.hxx | 111 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()
|
/aoo41x/main/svx/source/gallery2/ |
H A D | galtheme.cxx | 1406 String aPath; in WriteData() local 1410 aPath = GetSvDrawStreamNameFromURL( pObj->aURL ); in WriteData() 1421 …aPath = aPath.Erase( 0, sal::static_int_cast< xub_StrLen >( aRelURL1.GetMainURL( INetURLObject::NO… in WriteData() 1431 …aPath = 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 …]
|
/aoo41x/main/fpicker/source/office/ |
H A D | OfficeFilePicker.cxx | 178 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 …]
|
/aoo41x/main/framework/source/services/ |
H A D | pathsettings.cxx | 323 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 …]
|
/aoo41x/main/autodoc/source/ary/cpp/ |
H A D | usedtype.cxx | 132 : 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()
|
/aoo41x/main/padmin/source/ |
H A D | newppdlg.cxx | 137 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()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | filedlghelper.cxx | 852 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 …]
|
/aoo41x/main/basic/source/runtime/ |
H A D | methods.cxx | 518 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 …]
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | AccessibleTreeNode.java | 88 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 D | AccessibilityTree.java | 148 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()
|
/aoo41x/main/ucb/source/ucp/webdav/ |
H A D | webdavdatasupplier.cxx | 404 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 = SerfUri::unescape( aPath ); in getData() 434 if ( aPath == aCurrPath ) in getData()
|
/aoo41x/main/vcl/win/source/gdi/ |
H A D | salgdi_gdiplus.cxx | 159 Gdiplus::GraphicsPath aPath; in drawPolyPolygon() local 165 aPath.StartFigure(); // #i101491# not needed for first run in drawPolyPolygon() 168 impAddB2DPolygonToGDIPlusGraphicsPathReal(aPath, rPolyPolygon.getB2DPolygon(a), false); in drawPolyPolygon() 169 aPath.CloseFigure(); in drawPolyPolygon() 208 aGraphics.FillPath(&aTestBrush, &aPath); in drawPolyPolygon() 229 Gdiplus::GraphicsPath aPath; in drawPolyLine() local 285 impAddB2DPolygonToGDIPlusGraphicsPathInteger(aPath, rPolygon, bNoLineJoin); in drawPolyLine() 289 impAddB2DPolygonToGDIPlusGraphicsPathReal(aPath, rPolygon, bNoLineJoin); in drawPolyLine() 295 aPath.CloseFigure(); in drawPolyLine() 307 aGraphics.DrawPath(&aTestPen, &aPath); in drawPolyLine()
|
/aoo41x/main/autodoc/source/tools/ |
H A D | filecoll.cxx | 66 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()
|