| /trunk/main/autodoc/source/cosv/storage/ |
| H A D | dirchain.cxx | 71 aPath.push_back( String(pRestPath, pDirEnd) ); in Set() 75 aPath.push_back( String(pRestPath) ); in Set() 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() 114 if (i_nCount <= aPath.size()) in PopBack() [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 +=() 86 aPath.DirChain().PopBack(i_nLevels); in operator -=() 107 if ( aPath.DirChain().Size() == 0 ) in Check_Parent() 111 String sLastToken = aPath.DirChain().Back(); in Check_Parent() 181 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()
|
| /trunk/main/sal/osl/w32/ |
| H A D | profile.cxx | 889 ::osl::LongPathBuffer< sal_Unicode > aPath( MAX_LONG_PATH ); in osl_getProfileName() 973 … if ( ::sal::static_int_cast< sal_uInt32 >( strHome->length ) >= aPath.getBufSizeInSymbols()) in osl_getProfileName() 976 copy_ustr_n( aPath, strHome->buffer, strHome->length+1); in osl_getProfileName() 984 if (nLen + nPathLen >= aPath.getBufSizeInSymbols()) in osl_getProfileName() 987 copy_ustr_n(aPath + nPathLen, pPath, nLen+1); in osl_getProfileName() 1005 … if ( ::sal::static_int_cast< sal_uInt32 >( strConfig->length ) >= aPath.getBufSizeInSymbols()) in osl_getProfileName() 1008 copy_ustr_n( aPath, strConfig->buffer, strConfig->length+1 ); in osl_getProfileName() 1016 if (nLen + nPathLen >= aPath.getBufSizeInSymbols()) in osl_getProfileName() 1019 copy_ustr_n(aPath + nPathLen, pPath, nLen+1); in osl_getProfileName() 1029 …toryW(::osl::mingw_reinterpret_cast<LPWSTR>(aPath), aPath.getBufSizeInSymbols())) == 0) || (nPathL… in osl_getProfileName() [all …]
|
| /trunk/main/tools/source/fsys/ |
| H A D | unx.cxx | 227 DirEntry aPath(*this); in IsCaseSensitive() 228 aPath.ToAbs(); in IsCaseSensitive() 230 while (stat (ByteString(aPath.GetFull(), osl_getThreadTextEncoding()).GetBuffer(), &buf)) in IsCaseSensitive() 232 if (aPath.Level() == 1) in IsCaseSensitive() 236 aPath = aPath [1]; in IsCaseSensitive() 330 DirEntry aPath( *this ); in GetVolume() local 331 aPath.ToAbs(); in GetVolume() 334 while (stat (ByteString(aPath.GetFull(), osl_getThreadTextEncoding()).GetBuffer(), &buf)) in GetVolume() 336 if (aPath.Level() <= 1) in GetVolume() 338 aPath = aPath [1]; in GetVolume() [all …]
|
| /trunk/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() 148 OString aPath( getEnvironmentPath("SAL_PSPRINT") ); in getPrinterPathList() local 152 OString aDir( aPath.getToken( 0, ':', nIndex ) ); in getPrinterPathList() 195 static OUString aPath; in getFontPath() local 197 if( ! aPath.getLength() ) in getFontPath() 243 aPath = aPathBuffer.makeStringAndClear(); in getFontPath() 245 …fprintf( stderr, "initializing font path to \"%s\"\n", OUStringToOString( aPath, RTL_TEXTENCODING_… in getFontPath() 248 return aPath; in getFontPath() [all …]
|
| /trunk/main/sfx2/source/doc/ |
| H A D | docvor.cxx | 544 Path aPath(this, pEntry); in Select() local 548 GetObjectShell(aPath)->TriggerHelpPI( in Select() 549 aPath[nLevel+1], aPath[nLevel+2], aPath[nLevel+3]); in Select() 1213 Path aPath(this, pEntry); in RequestingChilds() local 1217 SfxObjectShellRef aRef = GetObjectShell(aPath); in RequestingChilds() 1221 aPath[nDocLevel+1], aPath[nDocLevel+2]); in RequestingChilds() 1225 aRef->CanHaveChilds(aPath[nDocLevel+1], in RequestingChilds() 1226 aPath[nDocLevel+2]); in RequestingChilds() 1232 i, aPath[nDocLevel+1], aPath[nDocLevel+2]); in RequestingChilds() 1270 Path aPath(this, pEntry); in ExpandingHdl() local [all …]
|
| /trunk/main/unotools/source/config/ |
| H A D | pathoptions.cxx | 961 String aPath; in SearchFile() local 964 case PATH_ADDIN: aPath = GetAddinPath(); break; in SearchFile() 965 case PATH_AUTOCORRECT: aPath = GetAutoCorrectPath(); break; in SearchFile() 966 case PATH_AUTOTEXT: aPath = GetAutoTextPath(); 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() 971 case PATH_DICTIONARY: aPath = GetDictionaryPath(); break; in SearchFile() 972 case PATH_FAVORITES: aPath = GetFavoritesPath(); break; in SearchFile() [all …]
|
| /trunk/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() 378 eErrCode = aStream.create (aFile, aPath, aName, eMode); in main() 456 aPath, OUString::createFromAscii("000000/"), in main() 457 OUString(), aPath); in main() 467 aPath, aLinkName, in main() 468 aPath, OUString::createFromAscii("demostor-1.dat")); in main() 479 aPath, aLinkName, in main() 480 aPath, aShortcut); in main() 492 aFile, aPath, aDirName, store_AccessReadCreate); 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()
|
| /trunk/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() 772 aBaseComponents.aPath.getLength()); in rtl_uriConvertRelToAbs() [all …]
|
| /trunk/main/autodoc/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()
|
| /trunk/main/svx/source/gallery2/ |
| H A D | galtheme.cxx | 1406 String aPath; in WriteData() local 1410 aPath = GetSvDrawStreamNameFromURL( pObj->aURL ); in WriteData() 1415 aPath = pObj->aURL.GetMainURL( INetURLObject::NO_DECODE ); in WriteData() 1416 …bRel = ( ( aPath.Erase( sal::static_int_cast< xub_StrLen >( aRelURL1.GetMainURL( INetURLObject::NO… in WriteData() 1420 aPath = pObj->aURL.GetMainURL( INetURLObject::NO_DECODE ); in WriteData() 1421 …aPath = aPath.Erase( 0, sal::static_int_cast< xub_StrLen >( aRelURL1.GetMainURL( INetURLObject::NO… in WriteData() 1425 aPath = pObj->aURL.GetMainURL( INetURLObject::NO_DECODE ); in WriteData() 1426 …bRel = ( ( aPath.Erase( sal::static_int_cast< xub_StrLen >( aRelURL2.GetMainURL( INetURLObject::NO… in WriteData() 1430 aPath = pObj->aURL.GetMainURL( INetURLObject::NO_DECODE ); in WriteData() 1431 …aPath = aPath.Erase( 0, sal::static_int_cast< xub_StrLen >( aRelURL2.GetMainURL( INetURLObject::NO… in WriteData() [all …]
|
| /trunk/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() 192 String sPath = aPath.GetMainURL( INetURLObject::NO_DECODE ); in prepareExecute() 598 rtl::OUString aPath = getDialog()->GetPath(); in getDisplayDirectory() local 601 if( m_aOldHideDirectory == aPath ) in getDisplayDirectory() 603 m_aOldHideDirectory = aPath; in getDisplayDirectory() 606 if( !getDialog()->ContentIsFolder( aPath ) ) in getDisplayDirectory() 608 INetURLObject aFolder( aPath ); in getDisplayDirectory() [all …]
|
| /trunk/main/framework/source/services/ |
| H A D | pathsettings.cxx | 310 void PathSettings::impl_storePath(const PathSettings::PathInfo& aPath) in impl_storePath() argument 321 PathInfo aResubstPath(aPath); in impl_storePath() 398 PathSettings::PathInfo aPath; in impl_updatePath() local 402 aPath = impl_readNewFormat(sPath); in impl_updatePath() 403 aPath.sPathName = sPath; in impl_updatePath() 408 impl_subst(aPath, sal_False); in impl_updatePath() 428 impl_mergeOldUserPaths(aPath, lOldVals); in impl_updatePath() 456 pPathNew = &aPath; in impl_updatePath() 459 m_lPaths[sPath] = aPath; in impl_updatePath() 468 pPathNew = &aPath; in impl_updatePath() [all …]
|
| /trunk/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() 861 nRet = getGraphic( aPath, rGraphic ); in getGraphic() 1486 INetURLObject aPath( lFiles[0] ); in implGetAndCacheFiles() local 1487 aPath.setFinalSlash(); in implGetAndCacheFiles() 1492 aPath.Append( lFiles[i] ); in implGetAndCacheFiles() 1494 aPath.setName( lFiles[i] ); in implGetAndCacheFiles() 1496 …String* pURL = new String(implEnsureURLExtension(aPath.GetMainURL( INetURLObject::NO_DECODE ), sEx… in implGetAndCacheFiles() 1733 OUString aPath; in getPath() local [all …]
|
| /trunk/main/basic/source/runtime/ |
| H A D | methods.cxx | 513 String aPath = rPar.Get(1)->GetString(); in RTLFUNC() local 518 DirEntry aEntry( aPath ); in RTLFUNC() 523 if (!DirEntry(aPath).SetCWD()) in RTLFUNC() 719 String aPath = rPar.Get(1)->GetString(); in RTLFUNC() local 729 xSFI->createFolder( getFullPath( aPath ) ); in RTLFUNC() 741 if (!DirEntry(aPath).MakeDir()) in RTLFUNC() 744 Directory::create( getFullPathUNC( aPath ) ); in RTLFUNC() 792 ::rtl::OUString aPath = aFileStatus2.getFileURL(); in implRemoveDirRecursive() 799 implRemoveDirRecursive( aPath ); in implRemoveDirRecursive() 803 File::remove( aPath ); in implRemoveDirRecursive() [all …]
|
| /trunk/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()
|
| /trunk/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()
|
| /trunk/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 = CurlUri::unescape( aPath ); in getData() 434 if ( aPath == aCurrPath ) in getData()
|
| /trunk/main/vcl/win/source/gdi/ |
| H A D | salgdi_gdiplus.cxx | 161 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 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()
|
| /trunk/main/svtools/source/dialogs/ |
| H A D | filedlg2.cxx | 173 INITCONTROL( pEdit, Edit, WB_BORDER, aPnt, aEDSiz, aPath.GetFull(), HID_FILEDLG_EDIT ); in InitControls() 318 aPath = aFile; in IMPL_LINK() 319 aPath.ToAbs(); in IMPL_LINK() 324 DirEntry aCheck( aPath ); in IMPL_LINK() 407 aPath = aNewPath; in IMPL_LINK() 408 if( !aPath.SetCWD( sal_True ) ) in IMPL_LINK() 538 aPath.SetCWD( sal_True ); in PreExecute() 639 UniString aPathStr = aPath.GetFull(); in PreExecute() 661 aPath = DirEntry( rPath ); in SetPath() 748 Point(nW+20, 33), Size(nW, 20), aPath.GetFull(), HID_FILEDLG_PATH ); in InitControls() [all …]
|