Home
last modified time | relevance | path

Searched refs:nQuarter (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/drawinglayer/source/primitive2d/
H A Ddiscreteshadowprimitive2d.cxx64 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getTopLeft() local
67 Rectangle(Point(0, 0), Size((nQuarter * 2) + 1, (nQuarter * 2) + 1))); in getTopLeft()
77 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getTop() local
80 Rectangle(Point((nQuarter * 2) + 1, 0), Size(1, nQuarter))); in getTop()
90 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getTopRight() local
93 … Rectangle(Point((nQuarter * 2) + 2, 0), Size((nQuarter * 2) + 1, (nQuarter * 2) + 1))); in getTopRight()
103 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getRight() local
106 Rectangle(Point((nQuarter * 3) + 3, (nQuarter * 2) + 1), Size(nQuarter, 1))); in getRight()
116 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getBottomRight() local
119 …Rectangle(Point((nQuarter * 2) + 2, (nQuarter * 2) + 2), Size((nQuarter * 2) + 1, (nQuarter * 2) +… in getBottomRight()
[all …]
/AOO41X/main/unotools/inc/unotools/
H A Dlocaledatawrapper.hxx322 inline const String& getQuarterWord( sal_Int16 nQuarter ) const in getQuarterWord()
323 … { return getOneReservedWord( ::com::sun::star::i18n::reservedWords::QUARTER1_WORD + nQuarter ); } in getQuarterWord()
329 inline const String& getQuarterAbbreviation( sal_Int16 nQuarter ) const in getQuarterAbbreviation()
330 …rn getOneReservedWord( ::com::sun::star::i18n::reservedWords::QUARTER1_ABBREVIATION + nQuarter ); } in getQuarterAbbreviation()