Home
last modified time | relevance | path

Searched refs:SvxVerJustifyItem (Results 1 – 25 of 26) sorted by relevance

12

/trunk/main/svx/source/items/
H A Dalgitem.cxx63 TYPEINIT1_FACTORY( SvxVerJustifyItem, SfxEnumItem, new SvxVerJustifyItem(SVX_VER_JUSTIFY_STANDARD, …
235 SvxVerJustifyItem::SvxVerJustifyItem( const sal_uInt16 nId ) : in SvxVerJustifyItem() function in SvxVerJustifyItem
240 SvxVerJustifyItem::SvxVerJustifyItem( const SvxCellVerJustify eJustify, in SvxVerJustifyItem() function in SvxVerJustifyItem
248 SfxItemPresentation SvxVerJustifyItem::GetPresentation in GetPresentation()
308 sal_Bool SvxVerJustifyItem::PutValue( const uno::Any& rVal, sal_uInt8 nMemberId ) in PutValue()
361 XubString SvxVerJustifyItem::GetValueText( sal_uInt16 nVal ) const in GetValueText()
369 SfxPoolItem* SvxVerJustifyItem::Clone( SfxItemPool* ) const in Clone()
371 return new SvxVerJustifyItem( *this ); in Clone()
376 SfxPoolItem* SvxVerJustifyItem::Create( SvStream& rStream, sal_uInt16 ) const in Create()
380 return new SvxVerJustifyItem( (SvxCellVerJustify)nVal, Which() ); in Create()
[all …]
/trunk/main/svx/inc/svx/
H A Dalgitem.hxx75 class SVX_DLLPUBLIC SvxVerJustifyItem: public SfxEnumItem class
80 SvxVerJustifyItem( const sal_uInt16 nId );
82 SvxVerJustifyItem(
99 inline SvxVerJustifyItem& operator=(const SvxVerJustifyItem& rVerJustify) in operator =()
/trunk/main/sc/source/ui/view/
H A Dformatsh.cxx1174 pTabViewShell->ApplyAttr( SvxVerJustifyItem( (j) ) ); \
1176 pTabViewShell->ApplyAttr( SvxVerJustifyItem( SVX_VER_JUSTIFY_STANDARD ) ); \
1202 …pTabViewShell->ApplyAttr( SvxVerJustifyItem( lclConvertSlotToVAlign( nSlot ), ATTR_VER_JUSTIFY ) ); in ExecuteAlignment()
1234 …pTabViewShell->ApplyAttr( SvxVerJustifyItem( (SvxCellVerJustify)((const SvxVerJustifyItem*)pItem)-… in ExecuteAlignment()
1429 const SvxVerJustifyItem* pVerJustify = NULL; in ExecuteTextAttr()
1440 pVerJustify = (const SvxVerJustifyItem*)pItem; in ExecuteTextAttr()
1488 rReq.AppendItem( SvxVerJustifyItem( in ExecuteTextAttr()
1498 rReq.AppendItem( SvxVerJustifyItem( in ExecuteTextAttr()
1508 rReq.AppendItem( SvxVerJustifyItem( in ExecuteTextAttr()
2128 const SvxVerJustifyItem* pVerJustify = NULL; in GetTextAttrState()
[all …]
H A Doutput2.cxx303 …eAttrVerJust = (SvxCellVerJustify)((const SvxVerJustifyItem&)pPattern->GetItem( ATTR_VER_JUSTIFY, … in SetPattern()
2390 SvxCellVerJustify eVerJust = (SvxCellVerJustify)((const SvxVerJustifyItem&) in DrawEdit()
3133 SvxCellVerJustify eVerJust = (SvxCellVerJustify)((const SvxVerJustifyItem&) in DrawRotated()
/trunk/main/sc/source/filter/lotus/
H A Dop.cxx513 rPatternItemSet.Put( SvxVerJustifyItem(SVX_VER_JUSTIFY_STANDARD, ATTR_VER_JUSTIFY) ); in OP_VerAlign123()
516 rPatternItemSet.Put( SvxVerJustifyItem(SVX_VER_JUSTIFY_TOP, ATTR_VER_JUSTIFY) ); in OP_VerAlign123()
519 rPatternItemSet.Put( SvxVerJustifyItem(SVX_VER_JUSTIFY_CENTER, ATTR_VER_JUSTIFY) ); in OP_VerAlign123()
522 rPatternItemSet.Put( SvxVerJustifyItem(SVX_VER_JUSTIFY_BOTTOM, ATTR_VER_JUSTIFY) ); in OP_VerAlign123()
525 rPatternItemSet.Put( SvxVerJustifyItem(SVX_VER_JUSTIFY_STANDARD, ATTR_VER_JUSTIFY) ); in OP_VerAlign123()
/trunk/main/sc/source/ui/sidebar/
H A DAlignmentPropertyPanel.cxx300 SvxVerJustifyItem aVerItem(meVerAlignState, SID_V_ALIGNCELL); in IMPL_LINK()
418 if(eState >= SFX_ITEM_DEFAULT && pState && pState->ISA(SvxVerJustifyItem) ) in NotifyItemUpdate()
420 const SvxVerJustifyItem* pItem = (const SvxVerJustifyItem*)pState; in NotifyItemUpdate()
/trunk/main/sc/inc/
H A Dautoform.hxx106 SvxVerJustifyItem aVerJustify;
142 const SvxVerJustifyItem& GetVerJustify() const { return aVerJustify; } in GetVerJustify()
174 void SetVerJustify( const SvxVerJustifyItem& rVerJustify ) { aVerJustify = rVerJustify; } in SetVerJustify()
/trunk/main/reportdesign/source/ui/misc/
H A DUITools.cxx359 SvxVerJustifyItem aVerJustifyItem(ITEMID_VERJUSTIFY); in lcl_CharPropertiesToItems()
482 …SET == _rItemSet.GetItemState( ITEMID_VERJUSTIFY,sal_True,&pItem) && pItem->ISA(SvxVerJustifyItem)) in lcl_itemsToCharProperties()
484 const SvxVerJustifyItem* pJustifyItem = static_cast<const SvxVerJustifyItem*>(pItem); in lcl_itemsToCharProperties()
688 new SvxVerJustifyItem(ITEMID_VERJUSTIFY), in openCharDialog()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx212 …rStream << SvxVerJustifyItem(SVX_VER_JUSTIFY_STANDARD, ATTR_VER_JUSTIFY).GetVersion(SOFFICE_FILEFO… in Write()
357 READ( aVerJustify, SvxVerJustifyItem, rVersions.nVerJustifyVersion) in Load()
412 READ( aVerJustify, SvxVerJustifyItem, rVersions.nVerJustifyVersion) in LoadOld()
600 case ATTR_VER_JUSTIFY: rField.SetVerJustify( (const SvxVerJustifyItem&)rItem ); break; in PutItem()
781 rField.SetVerJustify ( (const SvxVerJustifyItem&) rItemSet.Get( ATTR_VER_JUSTIFY ) ); in GetFromItemSet()
H A Deditutil.cxx146 SvxCellVerJustify eJust = (SvxCellVerJustify) ((const SvxVerJustifyItem&)pPattern-> in GetEditArea()
/trunk/main/sc/source/filter/rtf/
H A Drtfexp.cxx160 …const SvxVerJustifyItem& rVerJustifyItem= (const SvxVerJustifyItem&)pAttr->GetItem( ATTR_VER_JUSTI… in WriteRow()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx1244 … rItemSet.Put( SvxVerJustifyItem( SVX_VER_JUSTIFY_TOP, ATTR_VER_JUSTIFY ) ); in LoadPatternCollection()
1247 … rItemSet.Put( SvxVerJustifyItem( SVX_VER_JUSTIFY_CENTER, ATTR_VER_JUSTIFY ) ); in LoadPatternCollection()
1250 … rItemSet.Put( SvxVerJustifyItem( SVX_VER_JUSTIFY_BOTTOM, ATTR_VER_JUSTIFY ) ); in LoadPatternCollection()
1878 … aScPattern.GetItemSet().Put(SvxVerJustifyItem(SVX_VER_JUSTIFY_TOP, ATTR_VER_JUSTIFY)); in LoadColAttr()
1881 … aScPattern.GetItemSet().Put(SvxVerJustifyItem(SVX_VER_JUSTIFY_CENTER, ATTR_VER_JUSTIFY)); in LoadColAttr()
1884 … aScPattern.GetItemSet().Put(SvxVerJustifyItem(SVX_VER_JUSTIFY_BOTTOM, ATTR_VER_JUSTIFY)); in LoadColAttr()
/trunk/main/sc/source/filter/qpro/
H A Dqprostyle.cxx119 rItemSet.Put(SvxVerJustifyItem( eVerJustify, ATTR_VER_JUSTIFY ) ); in SetFormat()
/trunk/main/sw/inc/
H A Dtblafmt.hxx105 SvxVerJustifyItem aVerJustify;
/trunk/main/sc/source/filter/html/
H A Dhtmlexp.cxx947 const SvxVerJustifyItem& rVerJustifyItem = (const SvxVerJustifyItem&) in WriteCell()
H A Dhtmlpars.cxx977 pActEntry->aItemSet.Put( SvxVerJustifyItem( eVal, ATTR_VER_JUSTIFY) ); in TableDataOn()
2518 rItemSet.Put( SvxVerJustifyItem( eVal, ATTR_VER_JUSTIFY ) ); in ProcessFormatOptions()
/trunk/main/cui/source/tabpages/
H A Dalign.cxx74 typedef sfx::ValueItemWrapper< SvxVerJustifyItem, SvxCellVerJustify, sal_uInt16 > VerJustItemWrappe…
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleText.cxx979 const SvxVerJustifyItem* pVerJustifyItem = static_cast< const SvxVerJustifyItem* >( in GetTextForwarder()
/trunk/main/starmath/sdi/
H A Dsmitems.sdi556 item SvxCellVerJustifyEnum SvxVerJustifyItem;
/trunk/main/svx/sdi/
H A Dsvxitems.sdi395 item SvxCellVerJustifyEnum SvxVerJustifyItem;
/trunk/main/sc/source/core/data/
H A Ddocpool.cxx261 …ppPoolDefaults[ ATTR_VER_JUSTIFY - ATTR_STARTINDEX ] = new SvxVerJustifyItem( SVX_VER_JUSTIFY_… in ScDocumentPool()
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx378 READ( aVerJustify, SvxVerJustifyItem , rVersions.nVerJustifyVersion) in Load()
/trunk/main/sc/source/filter/excel/
H A Dxistyle.cxx710 …ScfTools::PutItem( rItemSet, SvxVerJustifyItem( GetScVerAlign(), ATTR_VER_JUSTIFY ), bSkipPoolDefs… in FillToItemSet()
H A Dxestyle.cxx1404 … SetScVerAlign( GETITEMVALUE( rItemSet, SvxVerJustifyItem, ATTR_VER_JUSTIFY, SvxCellVerJustify ) ); in FillFromItemSet()
/trunk/main/sc/sdi/
H A Dscalc.sdi7309 SvxVerJustifyItem VerticalAlignment SID_V_ALIGNCELL

Completed in 256 milliseconds

12