Searched refs:nDot (Results 1 – 4 of 4) sorted by relevance
378 sal_Int32 nDot = rLocation.lastIndexOf( '.' ); in loadComponent() local379 if (nDot > 0 && nDot < rLocation.getLength()) in loadComponent()383 OUString aExt( rLocation.copy( nDot +1 ) ); in loadComponent()
224 xub_StrLen nDot = 0; in impl_fillColumnInfo_nothrow() local251 ++nDot; in impl_fillColumnInfo_nothrow()254 if (nDecimalDelCount > 1 || nDot > 1 ) // if there is more than one dot it isn't a number in impl_fillColumnInfo_nothrow()
2192 int nDot = mDocTitle.Search( '.' ); in getDocumentTitle() local2193 if( nDot > 0 ) in getDocumentTitle()2194 mDocTitle.Erase( (sal_uInt16)nDot ); in getDocumentTitle()
133 xub_StrLen nDot = aDelimiters.Search(cSheetSep); in InitRangeFinder() local134 if ( nDot != STRING_NOTFOUND ) in InitRangeFinder()135 aDelimiters.Erase( nDot, 1 ); // Delimiter ohne Punkt in InitRangeFinder()
Completed in 74 milliseconds