/aoo41x/main/sw/source/core/unocore/ |
H A D | unoportenum.cxx | 746 const xub_StrLen nCurrentIndex, in lcl_ExportHints() argument 765 if (nNextEnd == nCurrentIndex) in lcl_ExportHints() 844 if (nNextStart == nCurrentIndex) in lcl_ExportHints() 1029 if (nNextPos > nCurrentIndex) in lcl_ExportHints() 1039 const xub_StrLen nCurrentIndex, in lcl_MoveCursor() argument 1073 if (nMovePos > nCurrentIndex) in lcl_MoveCursor() 1323 const xub_StrLen nCurrentIndex = in lcl_CreatePortions() local 1343 nCurrentIndex ); in lcl_CreatePortions() 1350 || (nCurrentIndex >= pTxtNode->Len()); in lcl_CreatePortions() 1377 (FieldMarks.front() != nCurrentIndex), in lcl_CreatePortions() [all …]
|
H A D | unoredlines.cxx | 142 nCurrentIndex(0) in SwXRedlineEnumeration() 155 return pDoc->GetRedlineTbl().Count() > nCurrentIndex; in hasMoreElements() 164 if(!(rRedTbl.Count() > nCurrentIndex)) in nextElement() 166 … <beans::XPropertySet> xRet = SwXRedlines::GetObject( *rRedTbl.GetObject(nCurrentIndex++), *pDoc ); in nextElement()
|
/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsInsertionIndicatorHandler.cxx | 262 sal_Int32 nCurrentIndex = -1; in IsInsertionTrivial() local 274 if (nCurrentIndex>=0 && nPageNumber>(nCurrentIndex+1)) in IsInsertionTrivial() 277 nCurrentIndex = nPageNumber; in IsInsertionTrivial()
|
/aoo41x/main/filter/source/xsltdialog/ |
H A D | xmlfiltertestdialog.cxx | 583 int nCurrentIndex = 0; in onImportBrowse() local 596 aExtensions += String( mpFilterInfo->maExtension.copy( nCurrentIndex ) ); in onImportBrowse() 600 …aExtensions += String( mpFilterInfo->maExtension.copy( nCurrentIndex, nLastIndex - nCurrentIndex )… in onImportBrowse() 601 nCurrentIndex = nLastIndex + 1; in onImportBrowse() 602 nLastIndex = nCurrentIndex; in onImportBrowse()
|
H A D | xmlfiltersettingsdialog.cxx | 321 int nCurrentIndex = 0; in createExtensionsSequence() local 330 aExtensions[i] = rExtensions.copy( nCurrentIndex ); in createExtensionsSequence() 335 aExtensions[i] = rExtensions.copy( nCurrentIndex, nLastIndex - nCurrentIndex ); in createExtensionsSequence() 336 nCurrentIndex = nLastIndex + 1; in createExtensionsSequence() 337 nLastIndex = nCurrentIndex; in createExtensionsSequence()
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterTextView.cxx | 1116 sal_Int32 nCurrentIndex (nIndex); in GetWordTextSegment() local 1128 while (nCurrentOffset<0 && nCurrentIndex>0) in GetWordTextSegment() 1132 nCurrentIndex, in GetWordTextSegment() 1135 nCurrentIndex = aWordBoundary.startPos; in GetWordTextSegment() 1141 while (nCurrentOffset>0 && nCurrentIndex<=GetCharacterCount()) in GetWordTextSegment() 1145 nCurrentIndex, in GetWordTextSegment() 1148 nCurrentIndex = aWordBoundary.endPos; in GetWordTextSegment()
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | roadmapwizard.cxx | 571 … sal_Int32 nCurrentIndex = m_pImpl->getStateIndexInPath( getCurrentState(), m_pImpl->nActivePath ); in IMPL_LINK() local 574 DBG_ASSERT( ( nCurrentIndex != -1 ) && ( nNewIndex != -1 ), in IMPL_LINK() 576 if ( ( nCurrentIndex == -1 ) || ( nNewIndex == -1 ) ) in IMPL_LINK() 582 if ( nNewIndex > nCurrentIndex ) in IMPL_LINK()
|
/aoo41x/main/vcl/source/control/ |
H A D | ctrl.cxx | 357 long nCurrentIndex = mpControlData->mpLayoutData->m_aDisplayText.Len(); in AppendLayoutData() local 361 mpControlData->mpLayoutData->m_aLineIndices.push_back( nCurrentIndex ); in AppendLayoutData() 363 …ineIndices.push_back( rSubControl.mpControlData->mpLayoutData->m_aLineIndices[n] + nCurrentIndex ); in AppendLayoutData()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | NumberingManager.cxx | 170 sal_Int32 nCurrentIndex = 0; in GetParentNumbering() local 171 sal_Int32 nFound = sLevelText.indexOf( '%', nCurrentIndex ); in GetParentNumbering() 195 nCurrentIndex = 0; in GetParentNumbering() 196 nFound = sLevelText.indexOf( '%', nCurrentIndex ); in GetParentNumbering()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLTableContext.cxx | 928 …for( sal_Int32 nCurrentIndex = aApplyCellToData.getCurrentIndex(); nCurrentIndex<nNumColumns; nCur… in applyTableToInternalDataProvider() local 929 rTargetRow[nCurrentIndex] = fNaN;//#i110615# in applyTableToInternalDataProvider()
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | SlideTransitionPane.cxx | 296 sal_uInt16 nCurrentIndex = 0; in lcl_getTransitionEffectIndex() local 300 for( ; aIt != aEndIt; ++aIt, ++nCurrentIndex ) in lcl_getTransitionEffectIndex() 304 nResultIndex = nCurrentIndex; in lcl_getTransitionEffectIndex()
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleSpreadsheet.cxx | 109 int nCurrentIndex = 0 ; in CalcScAddressFromRangeList() local 131 if (nCol + nCurrentIndex > nSelectedChildIndex) in CalcScAddressFromRangeList() 133 … ScMyAddress(static_cast<SCCOL>(pariCol.first + nSelectedChildIndex - nCurrentIndex), row, maActiv… in CalcScAddressFromRangeList() 135 nCurrentIndex += nCol; in CalcScAddressFromRangeList()
|
/aoo41x/main/sw/inc/ |
H A D | unoredlines.hxx | 79 sal_uInt16 nCurrentIndex; member in SwXRedlineEnumeration
|
/aoo41x/main/chart2/source/tools/ |
H A D | AxisHelper.cxx | 1149 sal_Int32 nCurrentIndex = DataSeriesHelper::getAttachedAxisIndex( *aIter ); in getFirstChartTypeWithSeriesAttachedToAxisIndex() local 1150 if( nAttachedAxisIndex == nCurrentIndex ) in getFirstChartTypeWithSeriesAttachedToAxisIndex()
|
/aoo41x/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 1052 sal_Int32 nCurrentIndex = DataSeriesHelper::getAttachedAxisIndex( *aIter ); in AdaptScaleOfYAxisWithoutAttachedSeries() local 1053 if( nAxisIndex == nCurrentIndex ) in AdaptScaleOfYAxisWithoutAttachedSeries() 1058 else if( nAttachedAxisIndex<0 || nAttachedAxisIndex>nCurrentIndex ) in AdaptScaleOfYAxisWithoutAttachedSeries() 1059 nAttachedAxisIndex=nCurrentIndex; in AdaptScaleOfYAxisWithoutAttachedSeries()
|
/aoo41x/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 1378 const sal_uInt16 nCurrentIndex = pSmartTagList->GetWrongPos( nBegin ); in SmartTagScan() local 1379 … pSmartTagList->Fresh( nChgStart, nChgEnd, nBegin, nEnd - nBegin, nCurrentIndex, STRING_LEN ); in SmartTagScan()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 2430 sal_uInt32 nCurrentIndex = 0; in ApplyTextObj() local 2434 pParaText[ nCurrentIndex++ ] = ' '; in ApplyTextObj() 2439 sal_Unicode* pDest = pParaText + nCurrentIndex; in ApplyTextObj() 2458 nCurrentIndex += nCharacters; in ApplyTextObj() 2466 rOutliner.QuickInsertText( String( pParaText, (sal_uInt16)nCurrentIndex ), aSelection ); in ApplyTextObj()
|