/aoo4110/main/filter/source/xsltdialog/ |
H A D | typedetectionimport.cxx | 113 sal_Int32 nLastIndex = 0; in getSubdata() local 121 nLastIndex = nNextIndex + 1; in getSubdata() 122 nNextIndex = rData.indexOf( delimeter, nLastIndex ); in getSubdata() 126 if( (index > 0) && (nLastIndex == 0) ) in getSubdata() 132 aSubdata = rData.copy( nLastIndex ); in getSubdata() 136 aSubdata = rData.copy( nLastIndex, nNextIndex - nLastIndex ); in getSubdata()
|
H A D | xmlfiltersettingsdialog.cxx | 320 int nLastIndex = 0; in createExtensionsSequence() local 326 nLastIndex = rExtensions.indexOf( sal_Unicode( ';' ), nLastIndex ); in createExtensionsSequence() 328 if( nLastIndex == -1 ) in createExtensionsSequence() 335 aExtensions[i] = rExtensions.copy( nCurrentIndex, nLastIndex - nCurrentIndex ); in createExtensionsSequence() 336 nCurrentIndex = nLastIndex + 1; in createExtensionsSequence() 337 nLastIndex = nCurrentIndex; in createExtensionsSequence() 1775 sal_Int32 nLastIndex = sizeof( "file:///" ) - 2; in createDirectory() local 1776 while( nLastIndex != -1 ) in createDirectory() 1778 nLastIndex = rURL.indexOf( sal_Unicode('/'), nLastIndex + 1); in createDirectory() 1779 if( nLastIndex != -1 ) in createDirectory() [all …]
|
H A D | xmlfiltertestdialog.cxx | 582 int nLastIndex = 0; in onImportBrowse() local 584 for( int i = 0; nLastIndex != -1; i++ ) in onImportBrowse() 586 nLastIndex = mpFilterInfo->maExtension.indexOf( sal_Unicode( ';' ), nLastIndex ); in onImportBrowse() 593 if( nLastIndex == -1 ) in onImportBrowse() 600 …aExtensions += String( mpFilterInfo->maExtension.copy( nCurrentIndex, nLastIndex - nCurrentIndex )… in onImportBrowse() 601 nCurrentIndex = nLastIndex + 1; in onImportBrowse() 602 nLastIndex = nCurrentIndex; in onImportBrowse()
|
/aoo4110/main/vcl/source/app/ |
H A D | dbggui.cxx | 1379 sal_uInt16 nLastIndex = 0; in SetInfoText() local 1385 if ( !nLastIndex ) in SetInfoText() 1386 nLastIndex = nIndex+1; in SetInfoText() 1388 aTextParagraph.Erase( 0, nLastIndex ); in SetInfoText() 1390 nLastIndex = 0; in SetInfoText() 1393 nLastIndex = nIndex+1; in SetInfoText() 1394 nIndex = aTextParagraph.Search( ' ', nLastIndex ); in SetInfoText() 1399 if ( !nLastIndex ) in SetInfoText() 1400 nLastIndex = nIndex+1; in SetInfoText() 1401 XubString aTempStr = aTextParagraph.Copy( 0, nLastIndex ); in SetInfoText() [all …]
|
/aoo4110/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsFocusManager.cxx | 102 const sal_Int32 nLastIndex (nPageCount-1); in MoveFocus() local 103 const sal_Int32 nLastColumn (nLastIndex % nColumnCount); in MoveFocus() 108 mnPageIndex = nLastIndex - (nLastColumn-nCurrentColumn); in MoveFocus() 113 mnPageIndex = nLastIndex - nLastColumn in MoveFocus()
|
H A D | SlsInsertionIndicatorHandler.cxx | 264 sal_Int32 nLastIndex = -1; in IsInsertionTrivial() local 282 nLastIndex = nPageNumber; in IsInsertionTrivial() 289 if (nInsertionIndex<nFirstIndex || nInsertionIndex>(nLastIndex+1)) in IsInsertionTrivial()
|
/aoo4110/main/sc/source/ui/dbgui/ |
H A D | fieldwnd.cxx | 705 size_t nLastIndex = maFields.size() - 1; in MoveSelection() local 713 nNewSelectIndex = (nNewSelectIndex < nLastIndex) ? (nNewSelectIndex + 1) : nLastIndex; in MoveSelection() 719 …ewSelectIndex = (nNewSelectIndex + mnLineSize < nLastIndex) ? (nNewSelectIndex + mnLineSize) : nLa… in MoveSelection() 725 …ewSelectIndex = (nNewSelectIndex + mnPageSize < nLastIndex) ? (nNewSelectIndex + mnPageSize) : nLa… in MoveSelection() 731 nNewSelectIndex = nLastIndex; in MoveSelection()
|
/aoo4110/main/uui/source/ |
H A D | newerverwarn.cxx | 86 sal_uInt32 nLastIndex = sProgramPath.lastIndexOf( '/' ); in IMPL_LINK() local 87 if ( nLastIndex > 0 ) in IMPL_LINK() 88 sProgramPath = sProgramPath.copy( 0, nLastIndex + 1 ); in IMPL_LINK()
|
/aoo4110/main/unotools/source/misc/ |
H A D | fontcvt.cxx | 1375 sal_uLong nLastIndex = (sal_uLong)nIndex + nLen; in RecodeString() local 1376 if( nLastIndex > rStr.Len() ) in RecodeString() 1377 nLastIndex = rStr.Len(); in RecodeString() 1379 for(; nIndex < nLastIndex; ++nIndex ) in RecodeString()
|
/aoo4110/main/writerfilter/source/ooxml/ |
H A D | OOXMLStreamImpl.cxx | 222 sal_Int32 nLastIndex = msTarget.lastIndexOf('/'); in init() local 223 if (nLastIndex >= 0) in init() 224 msPath = msTarget.copy(0, nLastIndex + 1); in init()
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | fontcache.cxx | 369 xub_StrLen nLastIndex = nIndex+1; in read() local 370 for( nIndex = nLastIndex ; nIndex < nLen && pLine[nIndex] != ';'; nIndex++ ) in read() 372 if( nIndex - nLastIndex ) in read() 374 … OUString aAlias( pLine+nLastIndex, nIndex-nLastIndex, RTL_TEXTENCODING_UTF8 ); in read()
|
/aoo4110/main/xmloff/source/draw/ |
H A D | shapeexport2.cxx | 1157 sal_Int32 nLastIndex = sRequestedName.lastIndexOf( '/' ) + 1; local 1158 if ( ( nLastIndex > 0 ) && ( nLastIndex < sRequestedName.getLength() ) ) 1159 … sRequestedName = sRequestedName.copy( nLastIndex, sRequestedName.getLength() - nLastIndex ); 1160 nLastIndex = sRequestedName.lastIndexOf( '.' ); 1161 if ( nLastIndex >= 0 ) 1162 sRequestedName = sRequestedName.copy( 0, nLastIndex );
|
/aoo4110/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 519 sal_Int32 nLastIndex = aBase.lastIndexOf( sal_Unicode( '/' ) ); in getPPDFile() local 520 if( nLastIndex >= 0 ) in getPPDFile() 521 aBase = aBase.copy( nLastIndex+1 ); in getPPDFile() 525 nLastIndex = aBase.lastIndexOf( sal_Unicode( '.' ) ); in getPPDFile() 526 if( nLastIndex > 0 ) in getPPDFile() 527 aBase = aBase.copy( 0, nLastIndex ); in getPPDFile() 528 } while( it == pAllPPDFiles->end() && nLastIndex > 0 ); in getPPDFile()
|
/aoo4110/main/sc/source/ui/Accessibility/ |
H A D | AccessibleCsvControl.cxx | 629 sal_Int32 nLastIndex = implGetLastEqualFormatted( nIndex ); in getTextAtIndex() local 631 aResultText.append( maBuffer.getStr() + nFirstIndex, nLastIndex - nFirstIndex + 1 ); in getTextAtIndex() 738 sal_Int32 nLastIndex = implGetLastEqualFormatted( nIndex ); in getTextBehindIndex() local 739 if( nLastIndex < nLastValid ) in getTextBehindIndex() 740 aResult = getTextAtIndex( nLastIndex + 1, nTextType ); in getTextBehindIndex()
|
/aoo4110/main/editeng/source/uno/ |
H A D | unoedprx.cxx | 1037 sal_uInt16 nCurrIndex, nLastIndex; in GetLineLen() local 1038 for( nCurrLine=0, nCurrIndex=0, nLastIndex=0; nCurrLine<=nLine; ++nCurrLine ) in GetLineLen() 1040 nLastIndex = nCurrIndex; in GetLineLen() 1048 aStartIndex.SetEEIndex( nPara, nLastIndex, *this ); in GetLineLen()
|
/aoo4110/main/sd/source/ui/presenter/ |
H A D | PresenterPreviewCache.cxx | 431 const sal_Int32 nLastIndex (bVisible ? mnLastVisibleSlideIndex : mxSlides->getCount()-1); in GetEntryList() local 436 for (sal_Int32 nIndex=nFirstIndex; nIndex<=nLastIndex; ++nIndex) in GetEntryList()
|
/aoo4110/main/ucb/source/ucp/odma/ |
H A D | odma_content.cxx | 573 sal_Int32 nLastIndex = sFileURL.lastIndexOf( sal_Unicode('/') ); in execute() local 574 ::ucbhelper::Content aContent(sFileURL.copy(0,nLastIndex),NULL); in execute() 576 aTransferInfo.NewTitle = sFileURL.copy( 1 + nLastIndex ); in execute()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 2170 sal_uInt32 nFirstIndex = 0, nLastIndex = aPageVector.size() - 1; in PrepareBooklet() local 2175 …aPairVector.push_back( ::std::make_pair( aPageVector[ nLastIndex-- ], aPageVector[ nFirstIndex++ ]… in PrepareBooklet() 2177 while( nFirstIndex < nLastIndex ) in PrepareBooklet() 2180 …rVector.push_back( ::std::make_pair( aPageVector[ nFirstIndex++ ], aPageVector[ nLastIndex-- ] ) ); in PrepareBooklet() 2182 …aPairVector.push_back( ::std::make_pair( aPageVector[ nLastIndex-- ], aPageVector[ nFirstIndex++ ]… in PrepareBooklet()
|
/aoo4110/main/desktop/source/app/ |
H A D | app.cxx | 369 ::sal_uInt32 nLastIndex = sProductKey.lastIndexOf('/'); in FatalError() 370 if ( nLastIndex > 0 ) in FatalError() 371 sProductKey = sProductKey.copy( nLastIndex+1 ); in FatalError() 612 ::sal_Int32 nLastIndex = aURL.lastIndexOf('/'); in getLastSyncFileURLFromBrandInstallation() 616 if ( nLastIndex != aURL.getLength()-1 ) in getLastSyncFileURLFromBrandInstallation() 626 ::sal_Int32 nLastIndex = aUserBundledPathURL.lastIndexOf('/'); in getLastSyncFileURLFromUserInstallation() 630 if ( nLastIndex != aUserBundledPathURL.getLength()-1 ) in getLastSyncFileURLFromUserInstallation()
|
/aoo4110/main/editeng/source/accessibility/ |
H A D | AccessibleEditableTextPara.cxx | 2209 sal_Int32 nCurIndex=0, nLastIndex=0, nCurLineLen=0; in getTextBeforeIndex() local 2212 for( nLine=0, nCurIndex=0, nLastIndex=0; nLine<nLineCount; ++nLine ) in getTextBeforeIndex() 2214 nLastIndex = nCurIndex; in getTextBeforeIndex() 2246 aResult.SegmentEnd = static_cast< sal_uInt16 >( nLastIndex ); in getTextBeforeIndex() 2253 aResult.SegmentStart = nLastIndex - nLastLineLen; in getTextBeforeIndex() 2254 aResult.SegmentEnd = static_cast< sal_uInt16 >( nLastIndex ); in getTextBeforeIndex()
|
/aoo4110/main/xmloff/source/chart/ |
H A D | SchXMLExport.cxx | 3372 sal_Int32 nLastIndex = -1; in exportDataPoints() local 3453 if( nCurrIndex - nLastIndex > 1 ) in exportDataPoints() 3456 aPoint.mnRepeat = nCurrIndex - nLastIndex - 1; in exportDataPoints() 3494 nLastIndex = nCurrIndex; in exportDataPoints() 3508 nLastIndex = nCurrIndex; in exportDataPoints() 3511 nRepeat = nSeriesLength - nLastIndex - 1; in exportDataPoints()
|