Lines Matching refs:xProps

70 	uno::Reference< beans::XPropertySet > xProps( xTxt->createTextCursor(), uno::UNO_QUERY_THROW );  in lcl_TextProperties()  local
71 return xProps; in lcl_TextProperties()
91 …uno::Reference< beans::XPropertySet > xProps( xCellRange->getCellByPosition( col, row ) , uno::UNO… in setSuperscript() local
92 ScVbaFont aFont( getParent(), mxContext, mPalette, xProps ); in setSuperscript()
101 uno::Reference< beans::XPropertySet > xProps = lcl_TextProperties( xCell ); in setSuperscript() local
112xProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharEscapement" ) ), ( uno:… in setSuperscript()
113xProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharEscapementHeight" ) ), … in setSuperscript()
131 …uno::Reference< beans::XPropertySet > xProps( xCellRange->getCellByPosition( col, row ), uno::UNO_… in getSuperscript() local
132 ScVbaFont aFont( getParent(), mxContext, mPalette, xProps ); in getSuperscript()
143 uno::Reference< beans::XPropertySet > xProps = lcl_TextProperties( xCell ); in getSuperscript() local
145xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharEscapement" ) ) ) >>= n… in getSuperscript()
163 …uno::Reference< beans::XPropertySet > xProps( xCellRange->getCellByPosition( col, row ) , uno::UNO… in setSubscript() local
164 ScVbaFont aFont( getParent(), mxContext, mPalette, xProps ); in setSubscript()
172 uno::Reference< beans::XPropertySet > xProps = lcl_TextProperties( xCell ); in setSubscript() local
185xProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharEscapementHeight" ) ), … in setSubscript()
186xProps->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharEscapement" ) ), ( uno:… in setSubscript()
205 …uno::Reference< beans::XPropertySet > xProps( xCellRange->getCellByPosition( col, row ), uno::UNO_… in getSubscript() local
206 ScVbaFont aFont( getParent(), mxContext, mPalette, xProps ); in getSubscript()
217 uno::Reference< beans::XPropertySet > xProps = lcl_TextProperties( xCell ); in getSubscript() local
220xProps->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "CharEscapement" ) ) ) >>= n… in getSubscript()