| /trunk/main/vcl/unx/kde4/ |
| H A D | main.cxx | 60 sal_Int32 nIndex = 0, nMajor = 0, nMinor = 0, nMicro = 0; in create_SalInstance() local 61 nMajor = aVersion.getToken( 0, '.', nIndex ).toInt32(); in create_SalInstance() 66 if( nMajor != 4 || nMinor < 1 ) in create_SalInstance() 69 fprintf( stderr, "unsuitable qt version %d.%d.%d\n", nMajor, nMinor, nMicro ); in create_SalInstance()
|
| /trunk/main/vcl/unx/kde/ |
| H A D | kdedata.cxx | 245 sal_Int32 nIndex = 0, nMajor = 0, nMinor = 0, nMicro = 0; in create_SalInstance() local 246 nMajor = aVersion.getToken( 0, '.', nIndex ).toInt32(); in create_SalInstance() 251 if( nMajor != 3 || nMinor < 2 || (nMinor == 2 && nMicro < 2) ) in create_SalInstance() 254 … fprintf( stderr, "unsuitable qt version %d.%d.%d\n", (int)nMajor, (int)nMinor, (int)nMicro ); in create_SalInstance()
|
| /trunk/main/vcl/unx/generic/gdi/ |
| H A D | xrender_peer.cxx | 185 int nMajor, nMinor; in InitRenderLib() local 187 XRenderQueryVersion( mpDisplay, &nMajor, &nMinor ); in InitRenderLib() 189 (*mpXRenderQueryVersion)( mpDisplay, &nMajor, &nMinor ); in InitRenderLib() 191 mnRenderVersion = 16*nMajor + nMinor; in InitRenderLib()
|
| /trunk/main/sdext/source/presenter/ |
| H A D | PresenterScrollBar.hxx | 194 … virtual css::geometry::RealPoint2D GetPoint (const double nMajor, const double nMinor) const = 0; 265 virtual css::geometry::RealPoint2D GetPoint (const double nMajor, const double nMinor) const; 300 virtual css::geometry::RealPoint2D GetPoint (const double nMajor, const double nMinor) const;
|
| H A D | PresenterScrollBar.cxx | 837 const double nMajor, const double nMinor) const in GetPoint() argument 839 return geometry::RealPoint2D(nMinor, nMajor); in GetPoint() 1059 const double nMajor, const double nMinor) const in GetPoint() argument 1061 return geometry::RealPoint2D(nMajor, nMinor); in GetPoint()
|
| /trunk/main/connectivity/source/drivers/hsqldb/ |
| H A D | HDriver.cxx | 297 … const sal_Int32 nMajor = sVersionString.GetToken(0,'.').ToInt32(); in connect() local 300 if ( nMajor > 1 in connect() 301 || ( nMajor == 1 && nMinor > 8 ) in connect() 302 || ( nMajor == 1 && nMinor == 8 && nMicro > 0 ) ) in connect()
|
| /trunk/main/oox/source/dump/ |
| H A D | oledumper.cxx | 717 sal_uInt16 nMinor, nMajor; in dumpComCtlHeader() local 718 *mxStrm >> nMinor >> nMajor; in dumpComCtlHeader() 719 mxOut->writeDec( nMajor ); in dumpComCtlHeader() 722 …() && (nId == nExpId) && ((nExpMajor == SAL_MAX_UINT16) || (nExpMajor == nMajor)) && ((nExpMinor =… in dumpComCtlHeader() 1239 sal_uInt8 nMinor, nMajor; in dumpVersion() local 1240 *mxStrm >> nMinor >> nMajor; in dumpVersion() 1241 mxOut->writeDec( nMajor ); in dumpVersion()
|
| H A D | biffdumper.cxx | 2399 … sal_uInt16 nMajor = dumpDec< sal_uInt16 >( "major-version", "FILEPASS-MAJOR" ); in implDumpRecordBody() local 2401 switch( nMajor ) in implDumpRecordBody()
|
| /trunk/main/desktop/win32/source/setup/ |
| H A D | setup.cpp | 1892 DWORD nMajor = 0; in CheckOSVersion() local 1895 if ( !GetRealWindowsVersion( &nMajor, &nBuild ) ) in CheckOSVersion() 1907 nMajor, nBuild ); in CheckOSVersion() 1910 if ( nMajor < REQUIRED_WINDOWS_MAJOR ) in CheckOSVersion() 1914 nMajor, (DWORD)REQUIRED_WINDOWS_MAJOR ); in CheckOSVersion()
|
| /trunk/main/oox/source/xls/ |
| H A D | biffcodec.cxx | 315 sal_uInt16 nMajor = rStrm.readuInt16(); in lclReadFilePassBiff8() local 317 switch( nMajor ) in lclReadFilePassBiff8()
|
| /trunk/main/oox/source/ole/ |
| H A D | axcontrol.cxx | 640 sal_uInt16 nMajor, nMinor; in readPartHeader() local 641 rInStrm >> nPartId >> nMinor >> nMajor; in readPartHeader() 644 …bool bVersion = ((nExpMajor == SAL_MAX_UINT16) || (nExpMajor == nMajor)) && ((nExpMinor == SAL_MAX… in readPartHeader()
|
| /trunk/main/vcl/source/glyphs/ |
| H A D | gcach_ftyp.cxx | 474 FT_Int nMajor = 0, nMinor = 0, nPatch = 0; in FreetypeManager() local 476 pFTLibraryVersion( aLibFT, &nMajor, &nMinor, &nPatch ); in FreetypeManager() 477 nFTVERSION = nMajor * 1000 + nMinor * 100 + nPatch; in FreetypeManager()
|