Home
last modified time | relevance | path

Searched refs:nOffset (Results 76 – 100 of 408) sorted by relevance

12345678910>>...17

/trunk/main/sw/source/core/frmedt/
H A Dfews.cxx399 void lcl_SetAPageOffset( sal_uInt16 nOffset, SwPageFrm* pPage, SwFEShell* pThis ) in lcl_SetAPageOffset() argument
406 aDesc.SetNumOffset( nOffset ); in lcl_SetAPageOffset()
419 void SwFEShell::SetNewPageOffset( sal_uInt16 nOffset ) in SetNewPageOffset() argument
423 lcl_SetAPageOffset( nOffset, (SwPageFrm*)pPage, this ); in SetNewPageOffset()
426 void SwFEShell::SetPageOffset( sal_uInt16 nOffset ) in SetPageOffset() argument
441 lcl_SetAPageOffset( nOffset, (SwPageFrm*)pPage, this ); in SetPageOffset()
459 const sal_uInt16 nOffset = pFlow->GetAttrSet()->GetPageDesc().GetNumOffset(); in GetPageOffset() local
460 if ( nOffset ) in GetPageOffset()
461 return nOffset; in GetPageOffset()
618 sal_uLong nOffset = pEnd->nNode.GetIndex() - pStart->nNode.GetIndex(); in Sort() local
[all …]
/trunk/main/svx/source/dialog/
H A Dsimptabl.cxx182 long nOffset=-GetXOffset(); in NotifyScrolled() local
183 if(nOldPos!=nOffset) in NotifyScrolled()
185 aHeaderBar.SetOffset(nOffset); in NotifyScrolled()
188 nOldPos=nOffset; in NotifyScrolled()
228 long nOffset=-GetXOffset(); in Paint() local
229 nOldPos=nOffset; in Paint()
231 aHeaderBar.SetOffset(nOffset); in Paint()
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx99 sal_uLong nOffset; member in TIFFWriter
498 dwShift |= ( nCode << ( nOffset - nCodeLen ) ); in WriteBits()
499 nOffset -= nCodeLen; in WriteBits()
500 while ( nOffset < 24 ) in WriteBits()
504 nOffset += 8; in WriteBits()
506 if ( nCode == 257 && nOffset != 32 ) in WriteBits()
524 nOffset = 32; // anzahl freier bits in dwShift in StartCompression()
/trunk/main/ucb/source/sorter/
H A Dsortresult.cxx1606 if ( !nOffset ) in Move()
1616 pData->mnCurPos += nOffset; in Move()
1619 if ( nOffset < 0 ) in Move()
1631 long nEnd = nStart + nOffset; in Move()
1646 if ( nOffset < 0 ) in Move()
1654 for ( i=0; i>nOffset; i-- ) in Move()
1664 for ( i=0; i<nOffset; i++ ) in Move()
1672 nTo = nPos + nOffset; in Move()
1756 long nStart, nEnd, nOffset, nVal; in ResortModified() local
1775 nOffset = 1; in ResortModified()
[all …]
/trunk/main/sot/source/sdstor/
H A Dstgio.cxx163 sal_Int32 operator[]( sal_Int32 nOffset ) in operator []() argument
165 OSL_ENSURE( nOffset >= 0 && nOffset < nPages, "Unexpected offset!" ); in operator []()
166 return nOffset >= 0 && nOffset < nPages ? pFat[ nOffset ] : -2; in operator []()
/trunk/main/writerfilter/source/doctok/
H A DWW8ResourceModelImpl.cxx204 (WW8StructBase & rParent, sal_uInt32 nOffset, sal_uInt32 nCount) in WW8BinaryObjReference() argument
205 : WW8StructBase(rParent, nOffset, nCount) in WW8BinaryObjReference()
210 (WW8StructBase * pParent, sal_uInt32 nOffset, sal_uInt32 nCount) in WW8BinaryObjReference() argument
211 : WW8StructBase(pParent, nOffset, nCount) in WW8BinaryObjReference()
222 (WW8Stream & rStream, sal_uInt32 nOffset, sal_uInt32 nCount) in WW8BinaryObjReference() argument
223 : WW8StructBase(rStream, nOffset, nCount) in WW8BinaryObjReference()
H A DWW8BinTableImpl.hxx53 PageNumber(WW8StructBase::Sequence & rSeq, sal_uInt32 nOffset, in PageNumber() argument
55 : mnPageNumber(getU32(rSeq, nOffset)) in PageNumber()
75 WW8BinTableImpl(WW8Stream & rStream, sal_uInt32 nOffset, in WW8BinTableImpl() argument
77 : mData(rStream, nOffset, nCount) in WW8BinTableImpl()
/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx351 int nOffset = 0; in ParseCMAP() local
395 nOffset = nTmpOffset; in ParseCMAP()
412 if( (nFormat == 4) && ((nOffset+16) < nLength) ) in ParseCMAP()
414 int nSegCountX2 = Getsal_uInt16( pCmap + nOffset + 6 ); in ParseCMAP()
418 const unsigned char* pLimitBase = pCmap + nOffset + 14; in ParseCMAP()
451 else if( (nFormat == 12) && ((nOffset+16) < nLength) ) in ParseCMAP()
453 nRangeCount = GetUInt( pCmap + nOffset + 12 ); in ParseCMAP()
456 const unsigned char* pGroup = pCmap + nOffset + 16; in ParseCMAP()
H A Dsalmisc.cxx409 long nTmp, nOffset; in StretchAndConvert() local
462 pTmpScan = rSrcBuffer.mpBits, nOffset = rSrcBuffer.mnScanlineSize; in StretchAndConvert()
466 nOffset = -rSrcBuffer.mnScanlineSize; in StretchAndConvert()
469 for( i = 0L; i < rSrcBuffer.mnHeight; i++, pTmpScan += nOffset ) in StretchAndConvert()
474 pTmpScan = pDstBuffer->mpBits, nOffset = pDstBuffer->mnScanlineSize; in StretchAndConvert()
478 nOffset = -pDstBuffer->mnScanlineSize; in StretchAndConvert()
481 for( i = 0L; i < nDstDY; i++, pTmpScan += nOffset ) in StretchAndConvert()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolumn.cxx1056 sal_uInt16 nOffset = 0; in IMPL_LINK() local
1059 nOffset = 1; in IMPL_LINK()
1061 long nDiff = nActValue - nColDist[nFirstVis + nOffset]; in IMPL_LINK()
1064 long nLeft = nColWidth[nFirstVis + nOffset]; in IMPL_LINK()
1065 long nRight = nColWidth[nFirstVis + nOffset + 1]; in IMPL_LINK()
1088 nColWidth[nFirstVis + nOffset] = nLeft; in IMPL_LINK()
1089 nColWidth[nFirstVis + nOffset + 1] = nRight; in IMPL_LINK()
1090 nColDist[nFirstVis + nOffset] += nDiff; in IMPL_LINK()
1092 pColMgr->SetColWidth( nFirstVis + nOffset, sal_uInt16(nLeft) ); in IMPL_LINK()
1093 pColMgr->SetColWidth( nFirstVis + nOffset + 1, sal_uInt16(nRight) ); in IMPL_LINK()
[all …]
/trunk/main/vcl/source/window/
H A Dstatus.cxx278 long nOffset = 0; in ImplFormat() local
287 mnItemsWidth += pItem->mnWidth + nOffset; in ImplFormat()
288 nOffset = pItem->mnOffset; in ImplFormat()
532 long nOffset, long nPrgsWidth, long nPrgsHeight, in DrawProgress() argument
591 long nDX = nPrgsWidth + nOffset; in DrawProgress()
618 long nDX = nPrgsWidth + nOffset; in DrawProgress()
1013 long nOffset, sal_uInt16 nPos ) in InsertItem() argument
1031 pItem->mnOffset = nOffset; in InsertItem()
1729 long nOffset = 0; in CalcWindowSizePixel() local
1736 nCalcWidth += pItem->mnWidth + nOffset; in CalcWindowSizePixel()
[all …]
/trunk/main/sw/source/core/undo/
H A Dunoutl.cxx37 : SwUndo( UNDO_OUTLINE_LR ), SwUndRng( rPam ), nOffset( nOff ) in SwUndoOutlineLeftRight()
44 rContext.GetDoc().OutlineUpDown(rPaM, -nOffset); in UndoImpl()
50 rContext.GetDoc().OutlineUpDown(rPaM, nOffset); in RedoImpl()
55 rContext.GetDoc().OutlineUpDown(rContext.GetRepeatPaM(), nOffset); in RepeatImpl()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx388 sal_Unicode nOffset(0); in getLocalizedChar() local
403 nOffset = 0x09E6 - '0'; // bengali in getLocalizedChar()
406 nOffset = 0x1040 - '0'; // burmese in getLocalizedChar()
412 nOffset = 0x0AE6 - '0'; // gujarati in getLocalizedChar()
415 nOffset = 0x0CE6 - '0'; // kannada in getLocalizedChar()
418 nOffset = 0x17E0 - '0'; // khmer in getLocalizedChar()
421 nOffset = 0x0ED0 - '0'; // lao in getLocalizedChar()
433 nOffset = 0x0B66 - '0'; // oriya in getLocalizedChar()
436 nOffset = 0x0BE7 - '0'; // tamil in getLocalizedChar()
439 nOffset = 0x0C66 - '0'; // telugu in getLocalizedChar()
[all …]
/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx1121 sal_uInt32 nOffset = nFirstIfd; in ReadTIFF() local
1126 pTIFF->Seek( nOrigPos + nOffset ); in ReadTIFF()
1140 *pTIFF >> nTagType >> nDataType >> nDataLen >> nOffset; in ReadTIFF()
1143 nMaxPos = Max( nOrigPos + nOffset + DataTypeSize() * nDataLen, nMaxPos ); in ReadTIFF()
1145 *pTIFF >> nOffset; in ReadTIFF()
1147 nOffset = 0; in ReadTIFF()
1150 if ( !nOffset ) in ReadTIFF()
1153 while( nOffset ); in ReadTIFF()
1204 *pTIFF >> nOffset; in ReadTIFF()
1205 pTIFF->Seek( nOrigPos + nOffset ); in ReadTIFF()
/trunk/main/sc/source/filter/xml/
H A Dxmlfilti.cxx79 sal_Int32 nOffset(0); in ScXMLFilterContext() local
80 …verter::GetRangeFromString( aScRange, sValue, pDoc, ::formula::FormulaGrammar::CONV_OOO, nOffset )) in ScXMLFilterContext()
89 sal_Int32 nOffset(0); in ScXMLFilterContext() local
90 …String( aConditionSourceRangeAddress, sValue, pDoc, ::formula::FormulaGrammar::CONV_OOO, nOffset )) in ScXMLFilterContext()
443 sal_Int32 nOffset(0); in ScXMLDPFilterContext() local
444 …verter::GetRangeFromString( aScRange, sValue, pDoc, ::formula::FormulaGrammar::CONV_OOO, nOffset )) in ScXMLDPFilterContext()
453 sal_Int32 nOffset(0); in ScXMLDPFilterContext() local
454 …String( aConditionSourceRangeAddress, sValue, pDoc, ::formula::FormulaGrammar::CONV_OOO, nOffset )) in ScXMLDPFilterContext()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx826 if ( nOffset == 0 ) // StandardFormat in Load()
923 sal_uInt32 nOffset = 0; in GetUsedLanguages() local
924 while (nOffset <= MaxCLOffset) in GetUsedLanguages()
968 sal_uInt32 nOffset = 0; in ImpGetCLOffset() local
969 while (nOffset <= MaxCLOffset) in ImpGetCLOffset()
973 return nOffset; in ImpGetCLOffset()
976 return nOffset; in ImpGetCLOffset()
2894 sal_uInt32 nOldKey, nOffset, nNewKey; in MergeFormatter() local
2907 nNewKey = nCLOffset + nOffset; in MergeFormatter()
2988 return nCLOffset + nOffset; in GetFormatForLanguageIfBuiltIn()
[all …]
/trunk/main/sw/inc/
H A Dbparr.hxx38 sal_uInt16 nOffset; member in BigPtrEntry
42 BigPtrEntry() : pBlock(0), nOffset(0) {} in BigPtrEntry()
112 DBG_ASSERT( this == pBlock->pData[ nOffset ], "Element nicht im Block" ); in GetPos()
113 return pBlock->nStart + nOffset; in GetPos()
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx129 const sal_uInt32 nOffset = pOStm->Seek( STREAM_SEEK_TO_END ); in ImplWriteSgaObject() local
146 pEntry->nOffset = nOffset; in ImplWriteSgaObject()
172 pIStm->Seek( pEntry->nOffset ); in ImplReadSgaObject()
177 pIStm->Seek( pEntry->nOffset ); in ImplReadSgaObject()
453 pFoundEntry->nOffset = aNewEntry.nOffset; in InsertObject()
706 pIStm->Seek( pEntry->nOffset ); in Actualize()
708 pEntry->nOffset = pTmpStm->Tell(); in Actualize()
1439 …rOStm << bRel << ByteString( aPath, RTL_TEXTENCODING_UTF8 ) << pObj->nOffset << (sal_uInt16) pObj-… in WriteData()
1517 rIStm >> bRel >> aTempFileName >> pObj->nOffset; in ReadData()
/trunk/main/sw/source/filter/html/
H A Dhtmlatr.cxx2412 xub_StrLen nOffset = 0; in OutHTML_SwTxtNode() local
2423 nOffset = nOffset + aOutlineTxt.Len(); in OutHTML_SwTxtNode()
2430 nOffset = nOffset + aFootEndNoteSym.Len(); in OutHTML_SwTxtNode()
2482 aEndPosLst.OutEndAttrs( rHTMLWrt, nStrPos + nOffset ); in OutHTML_SwTxtNode()
2502 aEndPosLst.Insert( pHt->GetAttr(), nHtStt + nOffset, in OutHTML_SwTxtNode()
2503 nHtEnd + nOffset, in OutHTML_SwTxtNode()
2510 nTmpEnd + nOffset, in OutHTML_SwTxtNode()
2521 aEndPosLst.OutEndAttrs( rHTMLWrt, nStrPos + nOffset ); in OutHTML_SwTxtNode()
2574 *pHt->End() + nOffset, in OutHTML_SwTxtNode()
2611 nStrPos + nOffset, in OutHTML_SwTxtNode()
[all …]
/trunk/main/sd/source/core/
H A DCustomAnimationEffect.cxx2325 sal_Int32 nOffset = 0; in getOffsetFromEffect() local
2331 return nOffset; in getOffsetFromEffect()
3482 if( nOffset != -1 ) in getOffsetFromEffect()
3483 return nOffset; in getOffsetFromEffect()
3485 nOffset = EffectSequenceHelper::getCount(); in getOffsetFromEffect()
3492 return nOffset + nTemp; in getOffsetFromEffect()
3494 nOffset += (*aIter)->getCount(); in getOffsetFromEffect()
3504 if( nOffset >= 0 ) in getEffectFromOffset()
3506 if( nOffset < getCount() ) in getEffectFromOffset()
3509 nOffset -= getCount(); in getEffectFromOffset()
[all …]
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx198 : SwField(pTyp, nFmt), nSubType(nSub), nOffset(nOff) in SwPageNumberField()
207 if( PG_NEXT == nSubType && 1 != nOffset ) in Expand()
212 else if( PG_PREV == nSubType && -1 != nOffset ) in Expand()
218 pFldType->Expand( GetFormat(), nOffset, sUserStr, sRet ); in Expand()
233 return String::CreateFromInt32(nOffset); in GetPar2()
238 nOffset = (short)rStr.ToInt32(); in SetPar2()
254 rAny <<= nOffset; in QueryValue()
296 nOffset = nSet; in PutValue()
2195 : SwField( pTyp ), nOffset( nOff ), bOn( bFlag ) in SwRefPageSetField()
2235 rAny <<= (sal_Int16)nOffset; in QueryValue()
[all …]
/trunk/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx522 sal_Int32 nOffset = 0; in DrawGlyphs() local
529 nOffset = pDeltaArray [nChar]; in DrawGlyphs()
548 pDeltaSubset [nGlyphs] = pDeltaArray[nChar] - nOffset; in DrawGlyphs()
555 aPoint.Move (nOffset, 0); in DrawGlyphs()
655 sal_Int32 nOffset = 0; in ImplDrawText() local
662 nOffset = pDeltaArray [nChar]; in ImplDrawText()
681 pDeltaSubset [nGlyphs] = pDeltaArray[nChar] - nOffset; in ImplDrawText()
688 aPoint.Move (nOffset, 0); in ImplDrawText()
/trunk/main/sd/source/ui/view/
H A Dsdruler.cxx186 long nOffset; in SetNullOffset() local
188 if ( bHorz ) nOffset = rOffset.X(); in SetNullOffset()
189 else nOffset = rOffset.Y(); in SetNullOffset()
191 SetNullOffsetLogic(nOffset); in SetNullOffset()
/trunk/main/sw/source/core/inc/
H A DUndoNumbering.hxx98 long nOffset; member in SwUndoMoveNum
100 SwUndoMoveNum( const SwPaM& rPam, long nOffset, sal_Bool bIsOutlMv = sal_False );
111 short nOffset; member in SwUndoNumUpDown
113 SwUndoNumUpDown( const SwPaM& rPam, short nOffset );
/trunk/main/unotools/source/i18n/
H A Dcalendarwrapper.cxx261 sal_Int32 nOffset = 0; in getCombinedOffsetInMillis() local
266 nOffset = static_cast<sal_Int32>( xC->getValue( nParentFieldIndex )) * 60000; in getCombinedOffsetInMillis()
268 if (nOffset < 0) in getCombinedOffsetInMillis()
269 nOffset -= static_cast<sal_uInt16>( nSecondMillis); in getCombinedOffsetInMillis()
271 nOffset += static_cast<sal_uInt16>( nSecondMillis); in getCombinedOffsetInMillis()
284 return nOffset; in getCombinedOffsetInMillis()

Completed in 189 milliseconds

12345678910>>...17