Home
last modified time | relevance | path

Searched refs:SVX_HOR_JUSTIFY_REPEAT (Results 1 – 18 of 18) sorted by relevance

/trunk/main/svx/source/items/
H A Dalgitem.cxx122 case SVX_HOR_JUSTIFY_REPEAT: eUno = table::CellHoriJustify_REPEAT; break; in QueryValue()
137 case SVX_HOR_JUSTIFY_REPEAT: in QueryValue()
174 case table::CellHoriJustify_REPEAT: eSvx = SVX_HOR_JUSTIFY_REPEAT; break; in PutValue()
207 DBG_ASSERT( nVal <= SVX_HOR_JUSTIFY_REPEAT, "enum overflow!" ); in GetValueText()
230 return SVX_HOR_JUSTIFY_REPEAT + 1; // letzter Enum-Wert + 1 in GetValueCount()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx313 bRepeat = ( eAttrHorJust == SVX_HOR_JUSTIFY_REPEAT ); in SetPattern()
1552 … if ( eOutHorJust == SVX_HOR_JUSTIFY_BLOCK || eOutHorJust == SVX_HOR_JUSTIFY_REPEAT ) in DrawStrings()
2250 sal_Bool bRepeat = ( eHorJust == SVX_HOR_JUSTIFY_REPEAT && !bBreak ); in DrawEdit()
2256 if ( eHorJust == SVX_HOR_JUSTIFY_REPEAT ) in DrawEdit()
2289 … if ( eOutHorJust == SVX_HOR_JUSTIFY_BLOCK || eOutHorJust == SVX_HOR_JUSTIFY_REPEAT ) in DrawEdit()
2446 … case SVX_HOR_JUSTIFY_REPEAT: // nicht implementiert in DrawEdit()
3085 sal_Bool bRepeat = ( eHorJust == SVX_HOR_JUSTIFY_REPEAT && !bBreak ); in DrawRotated()
H A Dformatsh.cxx2164 case SVX_HOR_JUSTIFY_REPEAT: in GetTextAttrState()
H A Dgridwin.cxx4985 case SVX_HOR_JUSTIFY_REPEAT: // nicht implementiert in GetEditUrlOrError()
/trunk/main/sc/source/filter/lotus/
H A Dmemory.cxx59 pAttrRepeat = new SvxHorJustifyItem( SVX_HOR_JUSTIFY_REPEAT, ATTR_HOR_JUSTIFY ); in MemNew()
/trunk/main/editeng/inc/editeng/
H A Dsvxenum.hxx120 SVX_HOR_JUSTIFY_REPEAT enumerator
/trunk/main/sc/source/filter/rtf/
H A Drtfexp.cxx270 case SVX_HOR_JUSTIFY_REPEAT: in WriteCell()
/trunk/main/cui/source/tabpages/
H A Dalign.cxx68 { ALIGNDLG_HORALIGN_FILL, SVX_HOR_JUSTIFY_REPEAT },
/trunk/main/sc/source/filter/excel/
H A Dxlstyle.cxx1599 case EXC_XF_HOR_FILL: eHorJust = SVX_HOR_JUSTIFY_REPEAT; break; in GetScHorAlign()
1644 case SVX_HOR_JUSTIFY_REPEAT: mnHorAlign = EXC_XF_HOR_FILL; break; in SetScHorAlign()
/trunk/main/starmath/sdi/
H A Dsmitems.sdi529 SVX_HOR_JUSTIFY_REPEAT
/trunk/main/sc/source/ui/sidebar/
H A DAlignmentPropertyPanel.cxx588 if(meHorAlignState==SVX_HOR_JUSTIFY_REPEAT) in UpdateHorAlign()
/trunk/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx754 case SVX_HOR_JUSTIFY_REPEAT: in DrawString()
/trunk/main/svx/sdi/
H A Dsvxitems.sdi32 SVX_HOR_JUSTIFY_REPEAT
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx993 case SVX_HOR_JUSTIFY_REPEAT: in WriteCell()
/trunk/main/sc/source/core/data/
H A Dpatattr.cxx1306 GetValue() == SVX_HOR_JUSTIFY_REPEAT ); in GetRotateVal()
H A Dcolumn2.cxx288 if ( eHorJust == SVX_HOR_JUSTIFY_REPEAT ) in GetNeededSize()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx1945 if ( eAttrAdjust == SVX_HOR_JUSTIFY_REPEAT && in StartTable()
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx2278 case SVX_HOR_JUSTIFY_REPEAT: aFuncResult = '\\'; break; in ScCell()