Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx74 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 15 milliseconds