Searched refs:rCfgStr (Results 1 – 2 of 2) sorted by relevance
1773 void SvtFileView::SetConfigString( const String& rCfgStr ) in SetConfigString() argument1779 mpImp->mnSortColumn = (sal_uInt16)rCfgStr.GetToken( 0, ';', nIdx ).ToInt32(); in SetConfigString()1780 sal_Bool bUp = (sal_Bool)(sal_uInt16)rCfgStr.GetToken( 0, ';', nIdx ).ToInt32(); in SetConfigString()1797 sal_uInt16 nItemId = (sal_uInt16)rCfgStr.GetToken( 0, ';', nIdx ).ToInt32(); in SetConfigString()1798 pBar->SetItemSize( nItemId, rCfgStr.GetToken( 0, ';', nIdx ).ToInt32() ); in SetConfigString()
202 void SetConfigString( const String& rCfgStr );
Completed in 65 milliseconds