/aoo42x/main/sc/source/core/data/ |
H A D | bcaslot.cxx | 565 if ( nOff < nBreak ) in ComputeNextSlot() 567 ++nOff; in ComputeNextSlot() 573 nOff = nStart; in ComputeNextSlot() 574 pp = ppSlots + nOff; in ComputeNextSlot() 603 SCSIZE nOff = nStart; in StartListeningArea() local 655 SCSIZE nOff = nStart; in EndListeningArea() local 723 SCSIZE nOff = nStart; in AreaBroadcastInRange() local 726 while ( nOff <= nEnd ) in AreaBroadcastInRange() 747 SCSIZE nOff = nStart; in DelBroadcastAreasInRange() local 787 SCSIZE nOff = nStart; in UpdateBroadcastAreas() local [all …]
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 355 nOff += 3; in readAlpha() 364 nOff += 4; in readAlpha() 373 nOff += 4; in readAlpha() 382 nOff += 4; in readAlpha() 472 nOff++; in surfaceFromXBitmap() 491 nOff += 4; in surfaceFromXBitmap() 500 nOff++; in surfaceFromXBitmap() 528 nOff++; in surfaceFromXBitmap() 557 nOff++; in surfaceFromXBitmap() 586 nOff++; in surfaceFromXBitmap() [all …]
|
/aoo42x/main/basic/source/comp/ |
H A D | buffer.cxx | 46 nOff = 0; in SbiBuffer() 92 pCur = pBuf + nOff; in Check() 103 if( nOff % n ) { in Align() 107 nn = nn - nOff; in Align() 112 nOff = nOff + nn; in Align() 145 sal_uInt32 val2 = (nOff >> 16); in Chain() 152 if( i >= nOff ) in Chain() 187 nOff += 2; return sal_True; in operator +=() 197 nOff += 2; return sal_True; in operator +=() 228 nOff = nOff + l; in operator +=() [all …]
|
H A D | loops.cxx | 319 sal_uInt32 nOff = pProc->GetLabels().Reference( aSym ); in OnGoto() local 320 aGen.Gen( _JUMP, nOff ); in OnGoto() 339 sal_uInt32 nOff = pProc->GetLabels().Reference( aSym ); in Goto() local 340 aGen.Gen( eOp, nOff ); in Goto() 352 sal_uInt32 nOff = pProc->GetLabels().Reference( aSym ); in Return() local 353 aGen.Gen( _RETURN, nOff ); in Return() 492 sal_uInt32 nOff = pProc->GetLabels().Reference( aSym ); in On() local 493 aGen.Gen( _ERRHDL, nOff ); in On()
|
/aoo42x/main/basic/source/classes/ |
H A D | disas.cxx | 250 nOff = 0; in SbiDisas() 255 nOff = 0; in SbiDisas() 275 nOff = 0; in SbiDisas() 291 nPC = nOff; in Fetch() 292 if( nOff >= rImg.GetCodeSize() ) in Fetch() 300 nOff++; in Fetch() 305 nOff += 5; in Fetch() 306 if( nOff > rImg.GetCodeSize() ) in Fetch() 314 nOff += 9; in Fetch() 329 nOff = 0; in Disas() [all …]
|
H A D | image.cxx | 95 void SbiCloseRecord( SvStream& r, sal_uIntPtr nOff ) in SbiCloseRecord() argument 98 r.Seek( nOff + 2 ); in SbiCloseRecord() 99 r << (sal_Int32) ( nPos - nOff - 8 ); in SbiCloseRecord() 120 sal_uInt32 nLen, nOff; in Load() local 217 r >> nOff; in Load() 218 pStringOff[ i ] = (sal_uInt16) nOff; in Load() 365 sal_uInt16 nOff = (sal_uInt16) pStringOff[ i ]; in Save() local 366 ByteString aStr( pStrings + nOff, eCharSet ); in Save() 488 sal_uInt32 nOff = pStringOff[ nId - 1 ]; in GetString() local 489 sal_Unicode* pStr = pStrings + nOff; in GetString() [all …]
|
/aoo42x/main/sot/source/sdstor/ |
H A D | stgstrms.cxx | 524 if( nOff < rIo.aHdr.GetFAT1Size() ) in GetPage() 525 return rIo.aHdr.GetFATPage( nOff ); in GetPage() 527 nOff = nOff - rIo.aHdr.GetFAT1Size(); in GetPage() 530 sal_uInt16 nBlocks = nOff / nMasterCount; in GetPage() 532 nOff = nOff % nMasterCount; in GetPage() 587 return pMaster->GetPage( nOff ); in GetPage() 599 if( nOff < rIo.aHdr.GetFAT1Size() ) in SetPage() 603 nOff = nOff - rIo.aHdr.GetFAT1Size(); in SetPage() 606 sal_uInt16 nBlocks = nOff / nMasterCount; in SetPage() 608 nOff = nOff % nMasterCount; in SetPage() [all …]
|
H A D | stgcache.hxx | 114 sal_Int32 GetPage( short nOff ) in GetPage() argument 116 if( ( nOff >= (short) ( nData / sizeof( sal_Int32 ) ) ) || nOff < 0 ) in GetPage() 118 sal_Int32 n = ((sal_Int32*) pData )[ nOff ]; in GetPage()
|
H A D | stgcache.cxx | 88 void StgPage::SetPage( short nOff, sal_Int32 nVal ) in SetPage() argument 90 if( ( nOff < (short) ( nData / sizeof( sal_Int32 ) ) ) && nOff >= 0 ) in SetPage() 95 ((sal_Int32*) pData )[ nOff ] = nVal; in SetPage()
|
/aoo42x/main/svtools/source/control/ |
H A D | taskmisc.cxx | 265 long nOff; in ImplCascade() local 296 nOff = nTopBorder; in ImplCascade() 298 nCascadeWins = nRectHeight / 3 / nOff; in ImplCascade() 301 nWidth -= nCascadeWins*nOff; in ImplCascade() 302 nHeight -= nCascadeWins*nOff; in ImplCascade() 308 nStartOverWidth = nRectWidth-(nWidth+(nCascadeWins*nOff)); in ImplCascade() 309 nStartOverHeight = nRectHeight-(nHeight+(nCascadeWins*nOff)); in ImplCascade() 322 nTempX = nX + (i*nOff); in ImplCascade() 323 nTempY = nY + (i*nOff); in ImplCascade()
|
/aoo42x/main/i18npool/source/localedata/ |
H A D | localedata.cxx | 589 for(int i = 0, nOff = 0; i < currencyCount; i++, nOff += 8 ) { in getAllCurrencies2() local 591 allCurrencies[nOff], // string ID in getAllCurrencies2() 592 allCurrencies[nOff+1], // string Symbol in getAllCurrencies2() 593 allCurrencies[nOff+2], // string BankSymbol in getAllCurrencies2() 594 allCurrencies[nOff+3], // string Name in getAllCurrencies2() 698 for (int i = 0, nOff = 0; i < section[s].formatCount; ++i, nOff += 7, ++f) in getAllFormats() local 702 formatArray[nOff + 1], in getAllFormats() 703 formatArray[nOff + 2], in getAllFormats() 704 formatArray[nOff + 3], in getAllFormats() 705 formatArray[nOff + 4], in getAllFormats() [all …]
|
/aoo42x/main/sw/source/ui/fldui/ |
H A D | fldmgr.cxx | 967 short nOff = (short)rData.sPar2.ToInt32(); in InsertFld() local 972 nOff = 1; in InsertFld() 974 nOff += 1; in InsertFld() 980 nOff = -1; in InsertFld() 982 nOff -= 1; in InsertFld() 1534 short nOff = (short)sPar2.ToInt32(); in UpdateCurFld() local 1535 nOff += 1; in UpdateCurFld() 1536 sPar2 = String::CreateFromInt32(nOff); in UpdateCurFld() 1551 short nOff = (short)sPar2.ToInt32(); in UpdateCurFld() local 1552 nOff -= 1; in UpdateCurFld() [all …]
|
H A D | flddok.cxx | 373 sal_Int32 nOff = GetCurField()->GetPar2().ToInt32(); in IMPL_LINK() local 374 if( TYP_NEXTPAGEFLD == nTypeId && 1 != nOff ) in IMPL_LINK() 376 String::CreateFromInt32(nOff - 1) ); in IMPL_LINK() 377 else if( TYP_PREVPAGEFLD == nTypeId && -1 != nOff ) in IMPL_LINK() 379 String::CreateFromInt32(nOff + 1) ); in IMPL_LINK()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unnum.cxx | 251 SwUndoMoveNum::SwUndoMoveNum( const SwPaM& rPam, long nOff, sal_Bool bIsOutlMv ) in SwUndoMoveNum() argument 254 nNewStt( 0 ), nOffset( nOff ) in SwUndoMoveNum() 311 SwUndoNumUpDown::SwUndoNumUpDown( const SwPaM& rPam, short nOff ) in SwUndoNumUpDown() argument 312 : SwUndo( nOff > 0 ? UNDO_NUMUP : UNDO_NUMDOWN ), SwUndRng( rPam ), in SwUndoNumUpDown() 313 nOffset( nOff ) in SwUndoNumUpDown()
|
H A D | unoutl.cxx | 36 short nOff ) in SwUndoOutlineLeftRight() argument 37 : SwUndo( UNDO_OUTLINE_LR ), SwUndRng( rPam ), nOffset( nOff ) in SwUndoOutlineLeftRight()
|
/aoo42x/main/sd/source/core/ |
H A D | drawdoc2.cxx | 307 for (sal_uInt32 nOff = 0; nOff < nCount; nOff++) in UpdatePageRelativeURLs() local 309 const SfxPoolItem *pItem = pPool.GetItem2(EE_FEATURE_FIELD, nOff); in UpdatePageRelativeURLs() 352 for (sal_uInt32 nOff = 0; nOff < nCount; nOff++) in UpdatePageRelativeURLs() local 354 const SfxPoolItem *pItem = pPool.GetItem2(EE_FEATURE_FIELD, nOff); in UpdatePageRelativeURLs()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlfld.cxx | 430 short nOff = 0; in NewField() local 433 nOff = (short)aValue.ToInt32(); in NewField() 435 nOff = 1; in NewField() 437 nOff = -1; in NewField() 443 pFld = new SwPageNumberField( (SwPageNumberFieldType *)pType, nSub, nFmt, nOff ); in NewField()
|
/aoo42x/main/sw/inc/ |
H A D | docufld.hxx | 155 String& Expand( sal_uInt32 nFmt, short nOff, const String&, String& rRet ) const; 173 sal_uInt32 nFmt = 0, short nOff = 0); 677 SwRefPageSetField( SwRefPageSetFieldType*, short nOff = 0, 689 void SetOffset( short nOff ) { nOffset = nOff; } in SetOffset() argument
|
H A D | fmtftntx.hxx | 90 void SetOffset( sal_uInt16 nOff ) { nOffset = nOff; } in SetOffset() argument
|
/aoo42x/main/tools/inc/tools/ |
H A D | resmgr.hxx | 113 TOOLS_DLLPRIVATE const ImpRCStack * StackTop( sal_uInt32 nOff = 0 ) const in StackTop() argument 115 return (((int)nOff >= nCurStack) ? NULL : &aStack[nCurStack-nOff]); in StackTop()
|
/aoo42x/main/vcl/source/control/ |
H A D | tabctrl.cxx | 709 sal_uInt16 nOff; in ImplShowFocus() local 712 nOff = 1; in ImplShowFocus() 714 nOff = 0; in ImplShowFocus() 726 … = aRect.Left()+aImageSize.Width()+((aTabSize.Width()-nTextWidth-aImageSize.Width())/2)-nOff-1-1; in ImplShowFocus() 734 long nXPos = aRect.Left()+((aTabSize.Width()-nTextWidth-aImageSize.Width())/2)-nOff-1; in ImplShowFocus() 773 sal_uInt16 nOff; in ImplDrawItem() local 780 nOff = 1; in ImplDrawItem() 782 nOff = 0; in ImplDrawItem() 926 long nXPos = aRect.Left()+((aTabSize.Width()-nTextWidth-aImageSize.Width())/2)-nOff-nOff3; in ImplDrawItem()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docsort.cxx | 973 sal_uInt16 nOff = nRow * nCols + nCol; in FillFlat() local 974 *(pArr + nOff) = pBox; in FillFlat() 991 *(ppItemSets + nOff ) = pSet; in FillFlat() 1018 sal_uInt16 nOff = n_Row * nCols + n_Col; in GetBox() local 1019 const _FndBox* pTmp = *(pArr + nOff); in GetBox()
|
/aoo42x/main/svtools/inc/svtools/ |
H A D | ruler.hxx | 774 void SetWinPos( long nOff = 0, long nWidth = 0 ); 777 void SetPagePos( long nOff = 0, long nWidth = 0 ); 780 void SetBorderPos( long nOff = 0 );
|
/aoo42x/main/oox/source/drawingml/ |
H A D | color.cxx | 203 void lclOffValue( sal_Int32& ornValue, sal_Int32 nOff, sal_Int32 nMax = MAX_PERCENT ) in lclOffValue() argument 205 OSL_ENSURE( (-nMax <= nOff) && (nOff <= nMax), "lclOffValue - invalid offset" ); in lclOffValue() 206 ornValue = getLimitedValue< sal_Int32, sal_Int32 >( ornValue + nOff, 0, nMax ); in lclOffValue()
|
/aoo42x/main/basic/source/inc/ |
H A D | buffer.hxx | 36 sal_uInt32 nOff; // aktuelles Offset member in SbiBuffer 56 sal_uInt32 GetSize() { return nOff; } in GetSize()
|