/aoo4110/main/svx/source/items/ |
H A D | algitem.cxx | 63 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 …]
|
/aoo4110/main/svx/inc/svx/ |
H A D | algitem.hxx | 75 class SVX_DLLPUBLIC SvxVerJustifyItem: public SfxEnumItem class 80 SvxVerJustifyItem( const sal_uInt16 nId ); 82 SvxVerJustifyItem( 99 inline SvxVerJustifyItem& operator=(const SvxVerJustifyItem& rVerJustify) in operator =()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | formatsh.cxx | 1174 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 D | output2.cxx | 303 …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()
|
/aoo4110/main/sc/source/filter/lotus/ |
H A D | op.cxx | 513 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()
|
/aoo4110/main/sc/source/ui/sidebar/ |
H A D | AlignmentPropertyPanel.cxx | 300 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()
|
/aoo4110/main/sc/inc/ |
H A D | autoform.hxx | 106 SvxVerJustifyItem aVerJustify; 142 const SvxVerJustifyItem& GetVerJustify() const { return aVerJustify; } in GetVerJustify() 174 void SetVerJustify( const SvxVerJustifyItem& rVerJustify ) { aVerJustify = rVerJustify; } in SetVerJustify()
|
/aoo4110/main/sc/source/filter/rtf/ |
H A D | rtfexp.cxx | 160 …const SvxVerJustifyItem& rVerJustifyItem= (const SvxVerJustifyItem&)pAttr->GetItem( ATTR_VER_JUSTI… in WriteRow()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | autoform.cxx | 212 …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 D | editutil.cxx | 146 SvxCellVerJustify eJust = (SvxCellVerJustify) ((const SvxVerJustifyItem&)pPattern-> in GetEditArea()
|
/aoo4110/main/reportdesign/source/ui/misc/ |
H A D | UITools.cxx | 359 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()
|
/aoo4110/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 1244 … 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()
|
/aoo4110/main/sc/source/filter/qpro/ |
H A D | qprostyle.cxx | 119 rItemSet.Put(SvxVerJustifyItem( eVerJustify, ATTR_VER_JUSTIFY ) ); in SetFormat()
|
/aoo4110/main/sw/inc/ |
H A D | tblafmt.hxx | 104 SvxVerJustifyItem aVerJustify;
|
/aoo4110/main/cui/source/tabpages/ |
H A D | align.cxx | 74 typedef sfx::ValueItemWrapper< SvxVerJustifyItem, SvxCellVerJustify, sal_uInt16 > VerJustItemWrappe…
|
/aoo4110/main/sc/source/filter/html/ |
H A D | htmlexp.cxx | 947 const SvxVerJustifyItem& rVerJustifyItem = (const SvxVerJustifyItem&) in WriteCell()
|
H A D | htmlpars.cxx | 977 pActEntry->aItemSet.Put( SvxVerJustifyItem( eVal, ATTR_VER_JUSTIFY) ); in TableDataOn() 2518 rItemSet.Put( SvxVerJustifyItem( eVal, ATTR_VER_JUSTIFY ) ); in ProcessFormatOptions()
|
/aoo4110/main/starmath/sdi/ |
H A D | smitems.sdi | 556 item SvxCellVerJustifyEnum SvxVerJustifyItem;
|
/aoo4110/main/sc/source/ui/Accessibility/ |
H A D | AccessibleText.cxx | 979 const SvxVerJustifyItem* pVerJustifyItem = static_cast< const SvxVerJustifyItem* >( in GetTextForwarder()
|
/aoo4110/main/svx/sdi/ |
H A D | svxitems.sdi | 395 item SvxCellVerJustifyEnum SvxVerJustifyItem;
|
/aoo4110/main/sc/source/core/data/ |
H A D | docpool.cxx | 261 …ppPoolDefaults[ ATTR_VER_JUSTIFY - ATTR_STARTINDEX ] = new SvxVerJustifyItem( SVX_VER_JUSTIFY_… in ScDocumentPool()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | tblafmt.cxx | 378 READ( aVerJustify, SvxVerJustifyItem , rVersions.nVerJustifyVersion) in Load()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | xistyle.cxx | 710 …ScfTools::PutItem( rItemSet, SvxVerJustifyItem( GetScVerAlign(), ATTR_VER_JUSTIFY ), bSkipPoolDefs… in FillToItemSet()
|
H A D | xestyle.cxx | 1404 … SetScVerAlign( GETITEMVALUE( rItemSet, SvxVerJustifyItem, ATTR_VER_JUSTIFY, SvxCellVerJustify ) ); in FillFromItemSet()
|
/aoo4110/main/sc/sdi/ |
H A D | scalc.sdi | 7309 SvxVerJustifyItem VerticalAlignment SID_V_ALIGNCELL
|