Home
last modified time | relevance | path

Searched refs:nCounter (Results 26 – 28 of 28) sorted by relevance

12

/trunk/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx2107 static int nCounter = 0; in ImplAddTempFont() local
2109 aFileName[2] = sal::static_int_cast<char>('A' + (15 & (nCounter>>4))); in ImplAddTempFont()
2110 aFileName[3] = sal::static_int_cast<char>('A' + (15 & nCounter)); in ImplAddTempFont()
2124 ++nCounter; in ImplAddTempFont()
/trunk/main/svl/source/numbers/
H A Dzforfind.hxx234 sal_uInt16& nCounter, // Count of date substrings
/trunk/main/sc/source/core/data/
H A Ddrwlayer.cxx1863 long nCounter = 0; in EnsureGraphicNames() local
1868 pObject->SetName( GetNewGraphicName( &nCounter ) ); in EnsureGraphicNames()

Completed in 47 milliseconds

12