Home
last modified time | relevance | path

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

/trunk/main/cpputools/source/unoexe/
H A Dunoexe.cxx378 sal_Int32 nDot = rLocation.lastIndexOf( '.' ); in loadComponent() local
379 if (nDot > 0 && nDot < rLocation.getLength()) in loadComponent()
383 OUString aExt( rLocation.copy( nDot +1 ) ); in loadComponent()
/trunk/main/connectivity/source/drivers/flat/
H A DETable.cxx224 xub_StrLen nDot = 0; in impl_fillColumnInfo_nothrow() local
251 ++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()
/trunk/main/sd/source/filter/html/
H A Dhtmlex.cxx2192 int nDot = mDocTitle.Search( '.' ); in getDocumentTitle() local
2193 if( nDot > 0 ) in getDocumentTitle()
2194 mDocTitle.Erase( (sal_uInt16)nDot ); in getDocumentTitle()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx133 xub_StrLen nDot = aDelimiters.Search(cSheetSep); in InitRangeFinder() local
134 if ( nDot != STRING_NOTFOUND ) in InitRangeFinder()
135 aDelimiters.Erase( nDot, 1 ); // Delimiter ohne Punkt in InitRangeFinder()

Completed in 53 milliseconds