Searched refs:aAPIAlignment (Results 1 – 1 of 1) sorted by relevance
119 table::CellVertJustify aAPIAlignment; in getVerticalAlignment() local120 …ertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( SC_UNONAME_CELLVJUS ) ) ) >>= aAPIAlignment; in getVerticalAlignment()121 switch( aAPIAlignment ) in getVerticalAlignment()197 table::CellHoriJustify aAPIAlignment = table::CellHoriJustify_BLOCK; in getHorizontalAlignment() local199 if ( mxPropertySet->getPropertyValue(sHoriJust) >>= aAPIAlignment ) in getHorizontalAlignment()201 switch( aAPIAlignment ) in getHorizontalAlignment()487 table::CellHoriJustify aAPIAlignment = table::CellHoriJustify_STANDARD; in setIndentLevel() local490 if ( !( mxPropertySet->getPropertyValue(sHoriJust) >>= aAPIAlignment ) ) in setIndentLevel()492 if (aAPIAlignment == table::CellHoriJustify_STANDARD) in setIndentLevel()
Completed in 16 milliseconds