Searched refs:AddItemConnection (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/cui/source/tabpages/ |
| H A D | align.cxx | 178 …AddItemConnection( new sfx::DummyItemConnection( SID_ATTR_ALIGN_HOR_JUSTIFY, maFtHorAlign, sfx::IT… in AlignmentTabPage() 179 …AddItemConnection( new HorJustConnection( SID_ATTR_ALIGN_HOR_JUSTIFY, maLbHorAlign, s_pHorJustMap,… in AlignmentTabPage() 180 …AddItemConnection( new sfx::DummyItemConnection( SID_ATTR_ALIGN_INDENT, maFtIndent, sfx::ITEMCONN_… in AlignmentTabPage() 181 …AddItemConnection( new sfx::UInt16MetricConnection( SID_ATTR_ALIGN_INDENT, maEdIndent, FUNIT_TWIP,… in AlignmentTabPage() 182 …AddItemConnection( new sfx::DummyItemConnection( SID_ATTR_ALIGN_VER_JUSTIFY, maFtVerAlign, sfx::IT… in AlignmentTabPage() 183 …AddItemConnection( new VerJustConnection( SID_ATTR_ALIGN_VER_JUSTIFY, maLbVerAlign, s_pVerJustMap,… in AlignmentTabPage() 184 …AddItemConnection( new DialControlConnection( SID_ATTR_ALIGN_DEGREES, maCtrlDial, sfx::ITEMCONN_HI… 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() 187 …AddItemConnection( new RotateModeConnection( SID_ATTR_ALIGN_LOCKPOS, maVsRefEdge, s_pRotateModeMap… in AlignmentTabPage() [all …]
|
| H A D | border.cxx | 374 …AddItemConnection( svx::CreateShadowConnection( rCoreAttrs, aWndShadows, aEdShadowSize, aLbShadowC… in SvxBorderTabPage() 379 …AddItemConnection( svx::CreateMarginConnection( rCoreAttrs, aLeftMF, aRightMF, aTopMF, aBottomMF )… in SvxBorderTabPage() 381 …AddItemConnection( svx::CreateFrameLineConnection( SID_ATTR_BORDER_DIAG_TLBR, aFrameSel, svx::FRAM… in SvxBorderTabPage() 383 …AddItemConnection( svx::CreateFrameLineConnection( SID_ATTR_BORDER_DIAG_BLTR, aFrameSel, svx::FRAM… in SvxBorderTabPage() 387 …AddItemConnection( new sfx::CheckBoxConnection( SID_ATTR_BORDER_CONNECT, aMergeWithNextCB, sfx::IT… in SvxBorderTabPage() 390 …AddItemConnection( new sfx::CheckBoxConnection( SID_SW_COLLAPSING_BORDERS, aMergeAdjacentBordersCB… in SvxBorderTabPage()
|
| /trunk/main/sfx2/inc/sfx2/ |
| H A D | tabdlg.hxx | 270 void AddItemConnection( sfx::ItemConnectionBase* pConnection );
|
| /trunk/main/sfx2/source/dialog/ |
| H A D | tabdlg.cxx | 456 void SfxTabPage::AddItemConnection( sfx::ItemConnectionBase* pConnection ) in AddItemConnection() function in SfxTabPage
|