/aoo41x/main/vcl/unx/kde4/ |
H A D | main.cxx | 62 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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterScrollBar.hxx | 206 … 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 D | PresenterScrollBar.cxx | 849 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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/oox/source/xls/ |
H A D | biffcodec.cxx | 315 sal_uInt16 nMajor = rStrm.readuInt16(); in lclReadFilePassBiff8() local 317 switch( nMajor ) in lclReadFilePassBiff8()
|
/aoo41x/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()
|
/aoo41x/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()
|