Home
last modified time | relevance | path

Searched refs:nOff (Results 26 – 50 of 55) sorted by last modified time

123

/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx262 short nOff = ( bMoveAllFlys || ( rEndNdIdx.GetNode().IsCntntNode() && in _SaveFlyInRange() local
297 && pAPos->nNode.GetIndex() <= rEndNdIdx.GetIndex() - nOff ) || in _SaveFlyInRange()
/trunk/main/sw/source/core/bastyp/
H A Dbparr.cxx514 for( sal_uInt16 nCount = n, nOff = pLast->nElem; in Compress() local
518 (*pElem)->nOffset = nOff++; in Compress()
/trunk/main/sw/inc/
H A Dfmtftntx.hxx90 void SetOffset( sal_uInt16 nOff ) { nOffset = nOff; } in SetOffset() argument
H A Ddocufld.hxx155 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
/trunk/main/svx/source/tbxctrls/
H A Dlayctrl.cxx187 long nOff = 0; in UpdateSize_Impl() local
197 nOff = 1; in UpdateSize_Impl()
215 Invalidate( Rectangle( 0, _aWinSize.Height()-nTextHeight+2-nOff, in UpdateSize_Impl()
/trunk/main/svx/source/dialog/
H A Dsrchdlg.cxx853 const int nOff((aLBSz.Height() - aBtnSz.Height()) / 2); in CalculateDelta_Impl() local
854 aNewPt.Y() = aSearchLB.GetPosPixel().Y() + nOff; in CalculateDelta_Impl()
H A Dsvxruler.cxx921 const sal_uInt16 nOff = GetObjectBordersOff(0); in UpdateObject() local
922 SetBorders(2, pObjectBorders + nOff); in UpdateObject()
/trunk/main/svtools/source/svhtml/
H A Dhtmlout.cxx669 long nOff = pCirc->GetRadius(); in Out_ImageMap() local
673 += ByteString::CreateFromInt32(nOff); in Out_ImageMap()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx1119 long nOff; in ImplCreateScaled() local
1129 nOff = 3L * ( nTmpX = pMapIX[ nX ] ); in ImplCreateScaled()
1132 pTmp1 = ( pTmp0 = pLine0 + nOff ) + 3L; in ImplCreateScaled()
1137 pTmp1 = ( pTmp0 = pLine1 + nOff ) + 3L; in ImplCreateScaled()
1152 long nOff; in ImplCreateScaled() local
1162 nOff = 3L * ( nTmpX = pMapIX[ nX ] ); in ImplCreateScaled()
1165 pTmp1 = ( pTmp0 = pLine0 + nOff ) + 3L; in ImplCreateScaled()
1170 pTmp1 = ( pTmp0 = pLine1 + nOff ) + 3L; in ImplCreateScaled()
/trunk/main/svtools/source/control/
H A Dvalueset.cxx361 long nOff; in Format() local
385 nOff = ITEM_OFFSET_DOUBLE; in Format()
387 nOff = ITEM_OFFSET; in Format()
390 nOff = 0; in Format()
411 nNoneHeight = nTxtHeight+nOff; in Format()
H A Druler.cxx2766 void Ruler::SetBorderPos( long nOff ) in SetBorderPos() argument
2770 if ( mnBorderOff != nOff ) in SetBorderPos()
2772 mnBorderOff = nOff; in SetBorderPos()
H A Dtaskmisc.cxx265 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()
/trunk/main/sot/source/sdstor/
H A Dstgcache.cxx88 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()
H A Dstgcache.hxx114 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 Dstgstrms.cxx524 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 …]
/trunk/main/sd/source/ui/func/
H A Dfuparagr.cxx97 const long nOff = ( (SvxLRSpaceItem&)aNewAttr.Get( EE_PARA_LRSPACE ) ).GetTxtLeft(); in DoExecute() local
99 SfxInt32Item aOff( SID_ATTR_TABSTOP_OFFSET, nOff ); in DoExecute()
/trunk/main/sd/source/core/
H A Ddrawdoc2.cxx307 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()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx181 sal_uLong nOff = *pOff++; in Read() local
185 aSize.Width() = *pOff - nOff; in Read()
188 nOff = *pOff; in Read()
529 sal_uInt16 nOff = nColOffsetStart; in SetWidths() local
531 for ( nCol = 0; nCol <= nColsPerRow; ++nCol, nOff = nOff + nWidth ) in SetWidths()
533 MakeColNoRef( pLocalColOffset, nOff, 0, 0, 0 ); in SetWidths()
/trunk/main/sc/source/core/inc/
H A Dbcaslot.hxx225 inline ScBroadcastAreaSlot* getAreaSlot( SCSIZE nOff ) { return *(ppSlots + nOff); } in getAreaSlot() argument
/trunk/main/sc/source/core/data/
H A Dbcaslot.cxx565 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 …]
/trunk/main/oox/source/drawingml/
H A Dcolor.cxx203 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()
/trunk/main/i18npool/source/localedata/
H A Dlocaledata.cxx589 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 …]
/trunk/main/formula/source/core/api/
H A DFormulaCompiler.cxx327 sal_Int32 nOff; in createSequenceOfAvailableMappings() member
356 size_t nIndex = static_cast< size_t >( aMap[i].nOff ); in createSequenceOfAvailableMappings()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx355 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 …]
/trunk/main/basic/source/sbx/
H A Dsbxarray.cxx787 sal_uInt16 nOff = 1; // Nicht Element 0! in Offset32() local
790 sal_Int32 nIdx = pPar->Get( nOff++ )->GetLong(); in Offset32()

Completed in 251 milliseconds

123