Home
last modified time | relevance | path

Searched refs:nCurrentPos (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx156 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 …]
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx268 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()
/trunk/main/unotools/source/streaming/
H A Dstreamwrap.cxx115 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()
/trunk/main/sw/source/ui/vba/
H A Dvbainformationhelper.cxx55 sal_Int32 nCurrentPos = xTVCursor->getPosition().Y; in handleWdVerticalPositionRelativeToPage() local
65nCurrentPos = nCurrentPos + nTopMargin - ( DEFAULT_PAGE_DISTANCE + TWIP_TO_MM100( nPageHeight ) ) … in handleWdVerticalPositionRelativeToPage()
66 return Millimeter::getInPoints( nCurrentPos ); in handleWdVerticalPositionRelativeToPage()
/trunk/main/comphelper/source/streaming/
H A Doslfile2streamwrap.cxx108 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()
/trunk/main/sd/source/core/
H A DEffectMigration.cxx1152 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()
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx1318 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()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dcgm.cxx891 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()
/trunk/main/forms/source/runtime/
H A Dformoperations.cxx1310 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()
/trunk/main/filter/source/graphicfilter/ipsd/
H A Dipsd.cxx303 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()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx3166 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 Dimpedit2.cxx1532 sal_uInt16 nCurrentPos = rPaM.GetIndex(); in WordLeft() local
1534 if ( nCurrentPos == 0 ) in WordLeft()
1556 …i18n::Boundary aBoundary = _xBI->getWordBoundary( *aNewPaM.GetNode(), nCurrentPos, aLocale, nWordT… in WordLeft()
1557 if ( aBoundary.startPos >= nCurrentPos ) in WordLeft()
1558 aBoundary = _xBI->previousWord( *aNewPaM.GetNode(), nCurrentPos, aLocale, nWordType ); in WordLeft()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx563 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()
/trunk/main/dbaccess/source/ui/misc/
H A DWColumnSelect.cxx394 … ODatabaseExport::TColumnVector::size_type nCurrentPos, in adjustColumnPosition() argument
427 if( nPos < nCurrentPos) in adjustColumnPosition()
/trunk/main/sd/source/ui/view/
H A Doutlnvsh.cxx1162 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()
/trunk/main/unotools/source/ucbhelper/
H A Dxtempfile.cxx397 sal_uInt32 nCurrentPos = mpStream->Tell(); in getLength() local
402 mpStream->Seek(nCurrentPos); in getLength()
/trunk/main/connectivity/source/drivers/dbase/
H A DDNoException.cxx487 sal_uIntPtr nCurrentPos = rStream.Seek(rPage.GetPagePos() * 512); in operator <<() local
488 OSL_UNUSED( nCurrentPos ); in operator <<()
H A Ddindexnode.cxx909 sal_uIntPtr nCurrentPos = rStream.Seek(rPage.GetPagePos() * PAGE_SIZE); in operator <<() local
910 OSL_UNUSED( nCurrentPos ); in operator <<()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx87 sal_uInt16 nCurrentPos = GetSelectEntryPos(); in PreNotify() local
92 UniString aEntry = GetEntry ( (i + nCurrentPos) % nEntries ); in PreNotify()
100 SelectEntryPos ( (i + nCurrentPos) % nEntries ); in PreNotify()
/trunk/main/dbaccess/source/ui/inc/
H A DWColumnSelect.hxx89 ODatabaseExport::TColumnVector::size_type nCurrentPos,
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx609 sal_Int32 nCurrentPos = 0; in fetchRow() local
611 readLine(nCurrentPos); in fetchRow()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4912 sal_uInt32 nRecHdPos, nCurrentPos, nSize; in WriteSolver() local
4948 nCurrentPos = rStrm.Tell(); // close the ESCHER_SolverContainer in WriteSolver()
4949 nSize = ( nCurrentPos - nRecHdPos ) - 4;// in WriteSolver()
4952 rStrm.Seek( nCurrentPos ); // in WriteSolver()
5488 sal_uInt32 nCurrentPos = mpOutStrm->Tell(); in SetGroupSnapRect() local
5495 mpOutStrm->Seek( nCurrentPos ); in SetGroupSnapRect()
5508 sal_uInt32 nCurrentPos = mpOutStrm->Tell(); in SetGroupLogicRect() local
5512 mpOutStrm->Seek( nCurrentPos ); in SetGroupLogicRect()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx201 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()
/trunk/main/vcl/source/control/
H A Dlstbox.cxx1221 …sal_uInt16 oldSelectCount = GetSelectEntryCount(), newSelectCount = 0, nCurrentPos = mpImplLB->Get… in SelectEntryPos() local
1227 if (nCurrentPos != nPos && bSelect) in SelectEntryPos()
/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx193 void InvalidateAll(sal_Int32 nCurrentPos = -1, sal_Bool bAll = sal_False);

Completed in 214 milliseconds

12