Lines Matching refs:table

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()
119 table::CellVertJustify aAPIAlignment; in getVerticalAlignment()
123 case table::CellVertJustify_BOTTOM: in getVerticalAlignment()
126 case table::CellVertJustify_CENTER: in getVerticalAlignment()
129 case table::CellVertJustify_STANDARD: in getVerticalAlignment()
132 case table::CellVertJustify_TOP: 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()
197 table::CellHoriJustify aAPIAlignment = table::CellHoriJustify_BLOCK; in getHorizontalAlignment()
203 case table::CellHoriJustify_BLOCK: in getHorizontalAlignment()
206 case table::CellHoriJustify_CENTER: in getHorizontalAlignment()
209 case table::CellHoriJustify_LEFT: in getHorizontalAlignment()
212 case table::CellHoriJustify_RIGHT: in getHorizontalAlignment()
241 aVal = uno::makeAny( table::CellOrientation_TOPBOTTOM); in setOrientation()
244 aVal = uno::makeAny( table::CellOrientation_STANDARD ); in setOrientation()
248 aVal = uno::makeAny( table::CellOrientation_BOTTOMTOP); in setOrientation()
251 aVal = uno::makeAny( table::CellOrientation_STACKED); in setOrientation()
274 table::CellOrientation aOrientation = table::CellOrientation_STANDARD; in getOrientation()
280 case table::CellOrientation_STANDARD: in getOrientation()
283 case table::CellOrientation_BOTTOMTOP: in getOrientation()
286 case table::CellOrientation_TOPBOTTOM: in getOrientation()
289 case table::CellOrientation_STACKED: in getOrientation()
343 …aBorders( thisHelperIface(), ScVbaFormat_BASE::mxContext, uno::Reference< table::XCellRange >( mxP… in Borders()
487 table::CellHoriJustify aAPIAlignment = table::CellHoriJustify_STANDARD; in setIndentLevel()
492 if (aAPIAlignment == table::CellHoriJustify_STANDARD) in setIndentLevel()
493 mxPropertySet->setPropertyValue( sHoriJust, uno::makeAny( table::CellHoriJustify_LEFT) ) ; in setIndentLevel()