Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx327 void lcl_GetCellPosition( const String &rCellName, in lcl_GetCellPosition() argument
331 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()
H A Dunochart.cxx75 extern void lcl_GetCellPosition( const String &rCellName, sal_Int32 &rColumn, sal_Int32 &rRow);

Completed in 72 milliseconds