/trunk/main/svx/source/items/ |
H A D | algitem.cxx | 62 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 …]
|
/trunk/main/sc/source/filter/lotus/ |
H A D | memory.cxx | 44 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 D | op.cxx | 481 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 D | tool.cxx | 60 extern SvxHorJustifyItem *pAttrRight, *pAttrLeft, *pAttrCenter, *pAttrRepeat, *pAttrStandard; 64 SvxHorJustifyItem *pAttrRight, *pAttrLeft, *pAttrCenter, *pAttrRepeat, *pAttrStandard; 85 SvxHorJustifyItem* pJustify = NULL; in PutFormString()
|
H A D | lotattr.cxx | 193 SvxHorJustifyItem aHorJustify(SVX_HOR_JUSTIFY_CENTER, ATTR_HOR_JUSTIFY ); in GetPattAttr()
|
/trunk/main/svx/inc/svx/ |
H A D | algitem.hxx | 40 class SVX_DLLPUBLIC SvxHorJustifyItem: public SfxEnumItem class 45 SvxHorJustifyItem( const sal_uInt16 nId ); 47 SvxHorJustifyItem( 64 inline SvxHorJustifyItem& operator=(const SvxHorJustifyItem& rHorJustify) in operator =()
|
/trunk/main/sc/source/ui/view/ |
H A D | formatsh.cxx | 1166 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 …]
|
/trunk/main/sc/source/ui/sidebar/ |
H A D | AlignmentPropertyPanel.cxx | 266 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()
|
/trunk/main/sc/inc/ |
H A D | autoform.hxx | 105 SvxHorJustifyItem aHorJustify; 141 const SvxHorJustifyItem& GetHorJustify() const { return aHorJustify; } in GetHorJustify() 173 void SetHorJustify( const SvxHorJustifyItem& rHorJustify ) { aHorJustify = rHorJustify; } in SetHorJustify()
|
/trunk/main/reportdesign/source/ui/misc/ |
H A D | UITools.cxx | 355 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()
|
/trunk/main/sc/source/core/tool/ |
H A D | autoform.cxx | 211 …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()
|
/trunk/main/sc/source/filter/rtf/ |
H A D | rtfexp.cxx | 254 …const SvxHorJustifyItem& rHorJustifyItem = (const SvxHorJustifyItem&)pAttr->GetItem( ATTR_HOR_JUST… in WriteCell()
|
/trunk/main/dbaccess/source/ui/inc/ |
H A D | sbagrid.hrc | 69 #define SBA_ATTR_ALIGN_HOR_JUSTIFY (SBA_WHICHID_START + 145) // SvxHorJustifyItem 87 #define SBA_ATTR_ALIGN_HOR_JUSTIFY (SBA_WHICHID_START + 145) // SvxHorJustifyItem
|
/trunk/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 1231 … 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()
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | autofmt.cxx | 676 SvxHorJustifyItem aHorJustifyItem( SVX_HOR_JUSTIFY_STANDARD, ATTR_HOR_JUSTIFY ); in DrawString() 683 …(SvxCellHorJustify)(((const SvxHorJustifyItem*)pCurData->GetItem( nFmtIndex, ATTR_HOR_JUSTIFY ))->… in DrawString()
|
/trunk/main/sc/source/filter/qpro/ |
H A D | qprostyle.cxx | 100 rItemSet.Put( SvxHorJustifyItem( eJustify, ATTR_HOR_JUSTIFY ) ); in SetFormat()
|
/trunk/main/sc/source/ui/app/ |
H A D | transobj.cxx | 812 if ( ((const SvxHorJustifyItem*) pDestDoc->GetAttr( in StripRefs() 816 SvxHorJustifyItem(SVX_HOR_JUSTIFY_RIGHT, ATTR_HOR_JUSTIFY) ); in StripRefs()
|
/trunk/main/sc/source/core/data/ |
H A D | patattr.cxx | 847 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 D | column2.cxx | 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 D | attarray.cxx | 1318 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()
|
/trunk/main/dbaccess/source/ui/misc/ |
H A D | UITools.cxx | 1142 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()
|
/trunk/main/sw/inc/ |
H A D | tblafmt.hxx | 104 SvxHorJustifyItem aHorJustify;
|
/trunk/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 962 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()
|
H A D | htmlexp.cxx | 944 const SvxHorJustifyItem& rHorJustifyItem = (const SvxHorJustifyItem&) in WriteCell()
|
/trunk/main/cui/source/tabpages/ |
H A D | align.cxx | 58 typedef sfx::ValueItemWrapper< SvxHorJustifyItem, SvxCellHorJustify, sal_uInt16 > HorJustItemWrappe…
|