/aoo42x/main/editeng/inc/editeng/ |
H A D | charrotateitem.hxx | 42 class EDITENG_DLLPUBLIC SvxCharRotateItem : public SfxUInt16Item class 48 SvxCharRotateItem( sal_uInt16 nValue /*= 0*/, 68 inline SvxCharRotateItem& operator=( const SvxCharRotateItem& rItem ) in operator =()
|
H A D | memberids.hrc | 76 //SvxCharRotateItem
|
/aoo42x/main/editeng/source/items/ |
H A D | textitem.cxx | 157 TYPEINIT1_FACTORY(SvxCharRotateItem, SfxUInt16Item, new SvxCharRotateItem(0, sal_False, 0)); 3264 SvxCharRotateItem::SvxCharRotateItem( sal_uInt16 nValue, in SvxCharRotateItem() function in SvxCharRotateItem 3271 SfxPoolItem* SvxCharRotateItem::Clone( SfxItemPool* ) const in Clone() 3273 return new SvxCharRotateItem( GetValue(), IsFitToLine(), Which() ); in Clone() 3281 return new SvxCharRotateItem( nVal, b, Which() ); in Create() 3284 SvStream& SvxCharRotateItem::Store( SvStream & rStrm, sal_uInt16 ) const in Store() 3291 sal_uInt16 SvxCharRotateItem::GetVersion( sal_uInt16 nFFVer ) const in GetVersion() 3296 SfxItemPresentation SvxCharRotateItem::GetPresentation( in GetPresentation() 3326 sal_Bool SvxCharRotateItem::QueryValue( com::sun::star::uno::Any& rVal, in QueryValue() 3374 int SvxCharRotateItem::operator==( const SfxPoolItem& rItem ) const in operator ==() [all …]
|
/aoo42x/main/sw/source/core/text/ |
H A D | pormulti.cxx | 184 const SvxCharRotateItem* pRot = (SvxCharRotateItem*)rCreate.pItem; in SwRotatedPortion() 192 pRot = static_cast<const SvxCharRotateItem*>(pItem); in SwRotatedPortion() 860 const SvxCharRotateItem* &rpRef, sal_Bool &rValue ) in lcl_HasRotation() 865 rValue = 0 != ((SvxCharRotateItem*)pItem)->GetValue(); in lcl_HasRotation() 867 rpRef = (SvxCharRotateItem*)pItem; in lcl_HasRotation() 868 else if( ((SvxCharRotateItem*)pItem)->GetValue() != in lcl_HasRotation() 938 const SvxCharRotateItem* pRotate = NULL; in GetMultiCreator() 942 ((SvxCharRotateItem*)pRotItem)->GetValue() ) in GetMultiCreator() 943 pRotate = (SvxCharRotateItem*)pRotItem; in GetMultiCreator() 977 const SvxCharRotateItem* pRoTmp = NULL; in GetMultiCreator() [all …]
|
H A D | atrstck.cxx | 683 rFnt.SetVertical( ((SvxCharRotateItem*)pRotateItem)->GetValue(), in ActivateTop() 688 ((SvxCharRotateItem*)pDefaultArray[ nRotateStack ])->GetValue(), in ActivateTop() 875 rFnt.SetVertical( ((SvxCharRotateItem&)rItem).GetValue(), in FontChg() 909 rFnt.SetVertical( ((SvxCharRotateItem*)pRotateItem)->GetValue(), in FontChg() 914 ((SvxCharRotateItem*)pDefaultArray[ nRotateStack ])->GetValue(), in FontChg()
|
H A D | txtftn.cxx | 1389 pFnt->SetVertical( ((SvxCharRotateItem*)pItem)->GetValue(), in SwFtnSave()
|
H A D | itrform2.cxx | 1422 nDir = ((SvxCharRotateItem*)pItem)->GetValue(); in NewPortion()
|
/aoo42x/main/sw/inc/ |
H A D | charatr.hxx | 103 inline const SvxCharRotateItem &SwAttrSet::GetCharRotate( sal_Bool bInP ) const in GetCharRotate() 104 { return (const SvxCharRotateItem&)Get( RES_CHRATR_ROTATE, bInP ); } in GetCharRotate() 167 inline const SvxCharRotateItem &SwFmt::GetCharRotate( sal_Bool bInP ) const in GetCharRotate()
|
H A D | swatrset.hxx | 59 class SvxCharRotateItem; 268 inline const SvxCharRotateItem &GetCharRotate( sal_Bool = sal_True ) const;
|
H A D | format.hxx | 225 inline const SvxCharRotateItem &GetCharRotate( sal_Bool = sal_True ) const;
|
/aoo42x/main/reportdesign/source/ui/misc/ |
H A D | UITools.cxx | 352 …_rItemSet.Put(SvxCharRotateItem(_rxReportControlFormat->getCharRotation(),sal_False,ITEMID_CHARROT… in lcl_CharPropertiesToItems() 421 …SET == _rItemSet.GetItemState( ITEMID_CHARROTATE,sal_True,&pItem) && pItem->ISA(SvxCharRotateItem)) in lcl_initAwtFont() 423 const SvxCharRotateItem* pRotateItem = static_cast<const SvxCharRotateItem*>(pItem); in lcl_initAwtFont() 682 new SvxCharRotateItem(0,sal_False,ITEMID_CHARROTATE), in openCharDialog()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | attributeoutputbase.hxx | 67 class SvxCharRotateItem; 423 virtual void CharRotate( const SvxCharRotateItem& ) = 0;
|
H A D | ww8attributeoutput.hxx | 303 virtual void CharRotate( const SvxCharRotateItem& );
|
H A D | rtfattributeoutput.hxx | 345 virtual void CharRotate( const SvxCharRotateItem& rRotate );
|
H A D | docxattributeoutput.hxx | 405 virtual void CharRotate( const SvxCharRotateItem& rRotate );
|
H A D | wrtww8.cxx | 2061 const SvxCharRotateItem * pRotate = NULL; in lcl_TCFlags() 2065 pRotate = (SvxCharRotateItem*)pRotItem; in lcl_TCFlags()
|
H A D | ww8atr.cxx | 1525 void WW8AttributeOutput::CharRotate( const SvxCharRotateItem& rRotate ) in CharRotate() 5139 CharRotate( static_cast< const SvxCharRotateItem& >( rHt ) ); in OutputItem()
|
H A D | docxattributeoutput.cxx | 2464 void DocxAttributeOutput::CharRotate( const SvxCharRotateItem& rRotate) in CharRotate()
|
H A D | rtfattributeoutput.cxx | 2394 void RtfAttributeOutput::CharRotate( const SvxCharRotateItem& rRotate) in CharRotate()
|
/aoo42x/main/svx/sdi/ |
H A D | svxitems.sdi | 662 item SvxCharRotate SvxCharRotateItem;
|
/aoo42x/main/cui/source/tabpages/ |
H A D | chardlg.cxx | 3534 const SvxCharRotateItem& rItem = in Reset() 3535 (SvxCharRotateItem&) rSet.Get( nWhich ); in Reset() 3701 SvxCharRotateItem aItem( 0, m_aFitToLineCB.IsChecked(), nWhich ); in FillItemSet()
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | init.cxx | 522 …aAttrTab[ RES_CHRATR_ROTATE - POOLATTR_BEGIN ] = new SvxCharRotateItem( 0, sal_False, RES_C… in _InitCore()
|
/aoo42x/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 405 SetVertical( ((SvxCharRotateItem*)pItem)->GetValue() ); in SetDiffFnt()
|
/aoo42x/main/editeng/source/rtf/ |
H A D | rtfitem.cxx | 1098 pSet->Put( SvxCharRotateItem( 900, 1 == nTokenValue, in ReadAttr()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | poolfmt.cxx | 1284 aSet.Put( SvxCharRotateItem( 900, sal_False, RES_CHRATR_ROTATE ) ); in GetFmtFromPool()
|