/aoo41x/main/sc/source/core/data/ |
H A D | segmenttree.cxx | 59 void removeSegment(SCCOLROW nPos1, SCCOLROW nPos2); 191 void ScFlatSegmentsImpl<_ValueType, _ExtValueType>::removeSegment(SCCOLROW nPos1, SCCOLROW nPos2) in removeSegment() function in ScFlatSegmentsImpl 387 void ScFlatBoolRowSegments::removeSegment(SCROW nRow1, SCROW nRow2) in removeSegment() function in ScFlatBoolRowSegments 389 mpImpl->removeSegment(static_cast<SCCOLROW>(nRow1), static_cast<SCCOLROW>(nRow2)); in removeSegment() 455 void ScFlatBoolColSegments::removeSegment(SCCOL nCol1, SCCOL nCol2) in removeSegment() function in ScFlatBoolColSegments 457 mpImpl->removeSegment(static_cast<SCCOLROW>(nCol1), static_cast<SCCOLROW>(nCol2)); in removeSegment() 554 void ScFlatUInt16RowSegments::removeSegment(SCROW nRow1, SCROW nRow2) in removeSegment() function in ScFlatUInt16RowSegments 556 mpImpl->removeSegment(static_cast<SCCOLROW>(nRow1), static_cast<SCCOLROW>(nRow2)); in removeSegment()
|
/aoo41x/main/sc/inc/ |
H A D | segmenttree.hxx | 77 void removeSegment(SCROW nRow1, SCROW nRow2); 108 void removeSegment(SCCOL nCol1, SCCOL nCol2); 156 void removeSegment(SCROW nRow1, SCROW nRow2);
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | UnoDocumentSettings.cxx | 278 aPathURL.removeSegment(); in _setPropertyValues() 300 aPathURL.removeSegment(); in _setPropertyValues() 322 aPathURL.removeSegment(); in _setPropertyValues() 344 aPathURL.removeSegment(); in _setPropertyValues() 366 aPathURL.removeSegment(); in _setPropertyValues() 388 aPathURL.removeSegment(); in _setPropertyValues()
|
/aoo41x/main/unotools/source/ucbhelper/ |
H A D | ucbhelper.cxx | 100 aDestObj.removeSegment(); in Transfer_Impl() 510 aURL.removeSegment(); in MakeFolder() 732 aObj.removeSegment(); in Exists() 865 …} while( aCandidate.removeSegment() && aCandidateLowCase.removeSegment() && aCandidate != aLastTmp… in IsSubPath()
|
/aoo41x/main/desktop/source/migration/services/ |
H A D | basicmigration.cxx | 141 aBaseURL.removeSegment(); in checkAndCreateDirectory() 167 aURL.removeSegment(); in copyFiles()
|
H A D | autocorrmigration.cxx | 144 aBaseURL.removeSegment(); in checkAndCreateDirectory() 178 aURL.removeSegment(); in copyFiles()
|
H A D | wordbookmigration.cxx | 143 aBaseURL.removeSegment(); in checkAndCreateDirectory() 214 aURL.removeSegment(); in copyFiles()
|
/aoo41x/main/extensions/source/preload/ |
H A D | oemwiz.cxx | 202 aURLObject.removeSegment(); //remove '/config' in LoadFromLocalFile() 203 aURLObject.removeSegment(); //remove '/user' in LoadFromLocalFile()
|
/aoo41x/main/fpicker/source/office/ |
H A D | iodlg.cxx | 1266 aPathObj.removeSegment(); in IMPL_STATIC_LINK() 1613 aObj.removeSegment(); in IMPL_LINK() 1688 aCurrentFolder.removeSegment(); in IMPL_LINK() 1884 aParent.removeSegment( ); in implGetInitialURL() 1901 while ( bIsInvalid && aParent.removeSegment() ) in implGetInitialURL() 1946 aURL.removeSegment(); in Execute() 2244 aFolderURL.removeSegment(); in PrepareExecute()
|
/aoo41x/main/fileaccess/source/ |
H A D | FileAccess.cxx | 267 if ( aDestObj.removeSegment() ) in transferImpl() 463 aURL.removeSegment(); in createFolder() 826 if ( aParentURLObj.removeSegment() ) in writeFile()
|
/aoo41x/main/sfx2/source/doc/ |
H A D | doctemplates.cxx | 782 aParentURL.removeSegment(); in createFolder() 1591 if ( !aGroupParentFolder.removeSegment() in removeGroup() 1678 aGroupObj.removeSegment(); in renameGroup() 1705 if ( !aGroupParentFolder.removeSegment() in renameGroup() 1744 if ( aGroupTargetObj.removeSegment() in renameGroup() 2192 aGroupObj.removeSegment(); in renameTemplate()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | tplneend.cxx | 617 aPathURL.removeSegment(); in IMPL_LINK() 703 aPathURL.removeSegment(); in IMPL_LINK()
|
H A D | tphatch.cxx | 743 aPathURL.removeSegment(); in IMPL_LINK() 829 aPathURL.removeSegment(); in IMPL_LINK()
|
H A D | tpbitmap.cxx | 863 aPathURL.removeSegment(); in IMPL_LINK() 953 aPathURL.removeSegment(); in IMPL_LINK()
|
H A D | tpgradnt.cxx | 686 aPathURL.removeSegment(); in IMPL_LINK() 778 aPathURL.removeSegment(); in IMPL_LINK()
|
H A D | tplnedef.cxx | 812 aPathURL.removeSegment(); in IMPL_LINK() 902 aPathURL.removeSegment(); in IMPL_LINK()
|
/aoo41x/main/desktop/source/app/ |
H A D | appsys.cxx | 54 aObj.removeSegment(); in FATToVFat_Impl()
|
/aoo41x/main/editeng/source/items/ |
H A D | flditem.cxx | 786 aURLObj.removeSegment(INetURLObject::LAST_SEGMENT, false); in GetFormatted() 810 aURLObj.removeSegment(INetURLObject::LAST_SEGMENT, false); in GetFormatted()
|
/aoo41x/main/svx/source/gallery2/ |
H A D | galtheme.cxx | 226 aPathURL.removeSegment(); in ImplWrite() 276 aPathURL.removeSegment(); in ImplGetURL() 814 aPathURL.removeSegment(); in CreateThemeEntry()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docglbl.cxx | 190 aEntry.removeSegment(); in SplitDoc() 551 aEntry.removeSegment(); in SplitDoc()
|
/aoo41x/main/sfx2/source/bastyp/ |
H A D | helper.cxx | 94 aDestObj.removeSegment(); in Transfer_Impl() 738 aURL.removeSegment(); in MakeFolder()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | SwAppletImpl.cxx | 140 aUrlBase.removeSegment(); in CreateApplet()
|
/aoo41x/main/basic/source/uno/ |
H A D | namecont.cxx | 620 aLibPathInetObj.removeSegment(); in init_Impl() 1009 aPrevUserBasicInetObj_1.removeSegment(); in init_Impl() 1078 aUserBasicTmpInetObj.removeSegment(); in init_Impl() 1204 aPrevUserBasicInetObj_Err.removeSegment(); in init_Impl() 1291 aInetObj.removeSegment(); in checkStorageURL()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | swunohelper.cxx | 99 aURL.removeSegment(); in UCB_CopyFile()
|
/aoo41x/main/lingucomponent/source/lingutil/ |
H A D | lingutil.cxx | 73 aURLObj.removeSegment();
|