Home
last modified time | relevance | path

Searched refs:SvxLineEndListItem (Results 1 – 14 of 14) sorted by relevance

/trunk/main/svx/source/items/
H A Ddrawitem.cxx44 TYPEINIT1_FACTORY( SvxLineEndListItem, SfxPoolItem , new SvxLineEndListItem);
477 SvxLineEndListItem::SvxLineEndListItem() in SvxLineEndListItem() function in SvxLineEndListItem
483 SvxLineEndListItem::SvxLineEndListItem( XLineEndListSharedPtr aList, sal_uInt16 nW ) : in SvxLineEndListItem() function in SvxLineEndListItem
491 SvxLineEndListItem::SvxLineEndListItem( const SvxLineEndListItem& rItem ) : in SvxLineEndListItem() function in SvxLineEndListItem
499 SfxItemPresentation SvxLineEndListItem::GetPresentation in GetPresentation()
513 int SvxLineEndListItem::operator==( const SfxPoolItem& rItem ) const in operator ==()
516 return static_cast< const SvxLineEndListItem& >(rItem).maLineEndList == maLineEndList; in operator ==()
521 SfxPoolItem* SvxLineEndListItem::Clone( SfxItemPool * ) const in Clone()
523 return new SvxLineEndListItem( *this ); in Clone()
528 sal_Bool SvxLineEndListItem::QueryValue( com::sun::star::uno::Any& rVal, sal_uInt8 /*nMemberId*/ ) … in QueryValue()
[all …]
/trunk/main/svx/inc/svx/
H A Ddrawitem.hxx210 class SVX_DLLPUBLIC SvxLineEndListItem : public SfxPoolItem class
216 SvxLineEndListItem();
217 SvxLineEndListItem( XLineEndListSharedPtr aList, sal_uInt16 nWhich );
218 SvxLineEndListItem( const SvxLineEndListItem& );
/trunk/main/sd/source/ui/dlg/
H A Dprltempl.cxx145 SvxLineEndListItem aLineEndListItem(*( (const SvxLineEndListItem*) in SdPresLayoutTemplateDlg()
262 aSet.Put (SvxLineEndListItem(maLineEndList,SID_LINEEND_LIST)); in PageCreated()
H A Dtabtempl.cxx128 aSet.Put (SvxLineEndListItem(maLineEndList,SID_LINEEND_LIST)); in PageCreated()
/trunk/main/svx/source/tbxctrls/
H A Dlinectrl.cxx429 maLineEndList = static_cast< const SvxLineEndListItem* >(pItem)->GetLineEndList(); in implInit()
665 if ( pState && pState->ISA( SvxLineEndListItem )) in StateChanged()
667 maLineEndList = static_cast< const SvxLineEndListItem* >(pState)->GetLineEndList(); in StateChanged()
/trunk/main/cui/source/tabpages/
H A Dtabline.cxx158 pShell->PutItem( SvxLineEndListItem( maNewLineEndList, SID_LINEEND_LIST ) ); in SavePalettes()
183 pShell->PutItem( SvxLineEndListItem( maLineEndList, SID_LINEEND_LIST ) ); in SavePalettes()
H A Dtpline.cxx2031 SFX_ITEMSET_ARG (&aSet,pLineEndListItem,SvxLineEndListItem,SID_LINEEND_LIST,sal_False); in PageCreated()
/trunk/main/sw/source/ui/app/
H A Ddocshdrw.cxx79 …pSwDocShell->PutItem(SvxLineEndListItem(pSwDrawDocument->GetLineEndListFromSdrModel(), SID_LINEEND… in InitDrawModelAndDocShell()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh2.cxx160 … PutItem( SvxLineEndListItem ( pDrawLayer->GetLineEndListFromSdrModel(), SID_LINEEND_LIST ) ); in InitItems()
/trunk/main/svx/source/sidebar/line/
H A DLinePropertyPanel.cxx1110SvxLineEndListItem aItem( *(const SvxLineEndListItem*)(pSh->GetItem( SID_LINEEND_LIST ) ) ); in FillLineEndList()
/trunk/main/sd/source/ui/docshell/
H A Ddocshell.cxx481 PutItem( SvxLineEndListItem( mpDoc->GetLineEndListFromSdrModel(), SID_LINEEND_LIST ) ); in UpdateTablePointers()
/trunk/main/svx/sdi/
H A Dsvxitems.sdi403 item String SvxLineEndListItem;
H A Dsvx.sdi13878 SvxLineEndListItem LineEndListState SID_LINEEND_LIST
/trunk/main/chart2/source/controller/dialogs/
H A Ddlg_ObjectProperties.cxx527 … aSet.Put (SvxLineEndListItem(m_pViewElementListProvider->GetLineEndList(),SID_LINEEND_LIST)); in PageCreated()

Completed in 76 milliseconds