Searched refs:bRepeatColOk (Results 1 – 1 of 1) sorted by relevance
409 sal_Bool bRepeatColOk = (aStrRepeatCol.Len() == 0); in Impl_CheckRefStrings() local410 if ( !bRepeatColOk ) in Impl_CheckRefStrings()411 bRepeatColOk = lcl_CheckRepeatString(aStrRepeatCol, pDoc, false, NULL); in Impl_CheckRefStrings()415 bOk = (bPrintAreaOk && bRepeatRowOk && bRepeatColOk); in Impl_CheckRefStrings()423 else if ( !bRepeatColOk ) pEd = &aEdRepeatCol; in Impl_CheckRefStrings()
Completed in 17 milliseconds