Searched refs:DummyItemConnection (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/cui/source/tabpages/ |
H A D | align.cxx | 178 …AddItemConnection( new sfx::DummyItemConnection( SID_ATTR_ALIGN_HOR_JUSTIFY, maFtHorAlign, sfx::IT… in AlignmentTabPage() 180 …AddItemConnection( new sfx::DummyItemConnection( SID_ATTR_ALIGN_INDENT, maFtIndent, sfx::ITEMCONN_… in AlignmentTabPage() 182 …AddItemConnection( new sfx::DummyItemConnection( SID_ATTR_ALIGN_VER_JUSTIFY, maFtVerAlign, sfx::IT… in AlignmentTabPage() 185 …AddItemConnection( new sfx::DummyItemConnection( SID_ATTR_ALIGN_DEGREES, maFtRotate, sfx::ITEMCONN… in AlignmentTabPage() 186 …AddItemConnection( new sfx::DummyItemConnection( SID_ATTR_ALIGN_LOCKPOS, maFtRefEdge, sfx::ITEMCON… in AlignmentTabPage() 189 …AddItemConnection( new sfx::DummyItemConnection( SID_ATTR_ALIGN_STACKED, maCbStacked, sfx::ITEMCON… in AlignmentTabPage() 194 …AddItemConnection( new sfx::DummyItemConnection( SID_ATTR_FRAMEDIRECTION, maFtFrameDir, sfx::ITEMC… in AlignmentTabPage()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | itemconnect.cxx | 301 DummyItemConnection::DummyItemConnection( sal_uInt16 nSlot, Window& rWindow, ItemConnFlags nFlags )… in DummyItemConnection() function in sfx::DummyItemConnection 308 void DummyItemConnection::ApplyFlags( const SfxItemSet& rItemSet ) in ApplyFlags() 314 void DummyItemConnection::Reset( const SfxItemSet& /*rItemSet*/ ) in Reset() 318 bool DummyItemConnection::FillItemSet( SfxItemSet& /*rDestSet*/, const SfxItemSet& /*rOldSet*/ ) in FillItemSet()
|
/aoo42x/main/sfx2/inc/sfx2/ |
H A D | itemconnect.hxx | 294 class SFX2_DLLPUBLIC DummyItemConnection: class 298 explicit DummyItemConnection( sal_uInt16 nSlot, Window& rWindow,
|
Completed in 31 milliseconds