Home
last modified time | relevance | path

Searched refs:aCheckLB (Results 1 – 8 of 8) sorted by relevance

/trunk/main/cui/source/options/
H A Dfontsubs.cxx57 aCheckLB (this, CUI_RES(CLB_SUBSTITUTES)), in SvxFontSubstTabPage()
82 aTextColor = aCheckLB.GetTextColor(); in SvxFontSubstTabPage()
96 aCheckLB.SetHelpId(HID_OFA_FONT_SUBST_CLB); in SvxFontSubstTabPage()
97 aCheckLB.SetStyle(aCheckLB.GetStyle()|WB_HSCROLL|WB_VSCROLL); in SvxFontSubstTabPage()
98 aCheckLB.SetSelectionMode(MULTIPLE_SELECTION); in SvxFontSubstTabPage()
99 aCheckLB.SortByCol(2); in SvxFontSubstTabPage()
103 aCheckLB.SetSelectHdl(aLink); in SvxFontSubstTabPage()
120 const long nRest = aCheckLB.GetSizePixel().Width() - nDoubleMax; in SvxFontSubstTabPage()
124 aCheckLB.SvxSimpleTable::SetTabs( aStaticTabs, MAP_PIXEL ); in SvxFontSubstTabPage()
136 aCheckLB.InsertHeaderEntry(sHeader); in SvxFontSubstTabPage()
[all …]
H A Doptfltr.cxx142 aCheckLB ( this, CUI_RES( CLB_SETTINGS )), in OfaMSFilterTabPage2()
156 aCheckLB.SvxSimpleTable::SetTabs( aStaticTabs ); in OfaMSFilterTabPage2()
160 aCheckLB.InsertHeaderEntry( sHeader, HEADERBAR_APPEND, in OfaMSFilterTabPage2()
163 aCheckLB.SetHelpId( HID_OFAPAGE_MSFLTR2_CLB ); in OfaMSFilterTabPage2()
164 aCheckLB.SetStyle( aCheckLB.GetStyle()|WB_HSCROLL| WB_VSCROLL ); in OfaMSFilterTabPage2()
238 aCheckLB.SetUpdateMode(sal_False); in Reset()
239 aCheckLB.Clear(); in Reset()
283 aCheckLB.InvalidateEntry( pEntry ); in Reset()
287 aCheckLB.SetUpdateMode( sal_True ); in Reset()
295 pCheckButtonData = new SvLBoxButtonData( &aCheckLB ); in InsertEntry()
[all …]
H A Doptfltr.hxx85 MSFltrSimpleTable aCheckLB; member in OfaMSFilterTabPage2
H A Dfontsubs.hxx76 SvxFontSubstCheckListBox aCheckLB; member in SvxFontSubstTabPage
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx215 aCheckLB (this, CUI_RES(CLB_SETTINGS )), in OfaAutocorrOptionsPage()
227 aCheckLB.SetHelpId(HID_OFAPAGE_AUTOCORR_CLB); in OfaAutocorrOptionsPage()
260 pAutoCorrect->SetAutoCorrFlag(Autocorrect, aCheckLB.IsChecked(nPos++)); in FillItemSet()
261 pAutoCorrect->SetAutoCorrFlag(CptlSttWrd, aCheckLB.IsChecked(nPos++)); in FillItemSet()
262 pAutoCorrect->SetAutoCorrFlag(CptlSttSntnc, aCheckLB.IsChecked(nPos++)); in FillItemSet()
263 pAutoCorrect->SetAutoCorrFlag(ChgWeightUnderl, aCheckLB.IsChecked(nPos++)); in FillItemSet()
264 pAutoCorrect->SetAutoCorrFlag(SetINetAttr, aCheckLB.IsChecked(nPos++)); in FillItemSet()
265 pAutoCorrect->SetAutoCorrFlag(ChgToEnEmDash, aCheckLB.IsChecked(nPos++)); in FillItemSet()
266 pAutoCorrect->SetAutoCorrFlag(IgnoreDoubleSpace, aCheckLB.IsChecked(nPos++)); in FillItemSet()
296 aCheckLB.SetUpdateMode(sal_False); in Reset()
[all …]
/trunk/main/sw/source/ui/config/
H A Doptload.cxx394 aCheckLB (this, SW_RES(CLB_OBJECTS )), in SwCaptionOptPage()
492 aCheckLB.SetHelpId(HID_OPTCAPTION_CLB); in SwCaptionOptPage()
507 aCheckLB.SetSelectHdl( LINK(this, SwCaptionOptPage, ShowEntryHdl) ); in SwCaptionOptPage()
508 aCheckLB.SetCheckButtonHdl( LINK(this, SwCaptionOptPage, ShowEntryHdl) ); in SwCaptionOptPage()
509 aCheckLB.SetDeselectHdl( LINK(this, SwCaptionOptPage, SaveEntryHdl) ); in SwCaptionOptPage()
541 SaveEntry(aCheckLB.FirstSelected()); // Aktuellen Eintrag uebernehmen in FillItemSet()
543 SvLBoxEntry* pEntry = aCheckLB.First(); in FillItemSet()
549 pEntry = aCheckLB.Next(pEntry); in FillItemSet()
552 sal_uInt16 nCheckCount = aCheckLB.GetCheckedEntryCount(); in FillItemSet()
574 aCheckLB.GetModel()->Clear(); // remove all entries in Reset()
[all …]
/trunk/main/cui/source/inc/
H A Dautocdlg.hxx104 SvxCheckListBox aCheckLB; member in OfaAutocorrOptionsPage
135 OfaACorrCheckListBox aCheckLB; member in OfaSwAutoFmtOptionsPage
329 SvxCheckListBox aCheckLB; member in OfaQuoteTabPage
/trunk/main/sw/source/ui/inc/
H A Doptload.hxx130 SvxCheckListBox aCheckLB; member in SwCaptionOptPage