Lines Matching refs:mxFont
80 uno::Reference< table::XCell> xCell( mxFont, uno::UNO_QUERY ); in setSuperscript()
81 uno::Reference< table::XCellRange > xCellRange( mxFont, uno::UNO_QUERY ); in setSuperscript()
119 uno::Reference< table::XCell> xCell( mxFont, uno::UNO_QUERY ); in getSuperscript()
120 uno::Reference< table::XCellRange > xCellRange( mxFont, uno::UNO_QUERY ); in getSuperscript()
152 uno::Reference< table::XCell> xCell( mxFont, uno::UNO_QUERY ); in setSubscript()
153 uno::Reference< table::XCellRange > xCellRange( mxFont, uno::UNO_QUERY ); in setSubscript()
193 uno::Reference< table::XCell> xCell( mxFont, uno::UNO_QUERY ); in getSubscript()
194 uno::Reference< table::XCellRange > xCellRange( mxFont, uno::UNO_QUERY ); in getSubscript()
389 …mxFont->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharUnderline" ) ), ( uno::… in setUnderline()
401 …mxFont->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharUnderline" ) ) ) >>= nV… in getUnderline()
461 …aAny = OORGBToXLRGB( mxFont->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharCo… in getColor()
468 …mxFont->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharContoured" ) ), aValue … in setOutlineFont()
477 return mxFont->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharContoured" ) ) ); in getOutlineFont()