/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterWindowManager.cxx | 886 const double nGap (20); in LayoutStandardMode() local 903 nGap, in LayoutStandardMode() 940 const double nGap (20); in LayoutNotesMode() local 977 nGap, in LayoutNotesMode() 995 nGap, in LayoutNotesMode() 1010 const double nGap (20); in LayoutSlideSorterMode() local 1013 nGap, in LayoutSlideSorterMode() 1014 nGap, in LayoutSlideSorterMode() 1016 aToolBarBox.Y1 - 2*nGap); in LayoutSlideSorterMode() 1027 const double nGap (20); in LayoutHelpMode() local [all …]
|
H A D | PresenterToolBar.cxx | 1009 double nGap (0); in LayoutPart() local 1013 nGap = (rBoundingBox.X2 - rBoundingBox.X1 - rPartSize.Width) / (rpPart->size()-1); in LayoutPart() 1015 nGap = (rBoundingBox.Y2 - rBoundingBox.Y1 - rPartSize.Height) / (rpPart->size()-1); in LayoutPart() 1040 nX += aElementSize.Width + nGap; in LayoutPart() 1052 nY += aElementSize.Height + nGap; in LayoutPart() 1779 const sal_Int32 nGap (5); in CreateBoundingSize() local 1790 aSize.Height+ nGap + nTextHeight); in CreateBoundingSize()
|
H A D | PresenterScrollBar.cxx | 1101 const double nGap (2); in UpdateBorders() local 1111 nRight -= aSize.Width + nGap; in UpdateBorders() 1122 nRight -= aSize.Width + nGap; in UpdateBorders()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdocapt.cxx | 71 long nGap; member in ImpCaptParams 86 nGap =0; in ImpCaptParams() 132 Point aLft(rRect.Left()-nGap,nY); in CalcEscPos() 133 Point aRgt(rRect.Right()+nGap,nY); in CalcEscPos() 144 Point aTop(nX,rRect.Top()-nGap); in CalcEscPos() 145 Point aBtm(nX,rRect.Bottom()+nGap); in CalcEscPos() 437 rPara.nGap =((SdrCaptionGapItem&) (rSet.Get(SDRATTR_CAPTIONGAP ))).GetValue(); in ImpGetCaptParams()
|
/aoo41x/main/oox/inc/oox/dump/ |
H A D | biffdumper.hxx | 215 void dumpRectWithGaps( const String& rName, sal_Int32 nGap, 267 void BiffObjectBase::dumpRectWithGaps( const String& rName, sal_Int32 nGap, in dumpRectWithGaps() argument 272 mxBiffStrm->skip( nGap ); in dumpRectWithGaps() 274 mxBiffStrm->skip( nGap ); in dumpRectWithGaps() 276 mxBiffStrm->skip( nGap ); in dumpRectWithGaps() 278 mxBiffStrm->skip( nGap ); in dumpRectWithGaps()
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsButtonBar.cxx | 560 const sal_Int32 nGap (mrSlideSorter.GetTheme()->GetIntegerValue(Theme::Integer_ButtonGap)); in LayoutButtons() local 574 sal_Int32 nExcludedTotalWidth ((maExcludedButtons.size()-1) * nGap + 2*nBorder); in LayoutButtons() 584 sal_Int32 nRegularTotalWidth ((maRegularButtons.size()-1) * nGap + 2*nBorder); in LayoutButtons() 610 aBox.Right() = maRegularButtons[nIndex]->GetBoundingBox().Left() - nGap; in LayoutButtons() 825 const sal_Int32 nGap (mpTheme->GetIntegerValue(Theme::Integer_ButtonGap)); in UpdateMinimumIconSizes() local 827 sal_Int32 nTotalWidthLarge ((rButtons.size()-1) * nGap + 2*nBorder); in UpdateMinimumIconSizes() 828 sal_Int32 nTotalWidthMedium ((rButtons.size()-1) * nGap + 2*nBorder); in UpdateMinimumIconSizes() 829 sal_Int32 nTotalWidthSmall ((rButtons.size()-1) * nGap + 2*nBorder); in UpdateMinimumIconSizes()
|
H A D | SlsLayouter.cxx | 162 sal_Int32 nGap) const; 780 sal_Int32 nGap) const in ResolvePositionInGap() 792 sal_Int32 nFirstHalfGapWidth = nGap / 2; in ResolvePositionInGap() 810 if (nDistanceIntoGap > nGap) in ResolvePositionInGap()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | labdlg.cxx | 294 nGap = ( ( const SdrCaptionGapItem& ) rOutAttrs.Get( nWhich ) ).GetValue(); in Reset() 295 SetMetricValue( aMF_ABSTAND, nGap, eUnit ); in Reset() 296 nGap = static_cast<long>(aMF_ABSTAND.GetValue()); in Reset() 318 aMF_ABSTAND.SetValue( nGap ); in Reset()
|
/aoo41x/main/vcl/unx/generic/app/ |
H A D | i18n_status.cxx | 229 int const nGap = 4; // between cursor and status window in updatePosition() local 233 ? -m_aWindowSize.Width() - nGap in updatePosition() 234 : aPosEvent.mnHeight + nGap); in updatePosition() 240 aRet.Y() = y + aPosEvent.mnY+aPosEvent.mnHeight + nGap; in updatePosition()
|
/aoo41x/main/svx/inc/svx/ |
H A D | sxcgitm.hxx | 35 SdrCaptionGapItem(long nGap=0) : SdrMetricItem(SDRATTR_CAPTIONGAP,nGap) {} in SdrCaptionGapItem() argument
|
/aoo41x/main/extensions/source/scanner/ |
H A D | sane.cxx | 867 int nGap = aConverter.Tell() & 3; in Start() local 868 if( nGap ) in Start() 869 aConverter.SeekRel( 4-nGap ); in Start()
|
/aoo41x/main/cui/source/inc/ |
H A D | labdlg.hxx | 73 sal_Int32 nGap; member in SvxCaptionTabPage
|
/aoo41x/main/sd/source/ui/view/ |
H A D | DocumentRenderer.cxx | 837 const sal_Int32 nGap, in TiledPrinterPage() argument 847 mnGap(nGap) in TiledPrinterPage()
|
/aoo41x/main/vcl/source/control/ |
H A D | edit.cxx | 2665 long nGap = nB-nA, oGap = oB-oA; in ImplSetSelection() local 2668 if (nGap != 0 || oGap != 0) in ImplSetSelection()
|