Home
last modified time | relevance | path

Searched refs:aAPIAlignment (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/sc/source/ui/vba/
H A Dvbaformat.cxx119 table::CellVertJustify aAPIAlignment; in getVerticalAlignment() local
120 …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() local
199 if ( mxPropertySet->getPropertyValue(sHoriJust) >>= aAPIAlignment ) in getHorizontalAlignment()
201 switch( aAPIAlignment ) in getHorizontalAlignment()
487 table::CellHoriJustify aAPIAlignment = table::CellHoriJustify_STANDARD; in setIndentLevel() local
490 if ( !( mxPropertySet->getPropertyValue(sHoriJust) >>= aAPIAlignment ) ) in setIndentLevel()
492 if (aAPIAlignment == table::CellHoriJustify_STANDARD) in setIndentLevel()

Completed in 35 milliseconds