Home
last modified time | relevance | path

Searched refs:SvxCellHorJustify (Results 1 – 25 of 35) sorted by relevance

12

/aoo4110/main/svx/source/items/
H A Dalgitem.cxx75 SvxHorJustifyItem::SvxHorJustifyItem( const SvxCellHorJustify eJustify, in SvxHorJustifyItem()
115 switch ( (SvxCellHorJustify)GetValue() ) in QueryValue()
133 switch ( (SvxCellHorJustify)GetValue() ) in QueryValue()
166 SvxCellHorJustify eSvx = SVX_HOR_JUSTIFY_STANDARD; in PutValue()
187 SvxCellHorJustify eSvx = SVX_HOR_JUSTIFY_STANDARD; in PutValue()
224 return new SvxHorJustifyItem( (SvxCellHorJustify)nVal, Which() ); in Create()
/aoo4110/main/dbaccess/source/ui/inc/
H A DFieldDescriptions.hxx71 SvxCellHorJustify m_eHorJustify;
97 void SetHorJustify(const SvxCellHorJustify& _rHorJustify);
120 SvxCellHorJustify GetHorJustify() const;
H A DUITools.hxx181 sal_Int32 mapTextAllign(const SvxCellHorJustify& _eAlignment);
217 SvxCellHorJustify mapTextJustify(const sal_Int32& _nAlignment);
240 SvxCellHorJustify& _eJustify,
H A DHtmlReader.hxx63 void TableDataOn(SvxCellHorJustify& eVal,int nToken);
/aoo4110/main/sc/source/ui/view/
H A Dformatsh.cxx108 SvxCellHorJustify lclConvertSlotToHAlign( sal_uInt16 nSlot ) in lclConvertSlotToHAlign()
110 SvxCellHorJustify eHJustify = SVX_HOR_JUSTIFY_STANDARD; in lclConvertSlotToHAlign()
1227SvxCellHorJustify eJust = (SvxCellHorJustify)((const SvxHorJustifyItem*)pItem)->GetValue(); in ExecuteAlignment()
1430 SvxCellHorJustify eHorJustify = SVX_HOR_JUSTIFY_STANDARD; in ExecuteTextAttr()
1436 eHorJustify = SvxCellHorJustify( pHorJustify->GetValue() ); in ExecuteTextAttr()
2129 SvxCellHorJustify eHorJustify = SVX_HOR_JUSTIFY_STANDARD; in GetTextAttrState()
2141 eHorJustify = SvxCellHorJustify( pHorJustify->GetValue() ); in GetTextAttrState()
2143 switch ( SvxCellHorJustify( pHorJustify->GetValue() ) ) in GetTextAttrState()
2288 SvxCellHorJustify eHAlign = SVX_HOR_JUSTIFY_STANDARD; in GetAlignState()
2291 …eHAlign = (SvxCellHorJustify)((const SvxHorJustifyItem&) rAttrSet.Get( ATTR_HOR_JUSTIFY )).GetValu… in GetAlignState()
H A Doutput2.cxx99 SvxCellHorJustify eAttrHorJust;
141 SvxCellHorJustify GetHorJust() const { return eAttrHorJust; } in GetHorJust()
301 …eAttrHorJust = (SvxCellHorJustify)((const SvxHorJustifyItem&)pPattern->GetItem( ATTR_HOR_JUSTIFY, … in SetPattern()
1206 SvxCellHorJustify eHorJust = (SvxCellHorJustify)nHorJustify; in GetOutputArea()
1364 SvxCellHorJustify eOutHorJust = SVX_HOR_JUSTIFY_STANDARD; in DrawStrings()
2246 SvxCellHorJustify eHorJust = (SvxCellHorJustify)((const SvxHorJustifyItem&) in DrawEdit()
2285 SvxCellHorJustify eOutHorJust = in DrawEdit()
3081 SvxCellHorJustify eHorJust = (SvxCellHorJustify)((const SvxHorJustifyItem&) in DrawRotated()
3396 SvxCellHorJustify eOutHorJust = eHorJust; in DrawRotated()
H A Dviewdata.cxx989 SvxCellHorJustify eJust = (SvxCellHorJustify)((const SvxHorJustifyItem&) in SetEditEngine()
1202 SvxCellHorJustify eJust = (SvxCellHorJustify)((const SvxHorJustifyItem&) in EditGrowX()
/aoo4110/main/sc/source/ui/inc/
H A Dinputhdl.hxx100 SvxCellHorJustify eAttrAdjust;
192 void UpdateCellAdjust( SvxCellHorJustify eJust );
H A Dtabvwsh.hxx259 void UpdateInputHandlerCellAdjust( SvxCellHorJustify eJust );
/aoo4110/main/dbaccess/source/ui/misc/
H A DUITools.cxx961 sal_Int32 mapTextAllign(const SvxCellHorJustify& _eAlignment) in mapTextAllign()
976 SvxCellHorJustify mapTextJustify(const sal_Int32& _nAlignment) in mapTextJustify()
978 SvxCellHorJustify eJustify = SVX_HOR_JUSTIFY_LEFT; in mapTextJustify()
1081 SvxCellHorJustify eJustify(SVX_HOR_JUSTIFY_STANDARD); in callColumnFormatDialog()
1109 SvxCellHorJustify& _eJustify, in callColumnFormatDialog()
1191 _eJustify = (SvxCellHorJustify)pHorJustify->GetValue(); in callColumnFormatDialog()
H A DHtmlReader.cxx346 void OHTMLReader::TableDataOn(SvxCellHorJustify& eVal,int nToken) in TableDataOn()
464 SvxCellHorJustify eVal; in CreateTable()
/aoo4110/main/sc/source/filter/inc/
H A Dxlstyle.hxx519 SvxCellHorJustify GetScHorAlign() const;
526 void SetScHorAlign( SvxCellHorJustify eHorJust );
/aoo4110/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx677 SvxCellHorJustify eJustification; in DrawString()
683 …(SvxCellHorJustify)(((const SvxHorJustifyItem*)pCurData->GetItem( nFmtIndex, ATTR_HOR_JUSTIFY ))->… in DrawString()
/aoo4110/main/sc/source/core/data/
H A Dcolumn2.cxx227 SvxCellHorJustify eHorJust; in GetNeededSize()
230 eHorJust = (SvxCellHorJustify)((const SvxHorJustifyItem*)pCondItem)->GetValue(); in GetNeededSize()
232 eHorJust = (SvxCellHorJustify)((const SvxHorJustifyItem&) in GetNeededSize()
804 ((SvxCellHorJustify)((const SvxHorJustifyItem&)pPattern-> in GetOptimalHeight()
H A Dpatattr.cxx819 SvxCellHorJustify eVal; in GetFromEditItemSet()
864 SvxCellHorJustify eHorJust = (SvxCellHorJustify) in FillEditParaItems()
/aoo4110/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx462 void OFieldDescription::SetHorJustify(const SvxCellHorJustify& _rHorJustify) in SetHorJustify()
609 SvxCellHorJustify OFieldDescription::GetHorJustify() const in GetHorJustify()
H A DTableRow.cxx216 pFieldDesc->SetHorJustify((SvxCellHorJustify)nValue); in operator >>()
/aoo4110/main/sc/source/filter/excel/
H A Dxlstyle.cxx1589 SvxCellHorJustify XclCellAlign::GetScHorAlign() const in GetScHorAlign()
1591 SvxCellHorJustify eHorJust = SVX_HOR_JUSTIFY_STANDARD; in GetScHorAlign()
1635 void XclCellAlign::SetScHorAlign( SvxCellHorJustify eHorJust ) in SetScHorAlign()
/aoo4110/main/editeng/inc/editeng/
H A Dsvxenum.hxx113 enum SvxCellHorJustify enum
/aoo4110/main/sc/source/filter/qpro/
H A Dqprostyle.cxx77 SvxCellHorJustify eJustify = SVX_HOR_JUSTIFY_STANDARD; in SetFormat()
/aoo4110/main/sc/source/ui/sidebar/
H A DAlignmentPropertyPanel.hxx97 SvxCellHorJustify meHorAlignState;
/aoo4110/main/svx/inc/svx/
H A Dalgitem.hxx48 const SvxCellHorJustify eJustify /*= SVX_HOR_JUSTIFY_STANDARD*/,
H A Dsvxitems.hrc103 // enum SvxCellHorJustify
/aoo4110/main/cui/source/tabpages/
H A Dalign.cxx58 typedef sfx::ValueItemWrapper< SvxHorJustifyItem, SvxCellHorJustify, sal_uInt16 > HorJustItemWrappe…
/aoo4110/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx878SvxCellHorJustify eHorJust = ( pHorJustifyItem ? static_cast< SvxCellHorJustify >( pHorJustifyItem… in GetTextForwarder()

Completed in 177 milliseconds

12