Searched refs:getWeight (Results 1 – 15 of 15) sorted by relevance
84 sal_uInt16 getWeight() const { return mnWeight; } in getWeight() function in drawinglayer::attribute::ImpFontAttribute97 && getWeight() == rCompare.getWeight() in operator ==()216 sal_uInt16 FontAttribute::getWeight() const in getWeight() function in drawinglayer::attribute::FontAttribute218 return mpFontAttribute->getWeight(); in getWeight()
372 nMonth = INetMIME::getWeight(*r++); in parseSearchArgument()376 nMonth = 10 * nMonth + INetMIME::getWeight(*r++); in parseSearchArgument()381 nDay = INetMIME::getWeight(*r++); in parseSearchArgument()385 nDay = 10 * nDay + INetMIME::getWeight(*r++); in parseSearchArgument()391 nYear = 10 * nYear + INetMIME::getWeight(*r++); in parseSearchArgument()419 nNumber = 10 * nNumber + INetMIME::getWeight(*r++); in parseSearchArgument()
218 uno::Any SAL_CALL getWeight() throw (uno::RuntimeException) in getWeight() function in ScVbaBorder522 uno::Any SAL_CALL ScVbaBorders::getWeight() throw (uno::RuntimeException) in getWeight() function in ScVbaBorders533 if( weight != xBorder->getWeight() ) in getWeight()537 weight = xBorder->getWeight(); in getWeight()
64 virtual css::uno::Any SAL_CALL getWeight() throw (css::uno::RuntimeException);
2399 nNumber = INetMIME::getWeight(*p); in parseHost()2477 nNumber = 10 * nNumber + INetMIME::getWeight(*p); in parseHost()2491 nNumber = INetMIME::getWeight(*p); in parseHost()2532 nNumber = INetMIME::getWeight(*p); in parseHost()2549 nNumber = INetMIME::getWeight(*p); in parseHost()2589 nNumber = INetMIME::getWeight(*p); in parseHost()2629 nNumber = 16 * nNumber + INetMIME::getWeight(*p); in parseHost()2668 nNumber = INetMIME::getWeight(*p); in parseHost()2708 nNumber = 16 * nNumber + INetMIME::getWeight(*p); in parseHost()2744 nNumber = 10 * nNumber + INetMIME::getWeight(*p); in parseHost()[all …]
81 sal_uInt16 getWeight() const;
326 static inline int getWeight(sal_uInt32 nChar);743 inline int INetMIME::getWeight(sal_uInt32 nChar) in getWeight() function in INetMIME
49 virtual sal_Int16 SAL_CALL getWeight() throw (css::uno::RuntimeException);
90 sal_Int16 SAL_CALL VbaNewFont::getWeight() throw (uno::RuntimeException) in getWeight() function in VbaNewFont
62 virtual double SAL_CALL getWeight() throw (css::uno::RuntimeException);
207 ScVbaLineFormat::getWeight() throw (uno::RuntimeException) in getWeight() function in ScVbaLineFormat
96 sal_Int16 getWeight() const { return m_nWeight; } in getWeight() function in SfxFontItem
195 getFontAttribute().getWeight(), in create2DDecomposition()
402 aRetval.SetWeight(static_cast<FontWeight>(rFontAttribute.getWeight())); in getVclFontFromFontAttribute()
868 int nWeight = getWeight(*p); in scanUnsigned()892 int nWeight = getWeight(*p); in scanUnsigned()
Completed in 143 milliseconds