Searched refs:rCellName (Results 1 – 2 of 2) sorted by relevance
327 void lcl_GetCellPosition( const String &rCellName, in lcl_GetCellPosition() argument331 xub_StrLen nLen = rCellName.Len(); in lcl_GetCellPosition()334 const sal_Unicode *pBuf = rCellName.GetBuffer(); in lcl_GetCellPosition()341 … String aColTxt( rCellName.GetBuffer(), static_cast< xub_StrLen >(pBuf - rCellName.GetBuffer()) ); in lcl_GetCellPosition()342 String aRowTxt( pBuf, static_cast< xub_StrLen >(rCellName.GetBuffer() + nLen - pBuf) ); in lcl_GetCellPosition()
75 extern void lcl_GetCellPosition( const String &rCellName, sal_Int32 &rColumn, sal_Int32 &rRow);
Completed in 72 milliseconds