| /trunk/main/sw/source/core/text/ |
| H A D | txttab.cxx | 153 SwTwips nNextPos = 0; in NewTabPortion() local 174 nNextPos = pTabStop->GetTabPos(); in NewTabPortion() 178 nNextPos = ( nSearchPos / nNextPos ) * nNextPos; in NewTabPortion() 202 nNextPos = ( nCount < 0 || ( !nCount && nSearchPos <= 0 ) ) in NewTabPortion() 208 if ( ( bRTL && nTabLeft - nNextPos >= nCurrentAbsPos - nMinimumTabWidth ) || in NewTabPortion() 209 ( !bRTL && nNextPos + nTabLeft <= nCurrentAbsPos + nMinimumTabWidth ) ) in NewTabPortion() 211 nNextPos += nDefTabDist; in NewTabPortion() 266 nNextPos != aLineInf.GetListTabStopPosition() ) || in NewTabPortion() 273 ( nNextPos > nLeftMarginTabPos ) ) in NewTabPortion() 277 nNextPos = nLeftMarginTabPos; in NewTabPortion() [all …]
|
| /trunk/main/svtools/source/control/ |
| H A D | scriptedtext.cxx | 156 xub_StrLen nNextPos; in CalculateSizes() local 167 nNextPos = static_cast< xub_StrLen >( maPosVec[ nPosVecIndex++ ] ); in CalculateSizes() 171 nCurrWidth = mrOutDevice.GetTextWidth( maText, nThisPos, nNextPos - nThisPos ); in CalculateSizes() 174 nThisPos = nNextPos; in CalculateSizes() 202 sal_Int32 nNextPos = 0; // first position of next portion in CalculateBreaks() local 207 nNextPos = _xBreakIter->endOfScript( maText, nThisPos, nPortScript ); in CalculateBreaks() 232 …::static_int_cast< sal_uInt16 >(nCharIx), sal::static_int_cast< sal_uInt16 >(nNextPos - nCharIx) ); in CalculateBreaks() 243 while( nCharIx < nNextPos ); in CalculateBreaks() 248 nThisPos = nNextPos; in CalculateBreaks() 300 xub_StrLen nNextPos; in DrawText() local [all …]
|
| /trunk/main/sfx2/source/appl/ |
| H A D | childwin.cxx | 462 sal_uInt16 nNextPos = aWinData.Search( cToken, 2 ); in InitializeChildWinFactory_Impl() local 463 if ( nNextPos != STRING_NOTFOUND ) in InitializeChildWinFactory_Impl() 466 rInfo.nFlags = (sal_uInt16)aWinData.Copy( nPos+1, nNextPos - nPos - 1 ).ToInt32(); in InitializeChildWinFactory_Impl() 467 aWinData.Erase( nPos, nNextPos-nPos+1 ); in InitializeChildWinFactory_Impl()
|
| /trunk/main/sw/source/core/doc/ |
| H A D | gctable.cxx | 137 sal_uInt16 nNextPos; in lcl_GCBorder_DelBorder() local 158 pBox = (SwTableBox*)&rCollTLB.GetBox( rStt, &nNextPos ); in lcl_GCBorder_DelBorder() 159 if( nNextPos > nEndPos ) in lcl_GCBorder_DelBorder()
|
| H A D | tblrwcl.cxx | 1985 sal_uInt64 nNextPos = rWidth[ nBox ]; in lcl_CalcNewWidths() local 1986 nNextPos -= rPara.nMinLeft; in lcl_CalcNewWidths() 1987 nNextPos *= rPara.nNewSize; in lcl_CalcNewWidths() 1988 nNextPos /= nSelSize; in lcl_CalcNewWidths() 1989 rWidth[ nBox ] = (sal_uLong)(nNextPos - nLastPos); in lcl_CalcNewWidths() 1990 nLastPos = (sal_uLong)nNextPos; in lcl_CalcNewWidths()
|
| /trunk/main/svtools/source/filter/wmf/ |
| H A D | enhwmf.cxx | 246 sal_uInt32 nRecType, nRecSize, nNextPos, in ReadEnhWMF() local 264 nNextPos = pWMF->Tell() + ( nRecSize - 8 ); in ReadEnhWMF() 266 if ( nNextPos > nEndPos ) in ReadEnhWMF() 1069 if ( offDx && (( nCurPos + offDx + nLen * 4 ) <= nNextPos ) ) in ReadEnhWMF() 1397 pWMF->Seek( nNextPos ); in ReadEnhWMF()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unoportenum.cxx | 1026 sal_Int32 nNextPos = in lcl_ExportHints() local 1029 if (nNextPos > nCurrentIndex) in lcl_ExportHints() 1031 o_rNextAttrPosition = nNextPos; in lcl_ExportHints()
|
| /trunk/main/sw/source/filter/ww8/ |
| H A D | wrtw8nds.cxx | 1650 xub_StrLen nNextPos = aAttrIter->WhereNext(); in GetNextPos() local 1651 xub_StrLen nNextBookmark = nNextPos; in GetNextPos() 1658 return std::min( nNextPos, nNextBookmark ); in GetNextPos() 1663 xub_StrLen nNextPos; in UpdatePosition() local 1666 bool bNextBookmark = NearestBookmark( nNextPos, nAktPos, true ); in UpdatePosition()
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | xistream.cxx | 349 const SvStream& rStrm, sal_Size nNextPos, sal_Size nCurrSize, in Set() argument 354 mnNextPos = nNextPos; in Set()
|
| /trunk/main/svtools/source/brwbox/ |
| H A D | brwbox1.cxx | 502 sal_uInt16 nNextPos = nOldPos + 1; in SetColumnPos() local 504 nNextPos = nOldPos - 1; in SetColumnPos() 506 BrowserColumn *pNextCol = pCols->GetObject(nNextPos); in SetColumnPos()
|
| /trunk/main/sc/source/filter/inc/ |
| H A D | xistream.hxx | 178 void Set( const SvStream& rStrm, sal_Size nNextPos, sal_Size nCurrSize,
|
| /trunk/main/vcl/source/control/ |
| H A D | ilstbox.cxx | 1744 sal_uInt16 nNextPos = lcl_getEntryPos( _currentEntry ) + 1; in NextEntry() local 1745 return lcl_getEntry( *GetEntryList(), nNextPos, _out_entryText ); in NextEntry()
|
| /trunk/main/sc/source/ui/app/ |
| H A D | inputhdl.cxx | 1512 sal_uInt16 nNextPos = nAutoPos; in UseColData() local 1513 bUseTab = pColumnData->FindText( aText, aDummy, nNextPos, sal_False ); in UseColData()
|