| /AOO41X/main/drawinglayer/source/attribute/ |
| H A D | fontattribute.cxx | 84 sal_uInt16 getWeight() const { return mnWeight; } in getWeight() function in drawinglayer::attribute::ImpFontAttribute 97 && getWeight() == rCompare.getWeight() in operator ==() 216 sal_uInt16 FontAttribute::getWeight() const in getWeight() function in drawinglayer::attribute::FontAttribute 218 return mpFontAttribute->getWeight(); in getWeight()
|
| /AOO41X/main/ucb/workben/ucb/ |
| H A D | srcharg.cxx | 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()
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbaborders.cxx | 218 uno::Any SAL_CALL getWeight() throw (uno::RuntimeException) in getWeight() function in ScVbaBorder 522 uno::Any SAL_CALL ScVbaBorders::getWeight() throw (uno::RuntimeException) in getWeight() function in ScVbaBorders 533 if( weight != xBorder->getWeight() ) in getWeight() 537 weight = xBorder->getWeight(); in getWeight()
|
| H A D | vbaborders.hxx | 64 virtual css::uno::Any SAL_CALL getWeight() throw (css::uno::RuntimeException);
|
| /AOO41X/main/tools/source/fsys/ |
| H A D | urlobj.cxx | 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 …]
|
| /AOO41X/main/drawinglayer/inc/drawinglayer/attribute/ |
| H A D | fontattribute.hxx | 81 sal_uInt16 getWeight() const;
|
| /AOO41X/main/tools/inc/tools/ |
| H A D | inetmime.hxx | 326 static inline int getWeight(sal_uInt32 nChar); 743 inline int INetMIME::getWeight(sal_uInt32 nChar) in getWeight() function in INetMIME
|
| /AOO41X/main/vbahelper/source/msforms/ |
| H A D | vbanewfont.hxx | 49 virtual sal_Int16 SAL_CALL getWeight() throw (css::uno::RuntimeException);
|
| H A D | vbanewfont.cxx | 90 sal_Int16 SAL_CALL VbaNewFont::getWeight() throw (uno::RuntimeException) in getWeight() function in VbaNewFont
|
| /AOO41X/main/vbahelper/source/vbahelper/ |
| H A D | vbalineformat.hxx | 62 virtual double SAL_CALL getWeight() throw (css::uno::RuntimeException);
|
| H A D | vbalineformat.cxx | 207 ScVbaLineFormat::getWeight() throw (uno::RuntimeException) in getWeight() function in ScVbaLineFormat
|
| /AOO41X/main/svl/inc/svl/ |
| H A D | sfontitm.hxx | 96 sal_Int16 getWeight() const { return m_nWeight; } in getWeight() function in SfxFontItem
|
| /AOO41X/main/drawinglayer/source/primitive2d/ |
| H A D | textdecoratedprimitive2d.cxx | 195 getFontAttribute().getWeight(), in create2DDecomposition()
|
| H A D | textlayoutdevice.cxx | 402 aRetval.SetWeight(static_cast<FontWeight>(rFontAttribute.getWeight())); in getVclFontFromFontAttribute()
|
| /AOO41X/main/tools/source/inet/ |
| H A D | inetmime.cxx | 868 int nWeight = getWeight(*p); in scanUnsigned() 892 int nWeight = getWeight(*p); in scanUnsigned()
|