Home
last modified time | relevance | path

Searched refs:SvxHorJustifyItem (Results 1 – 25 of 45) sorted by relevance

12

/aoo4110/main/svx/source/items/
H A Dalgitem.cxx62 TYPEINIT1_FACTORY( SvxHorJustifyItem, SfxEnumItem, new SvxHorJustifyItem(SVX_HOR_JUSTIFY_STANDARD, …
70 SvxHorJustifyItem::SvxHorJustifyItem( const sal_uInt16 nId ) : in SvxHorJustifyItem() function in SvxHorJustifyItem
75 SvxHorJustifyItem::SvxHorJustifyItem( const SvxCellHorJustify eJustify, in SvxHorJustifyItem() function in SvxHorJustifyItem
83 SfxItemPresentation SvxHorJustifyItem::GetPresentation in GetPresentation()
150 sal_Bool SvxHorJustifyItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
205 XubString SvxHorJustifyItem::GetValueText( sal_uInt16 nVal ) const in GetValueText()
213 SfxPoolItem* SvxHorJustifyItem::Clone( SfxItemPool* ) const in Clone()
215 return new SvxHorJustifyItem( *this ); in Clone()
220 SfxPoolItem* SvxHorJustifyItem::Create( SvStream& rStream, sal_uInt16 ) const in Create()
224 return new SvxHorJustifyItem( (SvxCellHorJustify)nVal, Which() ); in Create()
[all …]
/aoo4110/main/sc/source/filter/lotus/
H A Dmemory.cxx44 extern SvxHorJustifyItem *pAttrRight, *pAttrLeft, *pAttrCenter,
56 pAttrRight = new SvxHorJustifyItem( SVX_HOR_JUSTIFY_RIGHT, ATTR_HOR_JUSTIFY ); in MemNew()
57 pAttrLeft = new SvxHorJustifyItem( SVX_HOR_JUSTIFY_LEFT, ATTR_HOR_JUSTIFY ); in MemNew()
58 pAttrCenter = new SvxHorJustifyItem( SVX_HOR_JUSTIFY_CENTER, ATTR_HOR_JUSTIFY ); in MemNew()
59 pAttrRepeat = new SvxHorJustifyItem( SVX_HOR_JUSTIFY_REPEAT, ATTR_HOR_JUSTIFY ); in MemNew()
60 pAttrStandard = new SvxHorJustifyItem( SVX_HOR_JUSTIFY_STANDARD, ATTR_HOR_JUSTIFY ); in MemNew()
H A Dop.cxx481 rPatternItemSet.Put( SvxHorJustifyItem( SVX_HOR_JUSTIFY_LEFT, ATTR_HOR_JUSTIFY ) ); in OP_HorAlign123()
484 rPatternItemSet.Put( SvxHorJustifyItem( SVX_HOR_JUSTIFY_RIGHT, ATTR_HOR_JUSTIFY ) ); in OP_HorAlign123()
487 rPatternItemSet.Put( SvxHorJustifyItem( SVX_HOR_JUSTIFY_CENTER, ATTR_HOR_JUSTIFY) ); in OP_HorAlign123()
490 rPatternItemSet.Put( SvxHorJustifyItem( SVX_HOR_JUSTIFY_STANDARD, ATTR_HOR_JUSTIFY ) ); in OP_HorAlign123()
493 rPatternItemSet.Put( SvxHorJustifyItem( SVX_HOR_JUSTIFY_BLOCK, ATTR_HOR_JUSTIFY ) ); in OP_HorAlign123()
496 rPatternItemSet.Put( SvxHorJustifyItem( SVX_HOR_JUSTIFY_STANDARD, ATTR_HOR_JUSTIFY ) ); in OP_HorAlign123()
H A Dtool.cxx60 extern SvxHorJustifyItem *pAttrRight, *pAttrLeft, *pAttrCenter, *pAttrRepeat, *pAttrStandard;
64 SvxHorJustifyItem *pAttrRight, *pAttrLeft, *pAttrCenter, *pAttrRepeat, *pAttrStandard;
85 SvxHorJustifyItem* pJustify = NULL; in PutFormString()
H A Dlotattr.cxx193 SvxHorJustifyItem aHorJustify(SVX_HOR_JUSTIFY_CENTER, ATTR_HOR_JUSTIFY ); in GetPattAttr()
/aoo4110/main/svx/inc/svx/
H A Dalgitem.hxx40 class SVX_DLLPUBLIC SvxHorJustifyItem: public SfxEnumItem class
45 SvxHorJustifyItem( const sal_uInt16 nId );
47 SvxHorJustifyItem(
64 inline SvxHorJustifyItem& operator=(const SvxHorJustifyItem& rHorJustify) in operator =()
/aoo4110/main/sc/source/ui/view/
H A Dformatsh.cxx1166 pTabViewShell->ApplyAttr( SvxHorJustifyItem( (j) ) ); \
1168 pTabViewShell->ApplyAttr( SvxHorJustifyItem( SVX_HOR_JUSTIFY_STANDARD ) ); \
1230 … pTabViewShell->ApplyAttr( SvxHorJustifyItem( eJust, ATTR_HOR_JUSTIFY ) ); in ExecuteAlignment()
1428 const SvxHorJustifyItem* pHorJustify = NULL; in ExecuteTextAttr()
1435 pHorJustify = (const SvxHorJustifyItem*)pItem; in ExecuteTextAttr()
1448 rReq.AppendItem( SvxHorJustifyItem( in ExecuteTextAttr()
1458 rReq.AppendItem( SvxHorJustifyItem( in ExecuteTextAttr()
1468 rReq.AppendItem( SvxHorJustifyItem( in ExecuteTextAttr()
1478 rReq.AppendItem( SvxHorJustifyItem( in ExecuteTextAttr()
2127 const SvxHorJustifyItem* pHorJustify = NULL; in GetTextAttrState()
[all …]
/aoo4110/main/sc/source/ui/sidebar/
H A DAlignmentPropertyPanel.cxx266 SvxHorJustifyItem aHorItem(meHorAlignState, SID_H_ALIGNCELL); in IMPL_LINK()
406 if(eState >= SFX_ITEM_DEFAULT && pState && pState->ISA(SvxHorJustifyItem) ) in NotifyItemUpdate()
408 const SvxHorJustifyItem* pItem = (const SvxHorJustifyItem*)pState; in NotifyItemUpdate()
/aoo4110/main/sc/inc/
H A Dautoform.hxx105 SvxHorJustifyItem aHorJustify;
141 const SvxHorJustifyItem& GetHorJustify() const { return aHorJustify; } in GetHorJustify()
173 void SetHorJustify( const SvxHorJustifyItem& rHorJustify ) { aHorJustify = rHorJustify; } in SetHorJustify()
/aoo4110/main/sc/source/filter/rtf/
H A Drtfexp.cxx254 …const SvxHorJustifyItem& rHorJustifyItem = (const SvxHorJustifyItem&)pAttr->GetItem( ATTR_HOR_JUST… in WriteCell()
/aoo4110/main/dbaccess/source/ui/inc/
H A Dsbagrid.hrc69 #define SBA_ATTR_ALIGN_HOR_JUSTIFY (SBA_WHICHID_START + 145) // SvxHorJustifyItem
87 #define SBA_ATTR_ALIGN_HOR_JUSTIFY (SBA_WHICHID_START + 145) // SvxHorJustifyItem
/aoo4110/main/sc/source/core/tool/
H A Dautoform.cxx211 …rStream << SvxHorJustifyItem(SVX_HOR_JUSTIFY_STANDARD, ATTR_HOR_JUSTIFY).GetVersion(SOFFICE_FILEFO… in Write()
356 READ( aHorJustify, SvxHorJustifyItem, rVersions.nHorJustifyVersion) in Load()
411 READ( aHorJustify, SvxHorJustifyItem, rVersions.nHorJustifyVersion) in LoadOld()
599 case ATTR_HOR_JUSTIFY: rField.SetHorJustify( (const SvxHorJustifyItem&)rItem ); break; in PutItem()
780 rField.SetHorJustify ( (const SvxHorJustifyItem&) rItemSet.Get( ATTR_HOR_JUSTIFY ) ); in GetFromItemSet()
/aoo4110/main/reportdesign/source/ui/misc/
H A DUITools.cxx355 SvxHorJustifyItem aHorJustifyItem(ITEMID_HORJUSTIFY); in lcl_CharPropertiesToItems()
475 …SET == _rItemSet.GetItemState( ITEMID_HORJUSTIFY,sal_True,&pItem) && pItem->ISA(SvxHorJustifyItem)) in lcl_itemsToCharProperties()
477 const SvxHorJustifyItem* pJustifyItem = static_cast<const SvxHorJustifyItem*>(pItem); in lcl_itemsToCharProperties()
687 new SvxHorJustifyItem(ITEMID_HORJUSTIFY), in openCharDialog()
/aoo4110/main/sc/source/filter/starcalc/
H A Dscflt.cxx1231 … rItemSet.Put( SvxHorJustifyItem( SVX_HOR_JUSTIFY_LEFT, ATTR_HOR_JUSTIFY ) ); in LoadPatternCollection()
1234 … rItemSet.Put( SvxHorJustifyItem( SVX_HOR_JUSTIFY_CENTER, ATTR_HOR_JUSTIFY ) ); in LoadPatternCollection()
1237 … rItemSet.Put( SvxHorJustifyItem( SVX_HOR_JUSTIFY_RIGHT, ATTR_HOR_JUSTIFY ) ); in LoadPatternCollection()
1865 … aScPattern.GetItemSet().Put(SvxHorJustifyItem(SVX_HOR_JUSTIFY_LEFT, ATTR_HOR_JUSTIFY)); in LoadColAttr()
1868 … aScPattern.GetItemSet().Put(SvxHorJustifyItem(SVX_HOR_JUSTIFY_CENTER, ATTR_HOR_JUSTIFY)); in LoadColAttr()
1871 … aScPattern.GetItemSet().Put(SvxHorJustifyItem(SVX_HOR_JUSTIFY_RIGHT, ATTR_HOR_JUSTIFY)); in LoadColAttr()
/aoo4110/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx676 SvxHorJustifyItem aHorJustifyItem( SVX_HOR_JUSTIFY_STANDARD, ATTR_HOR_JUSTIFY ); in DrawString()
683 …(SvxCellHorJustify)(((const SvxHorJustifyItem*)pCurData->GetItem( nFmtIndex, ATTR_HOR_JUSTIFY ))->… in DrawString()
/aoo4110/main/sc/source/filter/qpro/
H A Dqprostyle.cxx100 rItemSet.Put( SvxHorJustifyItem( eJustify, ATTR_HOR_JUSTIFY ) ); in SetFormat()
/aoo4110/main/sc/source/ui/app/
H A Dtransobj.cxx812 if ( ((const SvxHorJustifyItem*) pDestDoc->GetAttr( in StripRefs()
816 SvxHorJustifyItem(SVX_HOR_JUSTIFY_RIGHT, ATTR_HOR_JUSTIFY) ); in StripRefs()
/aoo4110/main/sc/source/core/data/
H A Dcolumn2.cxx230 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.cxx847 rDestSet.Put( SvxHorJustifyItem( eVal, ATTR_HOR_JUSTIFY) ); in GetFromEditItemSet()
865 ((const SvxHorJustifyItem&)rMySet.Get(ATTR_HOR_JUSTIFY)).GetValue(); in FillEditParaItems()
1305 … sal_Bool bRepeat = ( static_cast<const SvxHorJustifyItem&>(GetItem(ATTR_HOR_JUSTIFY, pCondSet)). in GetRotateVal()
H A Dattarray.cxx1318 else if ((SvxCellHorJustify)((const SvxHorJustifyItem&)pPattern-> in HasAttrib()
1349 ((const SvxHorJustifyItem&) pPattern->GetItem( ATTR_HOR_JUSTIFY )).GetValue(); in HasAttrib()
1670 || ((const SvxHorJustifyItem*)pItem)->GetValue() != SVX_HOR_JUSTIFY_LEFT ); in ChangeIndent()
1700 SvxHorJustifyItem( SVX_HOR_JUSTIFY_LEFT, ATTR_HOR_JUSTIFY ) ); in ChangeIndent()
/aoo4110/main/sw/inc/
H A Dtblafmt.hxx103 SvxHorJustifyItem aHorJustify;
/aoo4110/main/dbaccess/source/ui/misc/
H A DUITools.cxx1142 new SvxHorJustifyItem(SVX_HOR_JUSTIFY_STANDARD, SBA_ATTR_ALIGN_HOR_JUSTIFY), in callColumnFormatDialog()
1153 pFormatDescriptor->Put(SvxHorJustifyItem(_eJustify, SBA_ATTR_ALIGN_HOR_JUSTIFY)); in callColumnFormatDialog()
1189 SFX_ITEMSET_GET(*pSet, pHorJustify, SvxHorJustifyItem, SBA_ATTR_ALIGN_HOR_JUSTIFY, sal_True); in callColumnFormatDialog()
/aoo4110/main/cui/source/tabpages/
H A Dalign.cxx58 typedef sfx::ValueItemWrapper< SvxHorJustifyItem, SvxCellHorJustify, sal_uInt16 > HorJustItemWrappe…
/aoo4110/main/sc/source/filter/html/
H A Dhtmlexp.cxx944 const SvxHorJustifyItem& rHorJustifyItem = (const SvxHorJustifyItem&) in WriteCell()
H A Dhtmlpars.cxx962 pActEntry->aItemSet.Put( SvxHorJustifyItem( eVal, ATTR_HOR_JUSTIFY) ); in TableDataOn()
1011 SvxHorJustifyItem( SVX_HOR_JUSTIFY_CENTER, ATTR_HOR_JUSTIFY) ); in TableDataOn()
2485 rItemSet.Put( SvxHorJustifyItem( SVX_HOR_JUSTIFY_CENTER, ATTR_HOR_JUSTIFY ) ); in ProcessFormatOptions()
2503 rItemSet.Put( SvxHorJustifyItem( eVal, ATTR_HOR_JUSTIFY ) ); in ProcessFormatOptions()

Completed in 190 milliseconds

12