Home
last modified time | relevance | path

Searched refs:nCurrPos (Results 1 – 16 of 16) sorted by relevance

/AOO42X/main/canvas/source/vcl/
H A Dcanvasbitmaphelper.cxx167 int nCurrPos(0); in getData() local
178 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetRed(); in getData()
179 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetGreen(); in getData()
180 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetBlue(); in getData()
181 pRes[ nCurrPos++ ] = pAlphaReadAccess->GetPixel( y, x ).GetIndex(); in getData()
190 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetRed(); in getData()
191 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetGreen(); in getData()
192 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetBlue(); in getData()
193 pRes[ nCurrPos++ ] = sal_uInt8(255); in getData()
247 int x, y, nCurrPos(0); in setData() local
[all …]
H A Dcanvashelper.cxx991 int nCurrPos(0); in getData() local
996 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetRed(); in getData()
997 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetGreen(); in getData()
998 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetBlue(); in getData()
999 pRes[ nCurrPos++ ] = -1; in getData()
1063 int x, y, nCurrPos(0); in setData() local
1075 BitmapColor( data[ nCurrPos ], in setData()
1076 data[ nCurrPos+1 ], in setData()
1077 data[ nCurrPos+2 ] ) ); in setData()
1079 nCurrPos += 4; in setData()
[all …]
/AOO42X/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx2055 sal_Int32 nCurrPos( -1 ); in implts_getDockingAreaElementInfos() local
2083 if ( nCurrPos == -1 ) in implts_getDockingAreaElementInfos()
2085 nCurrPos = rElement.m_aDockedData.m_aPos.Y(); in implts_getDockingAreaElementInfos()
2089 aRowColumnWindowData.nRowColumn = nCurrPos; in implts_getDockingAreaElementInfos()
2094 if ( rElement.m_aDockedData.m_aPos.Y() != nCurrPos ) in implts_getDockingAreaElementInfos()
2102 nCurrPos = rElement.m_aDockedData.m_aPos.Y(); in implts_getDockingAreaElementInfos()
2104 aRowColumnWindowData.nRowColumn = nCurrPos; in implts_getDockingAreaElementInfos()
2141 if ( nCurrPos == -1 ) in implts_getDockingAreaElementInfos()
2143 nCurrPos = rElement.m_aDockedData.m_aPos.X(); in implts_getDockingAreaElementInfos()
2147 aRowColumnWindowData.nRowColumn = nCurrPos; in implts_getDockingAreaElementInfos()
[all …]
/AOO42X/main/oox/source/xls/
H A Dbiffcodec.cxx234 sal_Int64 nCurrPos = nStreamPos; in implDecode() local
239 maCodec.startBlock( lclGetRcfBlock( nCurrPos ) ); in implDecode()
240 maCodec.skip( lclGetRcfOffset( nCurrPos ) ); in implDecode()
243 …_uInt16 nBlockLeft = static_cast< sal_uInt16 >( BIFF_RCF_BLOCKSIZE - lclGetRcfOffset( nCurrPos ) ); in implDecode()
250 nCurrPos += nDecBytes; in implDecode()
H A Dbiffinputstream.cxx246 sal_Int64 nCurrPos = tell(); // save current position in record in getNextRecId() local
250 seek( nCurrPos ); // restore position, seek() resets old mbValid state in getNextRecId()
526 sal_Int64 nCurrPos = tell(); // save current position in record in calcRecordLength() local
530 seek( nCurrPos ); // restore position, seek() resets old mbValid state in calcRecordLength()
/AOO42X/main/sc/source/filter/excel/
H A Dxecontent.cxx1240 size_t nCurrPos = 0; in SearchOrCreateDv() local
1249 nCurrPos = (nFirstPos + nLastPos) / 2; in SearchOrCreateDv()
1250 mxLastFoundDV = maDVList.GetRecord( nCurrPos ); in SearchOrCreateDv()
1255 nFirstPos = nCurrPos + 1; in SearchOrCreateDv()
1256 else if( nCurrPos ) in SearchOrCreateDv()
1257 nLastPos = nCurrPos - 1; in SearchOrCreateDv()
1264 ++nCurrPos; in SearchOrCreateDv()
1269 maDVList.InsertRecord( mxLastFoundDV, nCurrPos ); in SearchOrCreateDv()
H A Dxistream.cxx862 sal_Size nCurrPos = GetRecPos(); in Seek() local
863 if( !mbValid || (nPos < nCurrPos) ) // from invalid state or backward in Seek()
868 else if( nPos > nCurrPos ) // forward in Seek()
870 Ignore( nPos - nCurrPos ); in Seek()
/AOO42X/main/svl/source/numbers/
H A Dzforscan.cxx654 if ( nCurrPos != STRING_NOTFOUND && sCurString.Len() > 1 && in Next_Symbol()
752 if ( nCurrPos != STRING_NOTFOUND && in Next_Symbol()
895 nCurrPos = STRING_NOTFOUND; in Symbol_Division()
913 nCurrPos = nCPos; in Symbol_Division()
1277 if (nCurrPos != STRING_NOTFOUND) in ScanType()
1296 if (nCurrPos != STRING_NOTFOUND) in ScanType()
1315 if (nCurrPos != STRING_NOTFOUND) in ScanType()
1357 if (nCurrPos != STRING_NOTFOUND) in ScanType()
1400 && nCurrPos != STRING_NOTFOUND && !bHaveGeneral) in ScanType()
1781 if ( (nPos <= nCurrPos && in FinalScan()
[all …]
H A Dzforscan.hxx205 xub_StrLen nCurrPos; // Position des Waehrungssymbols member in ImpSvNumberformatScan
/AOO42X/main/sw/source/core/txtnode/
H A Dfntcache.cxx2487 long nCurrPos = nWidthPerChar; in GetTxtBreak() local
2489 while( nTxtBreak < rInf.GetLen() && nTextWidth >= nCurrPos ) in GetTxtBreak()
2491 nCurrPos += nWidthPerChar; in GetTxtBreak()
2519 long nCurrPos = pKernArray[nTxtBreak] + nGridWidthAdd; in GetTxtBreak() local
2520 while( nTxtBreak < rInf.GetLen() && nTextWidth >= nCurrPos) in GetTxtBreak()
2523 nCurrPos = pKernArray[nTxtBreak] + nGridWidthAdd * ( nTxtBreak + 1 ); in GetTxtBreak()
/AOO42X/main/sw/source/filter/basflt/
H A Diodetect.cxx386 sal_uLong nCurrPos = pIStrm->Tell(); in GetFileFilter() local
388 pIStrm->Seek( nCurrPos ); in GetFileFilter()
/AOO42X/main/vcl/source/fontsubset/
H A Dcff.cxx2009 const long nCurrPos = ftell( mpFileOut); in updateLen() local
2012 if( nCurrPos >= 0) in updateLen()
2013 fseek( mpFileOut, nCurrPos, SEEK_SET); in updateLen()
/AOO42X/main/cui/source/options/
H A Doptgdlg.cxx1504 sal_uInt16 nCurrPos = aCurrencyLB.GetSelectEntryPos(); in FillItemSet() local
1506 aCurrencyLB.GetEntryData( nCurrPos ); in FillItemSet()
/AOO42X/main/sw/source/filter/ww8/
H A Dww8atr.cxx1761 const sal_uInt32 nCurrPos = rStrm.Tell(); in InsertSpecialChar() local
1764 UInt32ToSVBT32( nCurrPos - nLinkPosInDataStrm, nLen ); in InsertSpecialChar()
1766 rStrm.Seek( nCurrPos ); in InsertSpecialChar()
/AOO42X/main/sw/source/ui/utlui/
H A Dcontent.cxx2386 const sal_uInt16 nCurrPos = pShell->GetOutlinePos(MAXLEVEL); in ExecCommand() local
2391 if(((SwOutlineContent*)pFirst->GetUserData())->GetPos() == nCurrPos) in ExecCommand()
/AOO42X/main/sw/source/filter/rtf/
H A Dswparrtf.cxx328 sal_uLong nCurrPos = rInput.Tell(); in Continue() local
332 rInput.Seek( nCurrPos ); in Continue()