/trunk/main/cui/source/tabpages/ |
H A D | autocdlg.cxx | 308 aCheckLB.CheckEntryPos( nPos++, 0 != (nFlags & Autocorrect) ); in Reset() 309 aCheckLB.CheckEntryPos( nPos++, 0 != (nFlags & CptlSttWrd) ); in Reset() 310 aCheckLB.CheckEntryPos( nPos++, 0 != (nFlags & CptlSttSntnc) ); in Reset() 311 aCheckLB.CheckEntryPos( nPos++, 0 != (nFlags & ChgWeightUnderl) ); in Reset() 312 aCheckLB.CheckEntryPos( nPos++, 0 != (nFlags & SetINetAttr) ); in Reset() 313 aCheckLB.CheckEntryPos( nPos++, 0 != (nFlags & ChgToEnEmDash) ); in Reset() 314 aCheckLB.CheckEntryPos( nPos++, 0 != (nFlags & IgnoreDoubleSpace) ); in Reset() 729 aCheckLB.CheckEntryPos( CORR_UPPER, CBCOL_FIRST, pOpt->bCptlSttWrd ); in Reset() 937 CheckEntryPos( nSelPos, nCol, !IsChecked( nSelPos, nCol ) ); in KeyInput() 947 CheckEntryPos(nSelPos, 1, 0 != (nCheck & 1)); in KeyInput() [all …]
|
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | protectiondlg.cxx | 78 maOptionsListBox.CheckEntryPos(i, rData.isOptionEnabled(aOptions[i])); in SetDialogData() 110 maOptionsListBox.CheckEntryPos(0, true); in Init() 111 maOptionsListBox.CheckEntryPos(1, true); in Init()
|
/trunk/main/cui/source/options/ |
H A D | optfltr.cxx | 392 void OfaMSFilterTabPage2::MSFltrSimpleTable::CheckEntryPos(sal_uLong nPos, sal_uInt16 nCol, sal_Boo… in CheckEntryPos() function in OfaMSFilterTabPage2::MSFltrSimpleTable 415 CheckEntryPos( nSelPos, nCol, !bIsChecked ); in KeyInput() 425 CheckEntryPos(nSelPos, 1, 0 != (nCheck & 1)); in KeyInput() 426 CheckEntryPos(nSelPos, 0, 0 != (nCheck & 2)); in KeyInput()
|
H A D | fontsubs.cxx | 495 CheckEntryPos( nSelPos, nCol, !IsChecked( nSelPos, nCol ) ); in KeyInput() 505 CheckEntryPos(nSelPos, 1, 0 != (nCheck & 1)); in KeyInput() 506 CheckEntryPos(nSelPos, 0, 0 != (nCheck & 2)); in KeyInput() 517 void SvxFontSubstCheckListBox::CheckEntryPos(sal_uLong nPos, sal_uInt16 nCol, sal_Bool bChecked) in CheckEntryPos() function in SvxFontSubstCheckListBox
|
H A D | optfltr.hxx | 72 void CheckEntryPos(sal_uLong nPos, sal_uInt16 nCol, sal_Bool bChecked);
|
H A D | fontsubs.hxx | 59 void CheckEntryPos(sal_uLong nPos, sal_uInt16 nCol, sal_Bool bChecked);
|
H A D | optlingu.cxx | 1527 aLinguModulesCLB.CheckEntryPos( i, rInfo.bConfigured ); in UpdateModulesBox_Impl() 2509 aModulesCLB.CheckEntryPos(nDestPos, bIsChecked ); in IMPL_LINK()
|
/trunk/main/svx/source/dialog/ |
H A D | checklbx.cxx | 150 void SvxCheckListBox::CheckEntryPos( sal_uInt16 nPos, sal_Bool bCheck ) in CheckEntryPos() function in SvxCheckListBox 201 CheckEntryPos( GetSelectEntryPos(), !IsChecked( GetSelectEntryPos() ) ); in ToggleCheckButton()
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | tpsubt.cxx | 155 aLbColumns.CheckEntryPos( nLbEntry, sal_False ); in DoReset() 178 aLbColumns.CheckEntryPos( nCheckPos ); in DoReset() 410 aLbColumns.CheckEntryPos( nColumn, sal_True ); in IMPL_LINK()
|
H A D | dpgroupdlg.cxx | 267 …maLbUnits.CheckEntryPos( static_cast< sal_uInt16 >( nIdx ), (nDatePart & spnDateParts[ nIdx ]) != … in ScDPDateGroupDlg()
|
H A D | pvfundlg.cxx | 675 maLbHide.CheckEntryPos(static_cast<sal_uInt16>(i), !maLabelData.maMembers[i].mbVisible); in InitHideListBox()
|
/trunk/main/sc/source/ui/cctrl/ |
H A D | dpcontrol.cxx | 1159 maChecks.CheckEntryPos(static_cast< sal_uInt16 >( i ), bSet); in setAllMemberState() 1166 maChecks.CheckEntryPos(nSelected, bSet); in selectCurrentMemberOnly() 1355 maChecks.CheckEntryPos(static_cast< sal_uInt16 >( i ), maMembers[i].mbVisible); in initMembers()
|
/trunk/main/svx/inc/svx/ |
H A D | checklbx.hxx | 77 void CheckEntryPos ( sal_uInt16 nPos, sal_Bool bCheck = sal_True );
|
/trunk/main/basctl/source/basicide/ |
H A D | moduldlg.hxx | 129 void CheckEntryPos( sal_uLong nPos, sal_Bool bCheck = sal_True );
|
H A D | moduldl2.cxx | 243 void BasicCheckBox::CheckEntryPos( sal_uLong nPos, sal_Bool bCheck ) in CheckEntryPos() function in BasicCheckBox 910 pLibDlg->GetLibBox().CheckEntryPos( nPos, sal_True); in InsertLib()
|
/trunk/main/cui/source/inc/ |
H A D | autocdlg.hxx | 91 void CheckEntryPos(sal_uLong nPos, sal_uInt16 nCol, sal_Bool bChecked);
|
/trunk/main/sw/source/ui/config/ |
H A D | optcomp.cxx | 471 m_aOptionsLB.CheckEntryPos( i, bChecked ); in SetCurrentOptions()
|
H A D | optload.cxx | 644 aCheckLB.CheckEntryPos(nPos, pOpt->UseCaption()); in SetOptions()
|
/trunk/main/desktop/source/deployment/gui/ |
H A D | dp_gui_updatedialog.cxx | 818 m_updates.CheckEntryPos( nPos ); in addEnabledUpdate()
|
/trunk/main/sw/source/ui/index/ |
H A D | cnttab.cxx | 1266 aFromObjCLB.CheckEntryPos(nFromObj, 0 != (nData & nOLEData)); in ApplyTOXDescription()
|