Searched refs:eHorJust (Results 1 – 10 of 10) sorted by relevance
1211 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 …]
4995 SvxCellHorJustify eHorJust = (SvxCellHorJustify)((SvxHorJustifyItem&)pPattern-> in GetEditUrlOrError() local5007 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()
1591 SvxCellHorJustify eHorJust = SVX_HOR_JUSTIFY_STANDARD; in GetScHorAlign() local1594 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() argument1637 switch( eHorJust ) in SetScHorAlign()
227 SvxCellHorJustify eHorJust; in GetNeededSize() local230 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()
1521 SvxCellHorJustify eHorJust = (SvxCellHorJustify)((const SvxHorJustifyItem&) in MaybeAddExtraColumn() local1523 if ( eHorJust == SVX_HOR_JUSTIFY_CENTER ) in MaybeAddExtraColumn()1528 bool bRight = ( eHorJust == SVX_HOR_JUSTIFY_RIGHT ); in MaybeAddExtraColumn()
1348 SvxCellHorJustify eHorJust = (SvxCellHorJustify) in HasAttrib() local1350 if ( eHorJust == SVX_HOR_JUSTIFY_RIGHT || eHorJust == SVX_HOR_JUSTIFY_CENTER ) in HasAttrib()
864 SvxCellHorJustify eHorJust = (SvxCellHorJustify) in FillEditParaItems() local868 switch (eHorJust) in FillEditParaItems()
878 …SvxCellHorJustify eHorJust = ( pHorJustifyItem ? static_cast< SvxCellHorJustify >( pHorJustifyItem… in GetTextForwarder() local879 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()
1646 SCTAB nTab, SCCOL nCol, sal_Bool bValue, SvxCellHorJustify eHorJust ) in lcl_ScDocShell_GetFixedWidthString() argument1658 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() local1938 !bString, eHorJust ); in AsciiSave()
526 void SetScHorAlign( SvxCellHorJustify eHorJust );
Completed in 127 milliseconds