Home
last modified time | relevance | path

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

/trunk/main/drawinglayer/source/primitive2d/
H A Ddiscreteshadowprimitive2d.cxx60 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getTopLeft() local
63 Rectangle(Point(0, 0), Size((nQuarter * 2) + 1, (nQuarter * 2) + 1))); in getTopLeft()
73 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getTop() local
76 Rectangle(Point((nQuarter * 2) + 1, 0), Size(1, nQuarter))); in getTop()
86 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getTopRight() local
89 … Rectangle(Point((nQuarter * 2) + 2, 0), Size((nQuarter * 2) + 1, (nQuarter * 2) + 1))); in getTopRight()
99 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getRight() local
102 Rectangle(Point((nQuarter * 3) + 3, (nQuarter * 2) + 1), Size(nQuarter, 1))); in getRight()
112 const sal_Int32 nQuarter((getBitmapEx().GetSizePixel().Width() - 3) >> 2); in getBottomRight() local
115 …Rectangle(Point((nQuarter * 2) + 2, (nQuarter * 2) + 2), Size((nQuarter * 2) + 1, (nQuarter * 2) +… in getBottomRight()
[all …]
/trunk/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()