Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dstylesbuffer.cxx1259 meVerJustify( ::com::sun::star::table::CellVertJustify_STANDARD ), in ApiAlignmentData()
1273 (rLeft.meVerJustify == rRight.meVerJustify) && in operator ==()
1373 case XML_bottom: maApiData.meVerJustify = csstab::CellVertJustify_BOTTOM; break; in finalizeImport()
1374 case XML_center: maApiData.meVerJustify = csstab::CellVertJustify_CENTER; break; in finalizeImport()
1375 case XML_distributed: maApiData.meVerJustify = csstab::CellVertJustify_TOP; break; in finalizeImport()
1376 case XML_justify: maApiData.meVerJustify = csstab::CellVertJustify_TOP; break; in finalizeImport()
1377 case XML_top: maApiData.meVerJustify = csstab::CellVertJustify_TOP; break; in finalizeImport()
1419 rPropMap[ PROP_VertJustify ] <<= maApiData.meVerJustify; in writeToPropertyMap()
/trunk/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx366 ApiCellVertJustify meVerJustify; /// Vertical alignment. member

Completed in 36 milliseconds