/aoo4110/main/sax/source/expatwrap/ |
H A D | saxwriter.cxx | 156 nCurrentPos(0), in SaxWriterHelper() 587 nCurrentPos++; in startDocument() 596 nCurrentPos++; in startElement() 646 nCurrentPos++; in FinishEmptyElement() 650 nCurrentPos++; in FinishEmptyElement() 663 nCurrentPos++; in endElement() 667 nCurrentPos++; in endElement() 674 nCurrentPos++; in endElement() 708 nCurrentPos++; in processingInstruction() 712 nCurrentPos++; in processingInstruction() [all …]
|
/aoo4110/main/filter/source/graphicfilter/etiff/ |
H A D | etiff.cxx | 268 sal_uInt32 nCurrentPos = mpOStm->Tell(); in ImplWriteHeader() local 270 *mpOStm << (sal_uInt32)( nCurrentPos - mnStreamOfs ); // offset to the IFD in ImplWriteHeader() 271 mpOStm->Seek( nCurrentPos ); in ImplWriteHeader() 338 sal_uLong nCurrentPos = mpOStm->Tell(); in ImplWritePalette() local 340 *mpOStm << static_cast<sal_uInt32>(nCurrentPos - mnStreamOfs); // to the palette colors in ImplWritePalette() 341 mpOStm->Seek( nCurrentPos ); in ImplWritePalette() 472 sal_uLong nCurrentPos = mpOStm->Tell(); in ImplWriteResolution() local 474 *mpOStm << (sal_uInt32)nCurrentPos - mnStreamOfs; in ImplWriteResolution() 475 mpOStm->Seek( nCurrentPos ); in ImplWriteResolution()
|
/aoo4110/main/unotools/source/streaming/ |
H A D | streamwrap.cxx | 115 sal_uInt32 nCurrentPos = m_pSvStream->Tell(); in skipBytes() local 122 nCurrentPos = m_pSvStream->Tell(); in skipBytes() 216 sal_uInt32 nCurrentPos = m_pSvStream->Tell(); in getLength() local 221 m_pSvStream->Seek(nCurrentPos); in getLength() 312 sal_uInt32 nCurrentPos = rStream.Tell(); in getLength() local 317 rStream.Seek(nCurrentPos); in getLength()
|
/aoo4110/main/sw/source/ui/vba/ |
H A D | vbainformationhelper.cxx | 55 sal_Int32 nCurrentPos = xTVCursor->getPosition().Y; in handleWdVerticalPositionRelativeToPage() local 65 …nCurrentPos = nCurrentPos + nTopMargin - ( DEFAULT_PAGE_DISTANCE + TWIP_TO_MM100( nPageHeight ) ) … in handleWdVerticalPositionRelativeToPage() 66 return Millimeter::getInPoints( nCurrentPos ); in handleWdVerticalPositionRelativeToPage()
|
/aoo4110/main/comphelper/source/streaming/ |
H A D | oslfile2streamwrap.cxx | 108 sal_uInt64 nCurrentPos; in skipBytes() local 109 m_pFile->getPos(nCurrentPos); in skipBytes() 111 sal_uInt64 nNewPos = nCurrentPos + nBytesToSkip; in skipBytes() 119 m_pFile->getPos(nCurrentPos); in skipBytes()
|
/aoo4110/main/sd/source/core/ |
H A D | EffectMigration.cxx | 1152 sal_Int32 nCurrentPos = -1; in SetPresentationOrder() local 1178 if(( nCurrentPos == -1 ) && ( xCurrent == xThis ) ) in SetPresentationOrder() 1180 nCurrentPos = nPos; in SetPresentationOrder() 1188 if( nCurrentPos == -1 ) in SetPresentationOrder() 1195 if( nCurrentPos != nNewPos ) in SetPresentationOrder() 1199 std::vector< EffectSequence::iterator >::iterator aIter( aEffectVector[nCurrentPos].begin() ); in SetPresentationOrder() 1200 std::vector< EffectSequence::iterator >::iterator aEnd( aEffectVector[nCurrentPos].end() ); in SetPresentationOrder() 1207 if( nNewPos > nCurrentPos ) in SetPresentationOrder()
|
/aoo4110/main/chart2/source/controller/dialogs/ |
H A D | DataBrowser.cxx | 1318 sal_uInt32 nCurrentPos = this->GetPosPixel().getX(); in ImplAdjustHeaderControls() local 1319 sal_uInt32 nMaxPos = nCurrentPos + this->GetOutputSizePixel().getWidth(); in ImplAdjustHeaderControls() 1320 sal_uInt32 nStartPos = nCurrentPos; in ImplAdjustHeaderControls() 1323 nCurrentPos += this->GetColumnWidth( 0 ); in ImplAdjustHeaderControls() 1331 nStartPos = nCurrentPos; in ImplAdjustHeaderControls() 1333 nCurrentPos += (this->GetColumnWidth( i )); in ImplAdjustHeaderControls() 1340 (*aIt)->SetPixelWidth( nCurrentPos - nStartPos - 3 ); in ImplAdjustHeaderControls()
|
/aoo4110/main/filter/source/graphicfilter/icgm/ |
H A D | cgm.cxx | 891 sal_uInt32 nCurrentPos = pIn->Tell(); in ImportCGM() local 892 if ( nCurrentPos >= nNext ) in ImportCGM() 894 aXStatInd->setValue( nCurrentPos ); in ImportCGM() 895 nNext = nCurrentPos + nAdd; in ImportCGM()
|
/aoo4110/main/filter/source/graphicfilter/ipsd/ |
H A D | ipsd.cxx | 303 sal_uInt32 nCurrentPos = mpPSD->Tell(); in ImplReadHeader() local 304 if ( ( nResEntryLen + nCurrentPos ) > nLayerPos ) // check if size in ImplReadHeader() 317 mpPSD->Seek( nCurrentPos + nResEntryLen ); // set the stream to the next in ImplReadHeader()
|
/aoo4110/main/forms/source/runtime/ |
H A D | formoperations.cxx | 1310 sal_Int16 nCurrentPos = xGrid->getCurrentColumnPosition(); in impl_getCurrentControlModel_throw() local 1311 nCurrentPos = impl_gridView2ModelPos_nothrow( xColumns, nCurrentPos ); in impl_getCurrentControlModel_throw() 1313 if ( nCurrentPos != (sal_Int16)-1 ) in impl_getCurrentControlModel_throw() 1314 xColumns->getByIndex( nCurrentPos ) >>= xControlModel; in impl_getCurrentControlModel_throw()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit4.cxx | 3166 sal_uInt16 nCurrentPos = nCurrentStart+n; in ReplaceTextOnly() local 3167 sal_Int32 nDiff = (nCurrentPos-nDiffs) - pOffsets[n]; in ReplaceTextOnly() 3171 … DBG_ASSERT( nCurrentPos < pNode->Len(), "TransliterateText - String smaller than expected!" ); in ReplaceTextOnly() 3172 pNode->SetChar( nCurrentPos, rNewText.GetChar(n) ); in ReplaceTextOnly() 3177 … DBG_ASSERT( nCurrentPos < pNode->Len(), "TransliterateText - String smaller than expected!" ); in ReplaceTextOnly() 3178 pNode->SetChar( nCurrentPos, rNewText.GetChar(n) ); in ReplaceTextOnly() 3180 … DBG_ASSERT( (nCurrentPos+1) < pNode->Len(), "TransliterateText - String smaller than expected!" ); in ReplaceTextOnly() 3181 …GetEditDoc().RemoveChars( EditPaM( pNode, nCurrentPos+1 ), sal::static_int_cast< sal_uInt16 >(-nDi… in ReplaceTextOnly() 3186 GetEditDoc().InsertText( EditPaM( pNode, nCurrentPos ), rNewText.GetChar(n) ); in ReplaceTextOnly()
|
H A D | impedit2.cxx | 1527 sal_uInt16 nCurrentPos = rPaM.GetIndex(); in WordLeft() local 1529 if ( nCurrentPos == 0 ) in WordLeft() 1551 …i18n::Boundary aBoundary = _xBI->getWordBoundary( *aNewPaM.GetNode(), nCurrentPos, aLocale, nWordT… in WordLeft() 1552 if ( aBoundary.startPos >= nCurrentPos ) in WordLeft() 1553 aBoundary = _xBI->previousWord( *aNewPaM.GetNode(), nCurrentPos, aLocale, nWordType ); in WordLeft()
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridctrl.cxx | 563 void DbGridControl::NavigationBar::InvalidateAll(sal_Int32 nCurrentPos, sal_Bool bAll) in InvalidateAll() argument 565 if (m_nCurrentPos != nCurrentPos || nCurrentPos < 0 || bAll) in InvalidateAll() 573 bAll = bAll || nCurrentPos <= 0; in InvalidateAll() 575 bAll = bAll || nCurrentPos >= nAdjustedRowCount; in InvalidateAll() 579 m_nCurrentPos = nCurrentPos; in InvalidateAll() 586 m_nCurrentPos = nCurrentPos; in InvalidateAll()
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | WColumnSelect.cxx | 394 … ODatabaseExport::TColumnVector::size_type nCurrentPos, in adjustColumnPosition() argument 427 if( nPos < nCurrentPos) in adjustColumnPosition()
|
/aoo4110/main/sd/source/ui/view/ |
H A D | outlnvsh.cxx | 1162 long nCurrentPos = pOutlinerView->GetVisArea().Left(); in VirtHScrollHdl() local 1164 long nDelta = nTargetPos - nCurrentPos; in VirtHScrollHdl() 1192 long nCurrentPos = pOutlinerView->GetVisArea().Top(); in VirtVScrollHdl() local 1194 long nDelta = nTargetPos - nCurrentPos; in VirtVScrollHdl()
|
/aoo4110/main/unotools/source/ucbhelper/ |
H A D | xtempfile.cxx | 397 sal_uInt32 nCurrentPos = mpStream->Tell(); in getLength() local 402 mpStream->Seek(nCurrentPos); in getLength()
|
/aoo4110/main/connectivity/source/drivers/dbase/ |
H A D | DNoException.cxx | 487 sal_uIntPtr nCurrentPos = rStream.Seek(rPage.GetPagePos() * 512); in operator <<() local 488 OSL_UNUSED( nCurrentPos ); in operator <<()
|
H A D | dindexnode.cxx | 909 sal_uIntPtr nCurrentPos = rStream.Seek(rPage.GetPagePos() * PAGE_SIZE); in operator <<() local 910 OSL_UNUSED( nCurrentPos ); in operator <<()
|
/aoo4110/main/svtools/source/dialogs/ |
H A D | filedlg2.cxx | 87 sal_uInt16 nCurrentPos = GetSelectEntryPos(); in PreNotify() local 92 UniString aEntry = GetEntry ( (i + nCurrentPos) % nEntries ); in PreNotify() 100 SelectEntryPos ( (i + nCurrentPos) % nEntries ); in PreNotify()
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | WColumnSelect.hxx | 89 ODatabaseExport::TColumnVector::size_type nCurrentPos,
|
/aoo4110/main/connectivity/source/drivers/flat/ |
H A D | ETable.cxx | 609 sal_Int32 nCurrentPos = 0; in fetchRow() local 611 readLine(nCurrentPos); in fetchRow()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | escherex.cxx | 4901 sal_uInt32 nRecHdPos, nCurrentPos, nSize; in WriteSolver() local 4937 nCurrentPos = rStrm.Tell(); // close the ESCHER_SolverContainer in WriteSolver() 4938 nSize = ( nCurrentPos - nRecHdPos ) - 4;// in WriteSolver() 4941 rStrm.Seek( nCurrentPos ); // in WriteSolver() 5477 sal_uInt32 nCurrentPos = mpOutStrm->Tell(); in SetGroupSnapRect() local 5484 mpOutStrm->Seek( nCurrentPos ); in SetGroupSnapRect() 5497 sal_uInt32 nCurrentPos = mpOutStrm->Tell(); in SetGroupLogicRect() local 5501 mpOutStrm->Seek( nCurrentPos ); in SetGroupLogicRect()
|
/aoo4110/main/sot/source/sdstor/ |
H A D | ucbstorage.cxx | 201 sal_uInt32 nCurrentPos = m_pSvStream->Tell(); in skipBytes() local 208 nCurrentPos = m_pSvStream->Tell(); in skipBytes() 286 sal_uInt32 nCurrentPos = m_pSvStream->Tell(); in getLength() local 291 m_pSvStream->Seek(nCurrentPos); in getLength()
|
/aoo4110/main/vcl/source/control/ |
H A D | lstbox.cxx | 1221 …sal_uInt16 oldSelectCount = GetSelectEntryCount(), newSelectCount = 0, nCurrentPos = mpImplLB->Get… in SelectEntryPos() local 1227 if (nCurrentPos != nPos && bSelect) in SelectEntryPos()
|
/aoo4110/main/svx/inc/svx/ |
H A D | gridctrl.hxx | 193 void InvalidateAll(sal_Int32 nCurrentPos = -1, sal_Bool bAll = sal_False);
|