Lines Matching refs:makeAny

85 				aVal =  uno::makeAny( table::CellVertJustify_BOTTOM );  in setVerticalAlignment()
88 aVal = uno::makeAny( table::CellVertJustify_CENTER ); in setVerticalAlignment()
92 aVal = uno::makeAny( table::CellVertJustify_STANDARD ); in setVerticalAlignment()
96 aVal = uno::makeAny( table::CellVertJustify_TOP); in setVerticalAlignment()
99 aVal = uno::makeAny( table::CellVertJustify_STANDARD ); in setVerticalAlignment()
124 aResult = uno::makeAny( excel::XlVAlign::xlVAlignBottom ); in getVerticalAlignment()
127 aResult = uno::makeAny( excel::XlVAlign::xlVAlignCenter ); in getVerticalAlignment()
130 aResult = uno::makeAny( excel::XlVAlign::xlVAlignBottom ); in getVerticalAlignment()
133 aResult = uno::makeAny( excel::XlVAlign::xlVAlignTop ); in getVerticalAlignment()
160 aVal = uno::makeAny( table::CellHoriJustify_BLOCK); in setHorizontalAlignment()
163 aVal = uno::makeAny( table::CellHoriJustify_CENTER ); in setHorizontalAlignment()
166 aVal = uno::makeAny( table::CellHoriJustify_BLOCK); in setHorizontalAlignment()
169 aVal = uno::makeAny( table::CellHoriJustify_LEFT); in setHorizontalAlignment()
172 aVal = uno::makeAny( table::CellHoriJustify_RIGHT); in setHorizontalAlignment()
204 NRetAlignment = uno::makeAny( excel::XlHAlign::xlHAlignJustify ); in getHorizontalAlignment()
207 NRetAlignment = uno::makeAny( excel::XlHAlign::xlHAlignCenter ); in getHorizontalAlignment()
210 NRetAlignment = uno::makeAny( excel::XlHAlign::xlHAlignLeft ); in getHorizontalAlignment()
213 NRetAlignment = uno::makeAny( excel::XlHAlign::xlHAlignRight ); in getHorizontalAlignment()
241 aVal = uno::makeAny( table::CellOrientation_TOPBOTTOM); in setOrientation()
244 aVal = uno::makeAny( table::CellOrientation_STANDARD ); in setOrientation()
245 … rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_ROTANG ) ), uno::makeAny( sal_Int32(0) ) ); in setOrientation()
248 aVal = uno::makeAny( table::CellOrientation_BOTTOMTOP); in setOrientation()
251 aVal = uno::makeAny( table::CellOrientation_STACKED); in setOrientation()
281 NRetOrientation = uno::makeAny( excel::XlOrientation::xlHorizontal ); in getOrientation()
284 NRetOrientation = uno::makeAny( excel::XlOrientation::xlUpward ); in getOrientation()
287 NRetOrientation = uno::makeAny( excel::XlOrientation::xlDownward ); in getOrientation()
290 NRetOrientation = uno::makeAny( excel::XlOrientation::xlVertical ); in getOrientation()
293 NRetOrientation = uno::makeAny( excel::XlOrientation::xlHorizontal ); in getOrientation()
349 return uno::makeAny( xColl ); in Borders()
371 uno::Any aRet = uno::makeAny( rtl::OUString() ); in getNumberFormatLocal()
386 aRet = uno::makeAny( sFormat.toAsciiLowerCase() ); in getNumberFormatLocal()
410 …yValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_NUMBERFO ) ), uno::makeAny( nFormat ) ); in setNumberFormat()
439 mxPropertySet->setPropertyValue(sNumFormat, uno::makeAny( nNewFormat )); in setNumberFormatLocal()
469 …Value( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNO_NUMBERFO ) ), uno::makeAny( nNewFormat)); in setNumberFormat()
493 mxPropertySet->setPropertyValue( sHoriJust, uno::makeAny( table::CellHoriJustify_LEFT) ) ; in setIndentLevel()
494 …rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_PINDENT ) ), uno::makeAny( sal_Int16(nLevel… in setIndentLevel()
514 …NRetIndentLevel = uno::makeAny( sal_Int32( rtl::math::round(static_cast<double>( IndentLevel ) / 3… in getIndentLevel()
516 NRetIndentLevel = uno::makeAny( sal_Int32(0) ); in getIndentLevel()
539 mxPropertySet->setPropertyValue(sCellProt, uno::makeAny( aCellProtection ) ); in setLocked()
559 mxPropertySet->setPropertyValue(sCellProt,uno::makeAny(aCellProtection)); in setFormulaHidden()
584 aCellProtection = uno::makeAny(rProtAttr.GetProtection()); in getLocked()
590 aCellProtection = uno::makeAny( cellProtection.IsLocked ); in getLocked()
617 aBoolRet = uno::makeAny(rProtAttr.GetHideFormula()); in getFormulaHidden()
623 aBoolRet = uno::makeAny( aCellProtection.IsFormulaHidden ); in getFormulaHidden()
680 aVal = uno::makeAny( text::WritingMode_LR_TB ); in setReadingOrder()
683 aVal = uno::makeAny( text::WritingMode_RL_TB ); in setReadingOrder()
714 NRetReadingOrder = uno::makeAny(excel::Constants::xlLTR); in getReadingOrder()
717 NRetReadingOrder = uno::makeAny(excel::Constants::xlRTL); in getReadingOrder()
720 NRetReadingOrder = uno::makeAny(excel::Constants::xlRTL); in getReadingOrder()
749 aFormat = uno::makeAny( sFormat ); in getNumberFormat()