Lines Matching refs:Check

372 	aShowExampleCB.Check( SW_MOD()->GetModuleConfig()->IsShowIndexPreview());  in SwMultiTOXTabDialog()
1187 aReadOnlyCB.Check(rDesc.IsReadonly()); in ApplyTOXDescription()
1214 aAddStylesCB.Check(bHasStyleNames && (nCreateType & nsSwTOXElement::TOX_TEMPLATE)); in ApplyTOXDescription()
1216 aFromOLECB. Check( 0 != (nCreateType & nsSwTOXElement::TOX_OLE) ); in ApplyTOXDescription()
1217 aFromTablesCB. Check( 0 != (nCreateType & nsSwTOXElement::TOX_TABLE) ); in ApplyTOXDescription()
1218 aFromGraphicsCB.Check( 0 != (nCreateType & nsSwTOXElement::TOX_GRAPHIC) ); in ApplyTOXDescription()
1219 aFromFramesCB. Check( 0 != (nCreateType & nsSwTOXElement::TOX_FRAME) ); in ApplyTOXDescription()
1221 aLevelFromChapterCB.Check(rDesc.IsLevelFromChapter()); in ApplyTOXDescription()
1224 aTOXMarksCB.Check( 0 != (nCreateType & nsSwTOXElement::TOX_MARK) ); in ApplyTOXDescription()
1229 aFromHeadingsCB.Check( 0 != (nCreateType & nsSwTOXElement::TOX_OUTLINELEVEL) ); in ApplyTOXDescription()
1238 aCollectSameCB. Check( 0 != (nIndexOptions & nsSwTOIOptions::TOI_SAME_ENTRY) ); in ApplyTOXDescription()
1239 aUseFFCB. Check( 0 != (nIndexOptions & nsSwTOIOptions::TOI_FF) ); in ApplyTOXDescription()
1240 aUseDashCB. Check( 0 != (nIndexOptions & nsSwTOIOptions::TOI_DASH) ); in ApplyTOXDescription()
1246 aCaseSensitiveCB. Check( 0 != (nIndexOptions & nsSwTOIOptions::TOI_CASE_SENSITIVE) ); in ApplyTOXDescription()
1247 aInitialCapsCB. Check( 0 != (nIndexOptions & nsSwTOIOptions::TOI_INITIAL_CAPS) ); in ApplyTOXDescription()
1248 aKeyAsEntryCB. Check( 0 != (nIndexOptions & nsSwTOIOptions::TOI_KEY_AS_ENTRY) ); in ApplyTOXDescription()
1253 aFromObjectNamesRB.Check(rDesc.IsCreateFromObjectNames()); in ApplyTOXDescription()
1254 aFromCaptionsRB.Check(!rDesc.IsCreateFromObjectNames()); in ApplyTOXDescription()
1276 aSequenceCB.Check(rDesc.IsAuthSequence()); in ApplyTOXDescription()
1424 aFromFileCB.Check( 0 != sAutoMarkURL.Len() ); in Reset()
1617 pBox->Check(sal_True); in IMPL_LINK()
2215 aSortDocPosRB.Check(); in SwTOXEntryTabPage()
2326 … aAlphaDelimCB.Check( 0 != (rDesc.GetIndexOptions() & nsSwTOIOptions::TOI_ALPHA_DELIMITTER) ); in Reset()
2328 aRelToStyleCB.Check(m_pCurrentForm->IsRelTabPos()); in Reset()
2329 aCommaSeparatedCB.Check(m_pCurrentForm->IsCommaSeparated()); in Reset()
2389 aSortDocPosRB.Check(); in ActivatePage()
2392 aSortContentRB.Check(); in ActivatePage()
2399 aFirstSortUpRB.Check(pKey->bSortAscending); in ActivatePage()
2400 aFirstSortDownRB.Check(!pKey->bSortAscending); in ActivatePage()
2407 aSecondSortUpRB.Check(pKey->bSortAscending); in ActivatePage()
2408 aSecondSortDownRB.Check(!pKey->bSortAscending); in ActivatePage()
2415 aThirdSortUpRB.Check(pKey->bSortAscending); in ActivatePage()
2416 aThirdSortDownRB.Check(!pKey->bSortAscending); in ActivatePage()
2912 aAutoRightCB.Check(SVX_TAB_ADJUST_END == pToken->eTabAlign); in IMPL_LINK()
3605 pButton->Check(sal_True); in InsertAtSelection()
3948 ((SwTOXButton*)pNextPrev)->Check(); in IMPL_LINK()
3964 ((SwTOXButton*)pControl)->Check(sal_False); in IMPL_LINK()
3992 pBtn->Check(sal_False); in IMPL_LINK()
4009 ((SwTOXButton*)pControl)->Check(pBtn == pControl); in IMPL_LINK()
4498 ((::svt::CheckBoxCellController*)pController)->GetCheckBox().Check( in InitController()