Searched refs:lcl_CheckRepeatString (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/sc/source/ui/pagedlg/ |
H A D | areasdlg.cxx | 74 bool lcl_CheckRepeatString( const String& rStr, ScDocument* pDoc, bool bIsRow, ScRange* pRange ); 361 lcl_CheckRepeatString(aRangeStr, pDoc, &aEdRepeatRow == pEd, &aRange); in Impl_GetItem() 407 bRepeatRowOk = lcl_CheckRepeatString(aStrRepeatRow, pDoc, true, NULL); in Impl_CheckRefStrings() 411 bRepeatColOk = lcl_CheckRepeatString(aStrRepeatCol, pDoc, false, NULL); in Impl_CheckRefStrings() 794 bool lcl_CheckRepeatString( const String& rStr, ScDocument* pDoc, bool bIsRow, ScRange* pRange ) in lcl_CheckRepeatString() function
|
Completed in 18 milliseconds