Home
last modified time | relevance | path

Searched refs:nOffset (Results 1 – 25 of 408) sorted by last modified time

12345678910>>...17

/trunk/main/sd/source/ui/inc/
H A Dfupoor.hxx162 void SwitchLayer (sal_Int32 nOffset);
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx512 sal_uInt16 nOffset = nGlyphs * sizeof( sal_uInt16 ); in write() local
515 aTag.addUI16( nOffset + (*i) ); in write()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx1524 long nOffset = 0; in ImplDrawOutButton() local
1533 nOffset++; in ImplDrawOutButton()
1550 for ( long i = 0; i < OUTBUTTON_BORDER-1-nOffset; i++ ) in ImplDrawOutButton()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx3667 void SwTokenWindow::MoveControls(long nOffset) in MoveControls() argument
3674 aPos.X() += nOffset; in MoveControls()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx4364 sal_uInt32 nOffset; in CoreLoad() local
4365 *pTableStream >> nOffset; in CoreLoad()
4366 aOffsets.push_back(nOffset); in CoreLoad()
4377 sal_uInt32 nOffset = *aIter; in CoreLoad() local
4380 pStrm->Seek(nOffset); in CoreLoad()
4382 nLen = *aIter - nOffset; in CoreLoad()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx103 sal_uLong nBoxIdx, nOffset; member
2494 : nBoxIdx( rBox.GetSttIdx() ), nOffset( 0 ), in _UndoTblCpyTbl_Entry()
2527 sal_uLong nSttPos = pEntry->nBoxIdx + pEntry->nOffset; in UndoImpl()
2654 pEntry->nOffset = rBox.GetSttIdx() - pEntry->nBoxIdx; in UndoImpl()
2678 sal_uLong nSttPos = pEntry->nBoxIdx + pEntry->nOffset; in RedoImpl()
2745 pEntry->nOffset = rBox.GetSttIdx() - pEntry->nBoxIdx; in RedoImpl()
2800 pEntry->nOffset = rBox.GetSttIdx() - pEntry->nBoxIdx; in AddBoxAfter()
2956 nTblNode( rTblNd.GetIndex() ), nOffset( 0 ), mpSaveRowSpan( pRowSp ), pSavTbl( 0 ), in SwUndoSplitTbl()
2985 rIdx = nTblNode + nOffset; in UndoImpl()
2990 rIdx = nTblNode + nOffset; in UndoImpl()
[all …]
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx777 sal_uInt16 nOffset; in _GetCharRect() local
783 nOffset = nRubyHeight; in _GetCharRect()
785 nOffset = GetLineHeight(); in _GetCharRect()
787 pOrig->Pos().Y() += nOffset; in _GetCharRect()
1292 xub_StrLen nOffset = 0; in GetCrsrOfst() local
1731 nOffset = nCurrStart + nLength; in GetCrsrOfst()
1737 if( nOffset && pPor->GetLen() == nLength && pPor->GetPortion() && in GetCrsrOfst()
1739 --nOffset; in GetCrsrOfst()
1741 return nOffset; in GetCrsrOfst()
H A Dfrmform.cxx613 const xub_StrLen nOffset, const xub_StrLen nEnd, in _AdjustFollow() argument
621 if( HasFollow() && !(nMode & 1) && nOffset == nEnd ) in _AdjustFollow()
640 rLine.FormatQuoVadis(nOffset) : nOffset; in _AdjustFollow()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx3992 sal_uInt16 nOffset = 0xFFFF; in GetChar() local
4011 nOffset = ( bSmart && ( nDiffRight < nDiffLeft ) ) ? x+1 : x; in GetChar()
4015 if ( nOffset < nMax ) in GetChar()
4017 const long nX = pLine->GetCharPosArray().GetObject(nOffset); in GetChar()
4018 … while ( ( (nOffset+1) < nMax ) && ( pLine->GetCharPosArray().GetObject(nOffset+1) == nX ) ) in GetChar()
4019 nOffset++; in GetChar()
4028 if ( nOffset == 0xFFFF ) in GetChar()
4029 nOffset = nMax; in GetChar()
4031 DBG_ASSERT( nOffset <= nMax, "nOffset > nMax" ); in GetChar()
4033 nChar = nChar + nOffset; in GetChar()
/trunk/main/svx/source/table/
H A Dtablemodel.cxx260 for( sal_Int32 nOffset = 0; nOffset < nCount; ++nOffset ) in UndoRemoveRows() local
261 maRows[nIndex+nOffset] = aRows[nOffset]; in UndoRemoveRows()
295 for( sal_Int32 nOffset = 0; nOffset < nCount; ++nOffset ) in UndoRemoveColumns() local
296 maColumns[nIndex+nOffset] = aCols[nOffset]; in UndoRemoveColumns()
745 for( sal_Int32 nOffset = 0; nOffset < nCount; ++nOffset ) in insertColumns() local
767 for( sal_Int32 nOffset = 0; nOffset < nCount; ++nOffset ) in insertColumns() local
837 for( nOffset = 0; nOffset < nCount; ++nOffset ) in removeColumns()
846 for( nOffset = 0; nOffset < nCount; ++nOffset ) in removeColumns()
934 for( sal_Int32 nOffset = 0; nOffset < nCount; ++nOffset ) in insertRows() local
1008 for( sal_Int32 nOffset = 0; nOffset < nCount; ++nOffset ) in removeRows() local
[all …]
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx161 sal_uLong nOffset; member in PSWriter
2614 dwShift |= ( nCode << ( nOffset - nCodeLen ) ); in WriteBits()
2615 nOffset -= nCodeLen; in WriteBits()
2616 while ( nOffset < 24 ) in WriteBits()
2620 nOffset += 8; in WriteBits()
2622 if ( nCode == 257 && nOffset != 32 ) in WriteBits()
2638 nOffset = 32; // anzahl freier bits in dwShift in StartCompression()
/trunk/main/svx/source/stbctrls/
H A Dzoomsliderctrl.cxx92 sal_uInt16 SvxZoomSliderControl::Offset2Zoom( long nOffset ) const in Offset2Zoom()
97 if ( nOffset < nSliderXOffset ) in Offset2Zoom()
100 if ( nOffset > nControlWidth - nSliderXOffset ) in Offset2Zoom()
111 if ( Abs(nCurrent - nOffset) < nSnappingEpsilon ) in Offset2Zoom()
113 nOffset = nCurrent; in Offset2Zoom()
122 if ( nOffset < nControlWidth / 2 ) in Offset2Zoom()
128 const long nOffsetToSliderLeft = nOffset - nSliderXOffset; in Offset2Zoom()
137 const long nOffsetToSliderCenter = nOffset - nControlWidth/2; in Offset2Zoom()
163 const long nOffset = (nSliderPixelPerZoomPercent * nCurrentZoom) / 1000; in Zoom2Offset() local
164 nRet += nOffset; in Zoom2Offset()
[all …]
/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/store/source/
H A Dstorlckb.hxx73 sal_uInt32 nOffset,
86 sal_uInt32 nOffset,
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx3449 long nOffset = pTab->CalcOffset( nItemSize, nTabWidth ); in SetMostRight() local
3451 long nRight = nTabPos + nOffset + nItemSize; in SetMostRight()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx4892 rIn >> mpImplRuler->pTab[ i ].nOffset in PPTTextRulerInterpreter()
/trunk/main/vcl/source/fontsubset/
H A Dgsub.cxx116 const sal_uInt16 nOffset= NEXT_UShort( pScriptTable ); in ReadGSUB() local
119 nLangsysOffset = nOffset; in ReadGSUB()
176 const sal_uInt16 nOffset= NEXT_UShort( pFeatureHeader ); in ReadGSUB() local
189 const FT_Byte* pFeatureTable = pGsubBase + nOfsFeatureTable + nOffset; in ReadGSUB()
213 const sal_uInt16 nOffset = NEXT_UShort( pLookupHeader ); in ReadGSUB() local
215 aLookupOffsetList.push_back( nOffset ); in ReadGSUB()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx59 rBox.Left() - nOffset, in GrowRectangle()
60 rBox.Top() - nOffset, in GrowRectangle()
61 rBox.Right() + nOffset, in GrowRectangle()
62 rBox.Bottom() + nOffset); in GrowRectangle()
146 const sal_Int32 nOffset ( in Create() local
154 aPreviewSize.Width() + 2 * gnShadowBorder + nCount*nOffset, in Create()
155 aPreviewSize.Height() + 2 * gnShadowBorder + nCount*nOffset); in Create()
198 const sal_Int32 nOffset, in PaintRepresentatives() argument
214 aPageOffset = Point(0, nOffset); in PaintRepresentatives()
218 aPageOffset = Point(nOffset, 0); in PaintRepresentatives()
[all …]
/trunk/main/svx/inc/svx/
H A Dzoomsliderctrl.hxx41 sal_uInt16 Offset2Zoom( long nOffset ) const;
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/xml/
H A DDocumentTokenFormatter.java287 final int nOffset) in AppendText() argument
296 AddText(sText, eTokenType, aStyle, nOffset); in AppendText()
312 final int nOffset) in AddText() argument
314 maView.AddText(sText, eTokenType, aStyle, nOffset); in AddText()
H A DToken.java29 final int nOffset) in Token() argument
33 Offset = nOffset; in Token()
H A DXMLScanner.java422 final int nOffset) in AddToken() argument
425 maTokens.add(new Token(eType, sText, nOffset)); in AddToken()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DLine.java162 public Run<TokenType> GetRunForOffset (int nOffset) in GetRunForOffset() argument
169 if (nRunOffset<=nOffset && nOffset<=aRun.GetStreamEndOffset()) in GetRunForOffset()
216 public boolean ContainsOffset (final int nOffset) in ContainsOffset() argument
218 return mnStartOffset<=nOffset && nOffset<mnEndOffset; in ContainsOffset()
H A DLineContainer.java80 public Line<TokenType> GetLineForOffset (final int nOffset) in GetLineForOffset() argument
82 final int nLineIndex = GetLineIndexForOffset(nOffset, 0); in GetLineForOffset()
152 final int nOffset, in GetLineIndexForOffset() argument
160 if (maLines.get(nMedIndex).GetEndOffset() <= nOffset) in GetLineIndexForOffset()
167 if (maLines.get(nIndex).ContainsOffset(nOffset)) in GetLineIndexForOffset()
174 if (maLines.get(nIndex).GetStartOffset() > nOffset) in GetLineIndexForOffset()
182 if (maLines.get(nIndex).GetEndOffset() < nOffset) in GetLineIndexForOffset()
H A DRun.java34 final int nOffset) in Run() argument
39 mnStreamOffset = nOffset; in Run()
43 mnOffset = nOffset; in Run()

Completed in 277 milliseconds

12345678910>>...17