Home
last modified time | relevance | path

Searched refs:nDelta (Results 26 – 50 of 122) sorted by relevance

12345

/aoo42x/main/sc/source/core/tool/
H A Dinterpr1.cxx4557 SCCOLROW nDelta = 0; in ScMatch() local
4598 nDelta = nC - nCol1; in ScMatch()
5905 SCCOLROW nDelta = -1; in ScLookup() local
5916 nDelta = nMid; in ScLookup()
5925 bFound = (nDelta >= 0); in ScLookup()
5942 nDelta += 1; in ScLookup()
5958 SCCOLROW i = nDelta; in ScLookup()
6071 if (pResMat->IsValue(nDelta)) in ScLookup()
6117 if (nDelta != 0) in ScLookup()
6345 SCSIZE nY = nDelta; in CalculateLookup()
[all …]
/aoo42x/main/extensions/source/propctrlr/
H A Dbrowserlistbox.cxx824 sal_Int32 nDelta = _nNewThumbPos - m_aVScroll.GetThumbPos(); in MoveThumbTo() local
834 m_aLinesPlayground.Scroll(0, -nDelta * m_nRowHeight, SCROLL_CHILDREN); in MoveThumbTo()
836 if (1 == nDelta) in MoveThumbTo()
842 else if (-1 == nDelta) in MoveThumbTo()
846 else if (0 != nDelta) in MoveThumbTo()
866 sal_Int32 nDelta = m_aVScroll.GetDelta(); in IMPL_LINK() local
871 m_aLinesPlayground.Scroll(0, -nDelta * m_nRowHeight, SCROLL_CHILDREN); in IMPL_LINK()
873 if (1 == nDelta) in IMPL_LINK()
878 else if (nDelta==-1) in IMPL_LINK()
882 else if (nDelta!=0 || m_aVScroll.GetType() == SCROLL_DONTKNOW) in IMPL_LINK()
/aoo42x/main/sc/source/core/data/
H A Dtable4.cxx742 double nDelta; in FillAuto() local
744 nDelta = 0.0; in FillAuto()
746 nDelta = 1.0; in FillAuto()
748 nDelta = -1.0; in FillAuto()
883 nDelta += 1.0; in FillAuto()
885 nDelta -= 1.0; in FillAuto()
1036 sal_Int32 nDelta; in GetAutoFillPreview() local
1038 nDelta = nIndex / nSrcCount; in GetAutoFillPreview()
1040 nDelta = ( nIndex - nSrcCount + 1 ) / nSrcCount; // -1 -> -1 in GetAutoFillPreview()
1065 aValue += lcl_ValueString( nVal + nDelta, nCellDigits ); in GetAutoFillPreview()
[all …]
/aoo42x/main/cui/source/options/
H A Dtreeopt.cxx2216 if( n > nDelta ) in ResizeTreeLB()
2217 nDelta = n; in ResizeTreeLB()
2222 nDelta = LogicToPixel( Size( nDelta + 3, 0 ) ).Width(); // + extra space [logic] in ResizeTreeLB()
2225 if( nDelta > nMax ) in ResizeTreeLB()
2226 nDelta = nMax; in ResizeTreeLB()
2230 aSize.Width() += nDelta; in ResizeTreeLB()
2235 aSize.Width() += nDelta; in ResizeTreeLB()
2239 MoveControl( aOkPB, nDelta ); in ResizeTreeLB()
2241 MoveControl( aHelpPB, nDelta ); in ResizeTreeLB()
2242 MoveControl( aBackPB, nDelta ); in ResizeTreeLB()
[all …]
H A Doptsave.cxx316 long nDelta = 0; in DetectHiddenControls() local
327 nDelta = aAutoSaveCB.GetPosPixel().Y() - aBackupCB.GetPosPixel().Y(); in DetectHiddenControls()
337 nDelta += aRelativeFsysCB.GetPosPixel().Y() - aAutoSaveCB.GetPosPixel().Y(); in DetectHiddenControls()
339 else if ( nDelta > 0 ) in DetectHiddenControls()
343 if ( nDelta > 0 ) in DetectHiddenControls()
350 aPos.Y() -= nDelta; in DetectHiddenControls()
H A Dwebconninfo.cxx138 long nDelta = nBtnTextWidth - nButtonWidth; in WebConnectionInfoDialog() local
144 aNewPos.X() += nDelta; in WebConnectionInfoDialog()
146 aNewPos.X() -= nDelta; in WebConnectionInfoDialog()
148 aNewSize.Width() += nDelta; in WebConnectionInfoDialog()
/aoo42x/main/vcl/source/gdi/
H A Dsallayout.cxx1183 long nDelta = rArgs.mpDXArray[ n ] ; in ApplyDXArray() local
1185 nDelta -= rArgs.mpDXArray[ n-1 ]; in ApplyDXArray()
1186 pNewGlyphWidths[ i ] += nDelta * mnUnitsPerPixel; in ApplyDXArray()
1191 long nDelta = 0; in ApplyDXArray() local
1213 nDelta = nBasePointX + (nNewPos - pG->maLinearPos.X()); in ApplyDXArray()
1223 nDelta += nDiff; in ApplyDXArray()
1229 pG->maLinearPos.X() += nDelta; in ApplyDXArray()
1331 if( nDelta<0 && nKernFirst!=0 && nKernNext!=0 ) in ApplyAsianKerning()
1334 nDelta = (nDelta * nGlyphWidth + 2) / 4; in ApplyAsianKerning()
1336 pG->mnNewWidth += nDelta; in ApplyAsianKerning()
[all …]
H A Dpdfwriter_impl.cxx1698 if( nDelta < 1 ) in appendWaveLine()
1699 nDelta = 1; in appendWaveLine()
1706 n += nDelta; in appendWaveLine()
1711 n += nDelta; in appendWaveLine()
1977 if( nDelta ) in computeDocumentIdentifier()
4958 aRect.Left() += nDelta; aRect.Top() += nDelta; in drawFieldBorder()
4959 aRect.Right() -= nDelta; aRect.Bottom() -= nDelta; in drawFieldBorder()
5158 aCheckRect.Bottom() -= nDelta - (nDelta/2); in createDefaultCheckBoxAppearance()
5178 aCheckRect.Bottom() -= nDelta - (nDelta/2); in createDefaultCheckBoxAppearance()
5283 aCheckRect.Bottom() -= nDelta - (nDelta/2); in createDefaultRadioButtonAppearance()
[all …]
/aoo42x/main/filter/source/pdf/
H A Dimpdialog.cxx466 aNewPos.Y() -= nDelta; in ImpPDFTabGeneralPage()
469 aNewPos.Y() -= nDelta; in ImpPDFTabGeneralPage()
1084 aNewPos.Y() -= nDelta; in ImpPDFTabSecurityPage()
1293 long nDelta = 0; in ImpPDFTabLinksPage() local
1301 nDelta += ( aSize.Height() - nLineHeight ); in ImpPDFTabLinksPage()
1304 aNewPos.Y() -= nDelta; in ImpPDFTabLinksPage()
1313 nDelta += ( aSize.Height() - nLineHeight ); in ImpPDFTabLinksPage()
1316 aNewPos.Y() -= nDelta; in ImpPDFTabLinksPage()
1325 nDelta += ( aSize.Height() - nLineHeight ); in ImpPDFTabLinksPage()
1329 if ( nDelta > 0 ) in ImpPDFTabLinksPage()
[all …]
/aoo42x/main/sc/source/filter/inc/
H A Dfprogressbar.hxx137 void Progress( sal_Size nDelta = 1 );
155 void IncreaseProgressBar( sal_Size nDelta );
203 inline void Progress( sal_Size nDelta = 1 ) { maProgress.Progress( nDelta ); } in Progress() argument
/aoo42x/main/sfx2/source/dialog/
H A Dversdlg.cxx356 long nDelta = nWidth - nTab; in RecalcDateColumn() local
357 aVersionBox.SetTab( 1, nTab + nDelta, MAP_PIXEL ); in RecalcDateColumn()
359 aVersionBox.SetTab( 2, nTab + nDelta, MAP_PIXEL ); in RecalcDateColumn()
363 aSize.Width() += nDelta; in RecalcDateColumn()
366 aPos.X() += nDelta; in RecalcDateColumn()
369 aPos.X() += nDelta; in RecalcDateColumn()
H A Dsecuritypage.cxx260 const long nDelta = m_aOptionsFL.GetPosPixel().Y() - m_aNewPasswordToOpenFL.GetPosPixel().Y(); in SfxSecurityPage_Impl() local
263 aPos.Y() -= nDelta; in SfxSecurityPage_Impl()
266 aPos.Y() -= nDelta; in SfxSecurityPage_Impl()
269 aPos.Y() -= nDelta; in SfxSecurityPage_Impl()
272 aPos.Y() -= nDelta; in SfxSecurityPage_Impl()
/aoo42x/main/vcl/win/source/gdi/
H A Dwinlayout.cxx534 nDelta = (nDelta * mpGlyphAdvances[i-1] + 2) / 4;
536 mnWidth += nDelta;
918 int nDelta = nNewXPos - nXPos; local
922 mnWidth += nDelta;
927 mpGlyphAdvances[ nStart-1 ] += nDelta;
929 mnBaseAdv += nDelta;
2022 long nDelta = nNewXPos - pVI->mnXOffset; local
2037 mpGlyphAdvances[ nLastUndropped ] += nDelta;
2042 pVI->mnXOffset += nDelta;
2048 pVI->mnXOffset += nDelta;
[all …]
/aoo42x/main/uui/source/
H A Dnewerverwarn.cxx181 long nDelta = nBtnTextWidth - nButtonWidth; in InitButtonWidth() local
183 aNewPos.X() -= 2*nDelta; in InitButtonWidth()
185 aNewSize.Width() += nDelta; in InitButtonWidth()
188 aNewPos.X() -= nDelta; in InitButtonWidth()
/aoo42x/main/sc/source/filter/ftools/
H A Dfprogressbar.cxx118 void ScfProgressBar::IncreaseProgressBar( sal_Size nDelta ) in IncreaseProgressBar() argument
120 sal_Size nNewPos = mnTotalPos + nDelta; in IncreaseProgressBar()
199 void ScfProgressBar::Progress( sal_Size nDelta ) in Progress() argument
201 ProgressAbs( mpCurrSegment ? (mpCurrSegment->mnPos + nDelta) : 0 ); in Progress()
/aoo42x/main/vcl/source/window/
H A Darrange.cxx364 long nDelta = i_nExtraWidth / nElements; in distributeRowWidth() local
367 io_rSizes[ aIndices[i] ].Width() += nDelta; in distributeRowWidth()
368 i_nExtraWidth -= nDelta; in distributeRowWidth()
404 long nDelta = i_nExtraHeight / nElements; in distributeColumnHeight() local
407 io_rSizes[ aIndices[i] ].Height() += nDelta; in distributeColumnHeight()
408 i_nExtraHeight -= nDelta; in distributeColumnHeight()
920 long nDelta = i_nExtraWidth / nElements; in distributeExtraSize() local
923 io_rSizes[ aIndices[i] ] += nDelta; in distributeExtraSize()
924 i_nExtraWidth -= nDelta; in distributeExtraSize()
/aoo42x/main/sw/source/ui/config/
H A Doptcomp.cxx173 long nDelta = aNewPnt.Y() - aMovePnt.Y(); in SwCompatibilityOptPage() local
177 aNewSz.Height() += nDelta; in SwCompatibilityOptPage()
394 long nDelta = nTxtWidth - aBtnSz.Width() + 2 * BUTTON_BORDER; in InitControls() local
395 aBtnSz.Width() += nDelta; in InitControls()
397 aBtnPnt.X() -= nDelta; in InitControls()
400 aBtnPnt.X() -= 2 * nDelta; in InitControls()
/aoo42x/main/canvas/source/tools/
H A Dprioritybooster.cxx53 PriorityBooster::PriorityBooster( sal_Int32 nDelta ) : in PriorityBooster() argument
60 if ( 0 == SetThreadPriority( aCurrThread, mpImpl->mnOldPriority + nDelta ) ) in PriorityBooster()
66 nDelta = 0; // #i55991# placate gcc warning in PriorityBooster()
/aoo42x/main/svtools/source/contnr/
H A Dtreelist.cxx1044 SvListEntry* SvTreeList::NextVisible(const SvListView* pView,SvListEntry* pEntry,sal_uInt16& nDelta in NextVisible()
1052 if ( nVisPos+nDelta >= pView->nVisibleCount ) in NextVisible()
1054 nDelta = (sal_uInt16)(pView->nVisibleCount-nVisPos); in NextVisible()
1055 nDelta--; in NextVisible()
1057 sal_uInt16 nDeltaTmp = nDelta; in NextVisible()
1077 …* SvTreeList::PrevVisible( const SvListView* pView, SvListEntry* pEntry, sal_uInt16& nDelta ) const in PrevVisible()
1085 if ( nDelta > nVisPos ) in PrevVisible()
1086 nDelta = (sal_uInt16)nVisPos; in PrevVisible()
1087 sal_uInt16 nDeltaTmp = nDelta; in PrevVisible()
/aoo42x/main/starmath/source/
H A Dnode.cxx921 long nDelta = pOper->GetFont().GetSize().Height() / 20; in Arrange() local
923 aPos.X() += nDelta; in Arrange()
925 aPos.X() -= nDelta; in Arrange()
1386 long nDelta = pOper->GetWidth() * 8 / 10; in Arrange() local
1392 aPos.Y() = pLeft->GetBottom() + nDelta; in Arrange()
1446 long nDelta, nDist; in Arrange() local
1492 nDelta = nDelimLine - aPos.Y(); in Arrange()
1493 if (nDelta > 0) in Arrange()
1494 aPos.Y() += nDelta; in Arrange()
1506 if (nDelta > 0) in Arrange()
[all …]
/aoo42x/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DInBlocksLabelsLeft.java81 int nDelta = 0; in insertDetailFields() local
85 nDelta = nDeltaTotal / nFactor; in insertDetailFields()
104 nFieldWidth = 3000 + nDelta; in insertDetailFields()
/aoo42x/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx477 sal_Bool isScrollAllowed( OJoinTableView* _pView,long nDelta, sal_Bool bHoriz) in isScrollAllowed() argument
487 long nNewThumbPos = nOldThumbPos + nDelta; in isScrollAllowed()
749 sal_Bool OJoinTableView::ScrollPane( long nDelta, sal_Bool bHoriz, sal_Bool bPaintScrollBars ) in ScrollPane() argument
761 long nNewThumbPos = nOldThumbPos + nDelta; in ScrollPane()
773 nDelta = GetHScrollBar()->GetThumbPos() - nOldThumbPos; in ScrollPane()
778 long nNewThumbPos = nOldThumbPos+nDelta; in ScrollPane()
790 nDelta = GetVScrollBar()->GetThumbPos() - nOldThumbPos; in ScrollPane()
820 aPos.X() -= nDelta; in ScrollPane()
821 else aPos.Y() -= nDelta; in ScrollPane()
/aoo42x/main/sw/source/core/text/
H A Dporlay.hxx271 long nDelta; member in SwParaPortion
309 inline long *GetDelta() { return &nDelta; } in GetDelta()
310 inline const long *GetDelta() const { return &nDelta; } in GetDelta()
396 nDelta = 0; in FormatReset()
/aoo42x/main/svtools/source/brwbox/
H A Dbrwbox1.cxx1035 long nDelta = pCols->GetObject(nFirstCol-1)->Width(); in ScrollColumns() local
1038 Rectangle aScrollRect( Point( nFrozenWidth + nDelta, 0 ), in ScrollColumns()
1039 Size ( GetOutputSizePixel().Width() - nFrozenWidth - nDelta, in ScrollColumns()
1047 Scroll( -nDelta, 0, aScrollRect, SCROLL_FLAGS ); in ScrollColumns()
1052 aInvalidateRect.Right() = nFrozenWidth + nDelta - 1; in ScrollColumns()
1060 pDataWin->Scroll( -nDelta, 0, aScrollRect, SCROLL_FLAGS ); in ScrollColumns()
1064 aScrollRect.Right() = nFrozenWidth + nDelta - 1; in ScrollColumns()
1081 long nDelta = pCols->GetObject(nFirstCol)->Width(); in ScrollColumns() local
1092 Scroll( nDelta, 0, aScrollRect, SCROLL_FLAGS ); in ScrollColumns()
1097 pDataWin->Scroll( nDelta, 0, aScrollRect, SCROLL_FLAGS ); in ScrollColumns()
/aoo42x/main/vcl/source/glyphs/
H A Dgraphite_layout.cxx185 int nDelta = (bRtl)? -1 : 1; in fill_from() local
201 nGlyphIndex+= nDelta, gi = iGlyphs.first + nGlyphIndex) in fill_from()
249 nNextChar += nDelta; in fill_from()
348 int nDelta = (bRtl)? -1 : 1; in appendCluster() local
401 j != nNextGlyph; j += nDelta) in appendCluster()
406 if (j + nDelta >= nGlyphs || j + nDelta < 0) // at rhs ltr,rtl in appendCluster()
414 gr::GlyphInfo aNextGlyph = *(iGlyphs.first + j + nDelta); in appendCluster()

Completed in 651 milliseconds

12345