Home
last modified time | relevance | path

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

/aoo41x/main/oox/source/xls/
H A Dstylesbuffer.cxx1258 meHorJustify( ::com::sun::star::table::CellHoriJustify_STANDARD ), in ApiAlignmentData()
1272 (rLeft.meHorJustify == rRight.meHorJustify) && in operator ==()
1360 … case XML_center: maApiData.meHorJustify = csstab::CellHoriJustify_CENTER; break; in finalizeImport()
1361 … case XML_centerContinuous: maApiData.meHorJustify = csstab::CellHoriJustify_CENTER; break; in finalizeImport()
1362 … case XML_distributed: maApiData.meHorJustify = csstab::CellHoriJustify_BLOCK; break; in finalizeImport()
1363 … case XML_fill: maApiData.meHorJustify = csstab::CellHoriJustify_REPEAT; break; in finalizeImport()
1364 … case XML_general: maApiData.meHorJustify = csstab::CellHoriJustify_STANDARD; break; in finalizeImport()
1365 … case XML_justify: maApiData.meHorJustify = csstab::CellHoriJustify_BLOCK; break; in finalizeImport()
1366 … case XML_left: maApiData.meHorJustify = csstab::CellHoriJustify_LEFT; break; in finalizeImport()
1367 … case XML_right: maApiData.meHorJustify = csstab::CellHoriJustify_RIGHT; break; in finalizeImport()
[all …]
/aoo41x/main/oox/inc/oox/xls/
H A Dstylesbuffer.hxx365 ApiCellHoriJustify meHorJustify; /// Horizontal alignment. member

Completed in 150 milliseconds