Searched refs:eHorJust (Results 1 – 10 of 10) sorted by relevance
1206 SvxCellHorJustify eHorJust = (SvxCellHorJustify)nHorJustify; in GetOutputArea() local1211 switch ( eHorJust ) in GetOutputArea()2246 SvxCellHorJustify eHorJust = (SvxCellHorJustify)((const SvxHorJustifyItem&) in DrawEdit() local2248 sal_Bool bBreak = ( eHorJust == SVX_HOR_JUSTIFY_BLOCK ) || in DrawEdit()2250 sal_Bool bRepeat = ( eHorJust == SVX_HOR_JUSTIFY_REPEAT && !bBreak ); in DrawEdit()2256 if ( eHorJust == SVX_HOR_JUSTIFY_REPEAT ) in DrawEdit()2265 eHorJust = SVX_HOR_JUSTIFY_STANDARD; in DrawEdit()2281 if ( eHorJust == SVX_HOR_JUSTIFY_STANDARD ) in DrawEdit()2282 eHorJust = SVX_HOR_JUSTIFY_RIGHT; in DrawEdit()2286 ( eHorJust != SVX_HOR_JUSTIFY_STANDARD ) ? eHorJust : in DrawEdit()[all …]
4980 SvxCellHorJustify eHorJust = (SvxCellHorJustify)((SvxHorJustifyItem&)pPattern-> in GetEditUrlOrError() local4992 switch (eHorJust) in GetEditUrlOrError()5052 if (eHorJust == SVX_HOR_JUSTIFY_RIGHT) in GetEditUrlOrError()5054 else if (eHorJust == SVX_HOR_JUSTIFY_CENTER) in GetEditUrlOrError()5067 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 );