Home
last modified time | relevance | path

Searched refs:nMajor (Results 1 – 11 of 11) sorted by relevance

/trunk/main/vcl/unx/kde4/
H A Dmain.cxx62 sal_Int32 nIndex = 0, nMajor = 0, nMinor = 0, nMicro = 0; in create_SalInstance() local
63 nMajor = 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/kde/
H A Dkdedata.cxx245 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 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/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() argument
851 return geometry::RealPoint2D(nMinor, nMajor); in GetPoint()
1071 const double nMajor, const double nMinor) const in GetPoint() argument
1073 return geometry::RealPoint2D(nMajor, nMinor); in GetPoint()
/trunk/main/connectivity/source/drivers/hsqldb/
H A DHDriver.cxx297 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 Doledumper.cxx717 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 Dbiffdumper.cxx2399 … sal_uInt16 nMajor = dumpDec< sal_uInt16 >( "major-version", "FILEPASS-MAJOR" ); in implDumpRecordBody() local
2401 switch( nMajor ) in implDumpRecordBody()
/trunk/main/oox/source/xls/
H A Dbiffcodec.cxx315 sal_uInt16 nMajor = rStrm.readuInt16(); in lclReadFilePassBiff8() local
317 switch( nMajor ) in lclReadFilePassBiff8()
/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 …bool bVersion = ((nExpMajor == SAL_MAX_UINT16) || (nExpMajor == nMajor)) && ((nExpMinor == SAL_MAX… in readPartHeader()

Completed in 133 milliseconds