Home
last modified time | relevance | path

Searched refs:nMinor (Results 1 – 10 of 10) sorted by relevance

/trunk/main/vcl/unx/kde/
H A Dkdedata.cxx245 sal_Int32 nIndex = 0, nMajor = 0, nMinor = 0, nMicro = 0; in create_SalInstance() local
248 nMinor = 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/kde4/
H A Dmain.cxx62 sal_Int32 nIndex = 0, nMajor = 0, nMinor = 0, nMicro = 0; in create_SalInstance() local
65 nMinor = aVersion.getToken( 0, '.', nIndex ).toInt32(); in create_SalInstance()
68 if( nMajor != 4 || nMinor < 1 ) in create_SalInstance()
71 fprintf( stderr, "unsuitable qt version %d.%d.%d\n", nMajor, nMinor, nMicro ); in create_SalInstance()
/trunk/main/vcl/unx/generic/gdi/
H A Dxrender_peer.cxx185 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/vcl/os2/source/app/
H A Dsalinst.cxx408 ULONG nMinor; in CreateSalInstance() local
410 DosQuerySysInfo( QSV_VERSION_MINOR, QSV_VERSION_MINOR, &nMinor, sizeof( nMinor ) ); in CreateSalInstance()
411 aSalShlData.mnVersion = (USHORT)(nMayor*10 + nMinor); in CreateSalInstance()
/trunk/main/sdext/source/presenter/
H A DPresenterScrollBar.hxx206 … virtual css::geometry::RealPoint2D GetPoint (const double nMajor, const double nMinor) const = 0;
277 virtual css::geometry::RealPoint2D GetPoint (const double nMajor, const double nMinor) const;
312 virtual css::geometry::RealPoint2D GetPoint (const double nMajor, const double nMinor) const;
H A DPresenterScrollBar.cxx849 const double nMajor, const double nMinor) const in GetPoint()
851 return geometry::RealPoint2D(nMinor, nMajor); in GetPoint()
1071 const double nMajor, const double nMinor) const in GetPoint()
1073 return geometry::RealPoint2D(nMajor, nMinor); in GetPoint()
/trunk/main/oox/source/dump/
H A Doledumper.cxx717 sal_uInt16 nMinor, nMajor; in dumpComCtlHeader() local
718 *mxStrm >> nMinor >> nMajor; in dumpComCtlHeader()
721 mxOut->writeDec( nMinor ); in dumpComCtlHeader()
722 …_MAX_UINT16) || (nExpMajor == nMajor)) && ((nExpMinor == SAL_MAX_UINT16) || (nExpMinor == nMinor)); in dumpComCtlHeader()
1239 sal_uInt8 nMinor, nMajor; in dumpVersion() local
1240 *mxStrm >> nMinor >> nMajor; in dumpVersion()
1243 mxOut->writeDec( nMinor ); in dumpVersion()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx298 const sal_Int32 nMinor = sVersionString.GetToken(1,'.').ToInt32(); in connect() local
301 || ( nMajor == 1 && nMinor > 8 ) in connect()
302 || ( nMajor == 1 && nMinor == 8 && nMicro > 0 ) ) in connect()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx474 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()
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx640 sal_uInt16 nMajor, nMinor; in readPartHeader() local
641 rInStrm >> nPartId >> nMinor >> nMajor; in readPartHeader()
644 …_MAX_UINT16) || (nExpMajor == nMajor)) && ((nExpMinor == SAL_MAX_UINT16) || (nExpMinor == nMinor)); in readPartHeader()

Completed in 72 milliseconds