Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1211 switch ( eHorJust ) in GetOutputArea()
2282 eHorJust = SVX_HOR_JUSTIFY_RIGHT; in DrawEdit()
2286 ( eHorJust != SVX_HOR_JUSTIFY_STANDARD ) ? eHorJust : in DrawEdit()
2313 if ( eHorJust == SVX_HOR_JUSTIFY_LEFT ) in DrawEdit()
2440 switch (eHorJust) in DrawEdit()
2805 eHorJust==SVX_HOR_JUSTIFY_CENTER || in DrawEdit()
2824 if (eHorJust==SVX_HOR_JUSTIFY_RIGHT) in DrawEdit()
3184 if ( eHorJust == SVX_HOR_JUSTIFY_LEFT ) in DrawRotated()
3520 eHorJust==SVX_HOR_JUSTIFY_CENTER) in DrawRotated()
3525 (eHorJust==SVX_HOR_JUSTIFY_RIGHT) ? in DrawRotated()
[all …]
H A Dgridwin.cxx4995 SvxCellHorJustify eHorJust = (SvxCellHorJustify)((SvxHorJustifyItem&)pPattern-> in GetEditUrlOrError() local
5007 switch (eHorJust) in GetEditUrlOrError()
5067 if (eHorJust == SVX_HOR_JUSTIFY_RIGHT) in GetEditUrlOrError()
5069 else if (eHorJust == SVX_HOR_JUSTIFY_CENTER) in GetEditUrlOrError()
5082 eHorJust == SVX_HOR_JUSTIFY_STANDARD) in GetEditUrlOrError()
/trunk/main/sc/source/filter/excel/
H A Dxlstyle.cxx1591 SvxCellHorJustify eHorJust = SVX_HOR_JUSTIFY_STANDARD; in GetScHorAlign() local
1594 case EXC_XF_HOR_GENERAL: eHorJust = SVX_HOR_JUSTIFY_STANDARD; break; in GetScHorAlign()
1595 case EXC_XF_HOR_LEFT: eHorJust = SVX_HOR_JUSTIFY_LEFT; break; in GetScHorAlign()
1597 case EXC_XF_HOR_CENTER: eHorJust = SVX_HOR_JUSTIFY_CENTER; break; in GetScHorAlign()
1598 case EXC_XF_HOR_RIGHT: eHorJust = SVX_HOR_JUSTIFY_RIGHT; break; in GetScHorAlign()
1599 case EXC_XF_HOR_FILL: eHorJust = SVX_HOR_JUSTIFY_REPEAT; break; in GetScHorAlign()
1601 case EXC_XF_HOR_DISTRIB: eHorJust = SVX_HOR_JUSTIFY_BLOCK; break; in GetScHorAlign()
1604 return eHorJust; in GetScHorAlign()
1635 void XclCellAlign::SetScHorAlign( SvxCellHorJustify eHorJust ) in SetScHorAlign() argument
1637 switch( eHorJust ) in SetScHorAlign()
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx227 SvxCellHorJustify eHorJust; in GetNeededSize() local
230 eHorJust = (SvxCellHorJustify)((const SvxHorJustifyItem*)pCondItem)->GetValue(); in GetNeededSize()
232 eHorJust = (SvxCellHorJustify)((const SvxHorJustifyItem&) in GetNeededSize()
235 if ( eHorJust == SVX_HOR_JUSTIFY_BLOCK ) in GetNeededSize()
288 if ( eHorJust == SVX_HOR_JUSTIFY_REPEAT ) in GetNeededSize()
303 if ( eHorJust == SVX_HOR_JUSTIFY_LEFT ) in GetNeededSize()
H A Dtable1.cxx1521 SvxCellHorJustify eHorJust = (SvxCellHorJustify)((const SvxHorJustifyItem&) in MaybeAddExtraColumn() local
1523 if ( eHorJust == SVX_HOR_JUSTIFY_CENTER ) in MaybeAddExtraColumn()
1528 bool bRight = ( eHorJust == SVX_HOR_JUSTIFY_RIGHT ); in MaybeAddExtraColumn()
H A Dattarray.cxx1348 SvxCellHorJustify eHorJust = (SvxCellHorJustify) in HasAttrib() local
1350 if ( eHorJust == SVX_HOR_JUSTIFY_RIGHT || eHorJust == SVX_HOR_JUSTIFY_CENTER ) in HasAttrib()
H A Dpatattr.cxx864 SvxCellHorJustify eHorJust = (SvxCellHorJustify) in FillEditParaItems() local
868 switch (eHorJust) in FillEditParaItems()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx878 …SvxCellHorJustify eHorJust = ( pHorJustifyItem ? static_cast< SvxCellHorJustify >( pHorJustifyItem… in GetTextForwarder() local
879 if ( eHorJust == SVX_HOR_JUSTIFY_LEFT ) in GetTextForwarder()
942 …if ( eHorJust == SVX_HOR_JUSTIFY_STANDARD && pDoc->HasValueData( aCellPos.Col(), aCellPos.Row(), a… in GetTextForwarder()
959 switch ( eHorJust ) in GetTextForwarder()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx1646 SCTAB nTab, SCCOL nCol, sal_Bool bValue, SvxCellHorJustify eHorJust ) in lcl_ScDocShell_GetFixedWidthString() argument
1658 if ( bValue && eHorJust == SVX_HOR_JUSTIFY_STANDARD ) in lcl_ScDocShell_GetFixedWidthString()
1659 eHorJust = SVX_HOR_JUSTIFY_RIGHT; in lcl_ScDocShell_GetFixedWidthString()
1660 switch ( eHorJust ) in lcl_ScDocShell_GetFixedWidthString()
1934 SvxCellHorJustify eHorJust = (SvxCellHorJustify) in AsciiSave() local
1938 !bString, eHorJust ); in AsciiSave()
/trunk/main/sc/source/filter/inc/
H A Dxlstyle.hxx526 void SetScHorAlign( SvxCellHorJustify eHorJust );

Completed in 140 milliseconds