Home
last modified time | relevance | path

Searched refs:nVer (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Deqnolefilehdr.cxx26 sal_uInt8 nVer = 0; in GetMathTypeVersion() local
42 pS->ReadUChar( nVer ); in GetMathTypeVersion()
46 nVersion = nVer; in GetMathTypeVersion()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Deqnolefilehdr.cxx26 sal_uInt8 nVer = 0; in GetMathTypeVersion() local
42 pS->ReadUChar( nVer ); in GetMathTypeVersion()
46 nVersion = nVer; in GetMathTypeVersion()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dautoform.cxx142 LoadBlockA(rStream, nVer); in Load()
143 if (nVer >= AUTOFORMAT_ID_31005) in Load()
147 LoadBlockB(rStream, nVer); in Load()
215 LoadBlockA( rStream, rVersions, nVer ); in Load()
217 if (nVer >= AUTOFORMAT_DATA_ID_31005) in Load()
222 LoadBlockB( rStream, rVersions, nVer ); in Load()
604 sal_uInt16 nVer = 0; in Load() local
605 rStream.ReadUInt16( nVer ); in Load()
608 (AUTOFORMAT_DATA_ID_504 <= nVer && nVer <= AUTOFORMAT_DATA_ID)) ) in Load()
611 if (nVer >= AUTOFORMAT_ID_680DR25) in Load()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dautoform.cxx136 LoadBlockA(rStream, nVer); in Load()
137 if (nVer >= AUTOFORMAT_ID_31005) in Load()
141 LoadBlockB(rStream, nVer); in Load()
209 LoadBlockA( rStream, rVersions, nVer ); in Load()
211 if (nVer >= AUTOFORMAT_DATA_ID_31005) in Load()
216 LoadBlockB( rStream, rVersions, nVer ); in Load()
598 sal_uInt16 nVer = 0; in Load() local
599 rStream.ReadUInt16( nVer ); in Load()
602 (AUTOFORMAT_DATA_ID_504 <= nVer && nVer <= AUTOFORMAT_DATA_ID)) ) in Load()
605 if (nVer >= AUTOFORMAT_ID_680DR25) in Load()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bmsh3d/
H A Dbmsh3d_mesh.cxx128 unsigned int nVer = F->vertices().size(); in _count_faces_indices_ifs() local
129 nVer = nVer + 1; //the '-1' field in _count_faces_indices_ifs()
130 totalVertices += nVer; in _count_faces_indices_ifs()
146 unsigned int nVer = F->vertices().size(); in _count_visited_faces_indices_ifs() local
147 nVer = nVer + 1; //the '-1' field in _count_visited_faces_indices_ifs()
148 totalVertices += nVer; in _count_visited_faces_indices_ifs()
267 unsigned int nVer = vertices.size(); in _count_faces_indices_mhe() local
268 nVer = nVer + 1; //the '-1' field in _count_faces_indices_mhe()
269 totalVertices += nVer; in _count_faces_indices_mhe()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/items/
H A Dautoformathelper.cxx77 void AutoFormatVersions::LoadBlockA( SvStream& rStream, sal_uInt16 nVer ) in LoadBlockA() argument
84 if ( nVer >= AUTOFORMAT_ID_300OVRLN ) in LoadBlockA()
91 if ( nVer >= AUTOFORMAT_ID_680DR14 ) in LoadBlockA()
97 void AutoFormatVersions::LoadBlockB( SvStream& rStream, sal_uInt16 nVer ) in LoadBlockB() argument
104 if ( nVer >= AUTOFORMAT_ID_504 ) in LoadBlockB()
295 …toFormatBase::LoadBlockA( SvStream& rStream, const AutoFormatVersions& rVersions, sal_uInt16 nVer ) in LoadBlockA() argument
309 if( AUTOFORMAT_DATA_ID_641 <= nVer ) in LoadBlockA()
324 if( nVer >= AUTOFORMAT_DATA_ID_300OVRLN ) in LoadBlockA()
336 if( nVer >= AUTOFORMAT_DATA_ID_680DR14 ) in LoadBlockA()
348 …toFormatBase::LoadBlockB( SvStream& rStream, const AutoFormatVersions& rVersions, sal_uInt16 nVer ) in LoadBlockB() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/items/
H A Dautoformathelper.cxx77 void AutoFormatVersions::LoadBlockA( SvStream& rStream, sal_uInt16 nVer ) in LoadBlockA() argument
84 if ( nVer >= AUTOFORMAT_ID_300OVRLN ) in LoadBlockA()
91 if ( nVer >= AUTOFORMAT_ID_680DR14 ) in LoadBlockA()
97 void AutoFormatVersions::LoadBlockB( SvStream& rStream, sal_uInt16 nVer ) in LoadBlockB() argument
104 if ( nVer >= AUTOFORMAT_ID_504 ) in LoadBlockB()
295 …toFormatBase::LoadBlockA( SvStream& rStream, const AutoFormatVersions& rVersions, sal_uInt16 nVer ) in LoadBlockA() argument
309 if( AUTOFORMAT_DATA_ID_641 <= nVer ) in LoadBlockA()
324 if( nVer >= AUTOFORMAT_DATA_ID_300OVRLN ) in LoadBlockA()
336 if( nVer >= AUTOFORMAT_DATA_ID_680DR14 ) in LoadBlockA()
348 …toFormatBase::LoadBlockB( SvStream& rStream, const AutoFormatVersions& rVersions, sal_uInt16 nVer ) in LoadBlockB() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/sbx/
H A Dsbxbase.cxx196 sal_uInt16 nSbxId(0), nFlagsTmp(0), nVer(0); in Load() local
198 rStrm.ReadUInt32( nCreator ).ReadUInt16( nSbxId ).ReadUInt16( nFlagsTmp ).ReadUInt16( nVer ); in Load()
207 if( p->LoadData( rStrm, nVer ) ) in Load()
298 void SbxInfo::LoadData( SvStream& rStrm, sal_uInt16 nVer ) in LoadData() argument
315 if( nVer > 1 ) in LoadData()
H A Dsbxcoll.cxx220 bool SbxCollection::LoadData( SvStream& rStrm, sal_uInt16 nVer ) in LoadData() argument
222 bool bRes = SbxObject::LoadData( rStrm, nVer ); in LoadData()
283 bool SbxStdCollection::LoadData( SvStream& rStrm, sal_uInt16 nVer ) in LoadData() argument
285 bool bRes = SbxCollection::LoadData( rStrm, nVer ); in LoadData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/sbx/
H A Dsbxbase.cxx185 sal_uInt16 nSbxId, nFlagsTmp, nVer; in Load() local
187 rStrm.ReadUInt32( nCreator ).ReadUInt16( nSbxId ).ReadUInt16( nFlagsTmp ).ReadUInt16( nVer ); in Load()
200 if( p->LoadData( rStrm, nVer ) ) in Load()
291 void SbxInfo::LoadData( SvStream& rStrm, sal_uInt16 nVer ) in LoadData() argument
308 if( nVer > 1 ) in LoadData()
H A Dsbxcoll.cxx220 bool SbxCollection::LoadData( SvStream& rStrm, sal_uInt16 nVer ) in LoadData() argument
222 bool bRes = SbxObject::LoadData( rStrm, nVer ); in LoadData()
283 bool SbxStdCollection::LoadData( SvStream& rStrm, sal_uInt16 nVer ) in LoadData() argument
285 bool bRes = SbxCollection::LoadData( rStrm, nVer ); in LoadData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dautoformathelper.hxx82 void LoadBlockA( SvStream& rStream, sal_uInt16 nVer );
83 void LoadBlockB( SvStream& rStream, sal_uInt16 nVer );
212 bool LoadBlockA( SvStream& rStream, const AutoFormatVersions& rVersions, sal_uInt16 nVer );
213 bool LoadBlockB( SvStream& rStream, const AutoFormatVersions& rVersions, sal_uInt16 nVer );
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dautoformathelper.hxx82 void LoadBlockA( SvStream& rStream, sal_uInt16 nVer );
83 void LoadBlockB( SvStream& rStream, sal_uInt16 nVer );
212 bool LoadBlockA( SvStream& rStream, const AutoFormatVersions& rVersions, sal_uInt16 nVer );
213 bool LoadBlockB( SvStream& rStream, const AutoFormatVersions& rVersions, sal_uInt16 nVer );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/qpro/
H A Dqprostyle.cxx49 sal_uInt8 nVer = ( nTmp & 0x18 ); in SetFormat() local
80 switch( nVer ) in SetFormat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/basic/
H A Dsbxcore.hxx37 #define SBX_DECL_PERSIST_NODATA( nSbxId, nVer ) \ argument
38 virtual sal_uInt16 GetVersion() const override { return nVer; } \
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/basic/
H A Dsbxcore.hxx37 #define SBX_DECL_PERSIST_NODATA( nSbxId, nVer ) \ argument
38 virtual sal_uInt16 GetVersion() const override { return nVer; } \
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/qpro/
H A Dqprostyle.cxx48 sal_uInt8 nVer = ( nTmp & 0x18 ); in SetFormat() local
79 switch( nVer ) in SetFormat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dtblafmt.cxx178 void Load( SvStream& rStream, sal_uInt16 nVer );
189 void SwAfVersions::Load( SvStream& rStream, sal_uInt16 nVer ) in Load() argument
191 LoadBlockA(rStream, nVer); in Load()
192 if (nVer >= AUTOFORMAT_ID_31005 && WriterSpecificBlockExists(rStream)) in Load()
197 LoadBlockB(rStream, nVer); in Load()
311 bool SwBoxAutoFormat::Load( SvStream& rStream, const SwAfVersions& rVersions, sal_uInt16 nVer ) in Load() argument
313 LoadBlockA( rStream, rVersions, nVer ); in Load()
315 if (nVer >= AUTOFORMAT_DATA_ID_31005) in Load()
326 LoadBlockB( rStream, rVersions, nVer ); in Load()
332 …rtl_TextEncoding eCharSet = (nVer >= AUTOFORMAT_ID_680DR25) ? RTL_TEXTENCODING_UTF8 : rStream.GetS… in Load()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dtblafmt.cxx180 void Load( SvStream& rStream, sal_uInt16 nVer );
191 void SwAfVersions::Load( SvStream& rStream, sal_uInt16 nVer ) in Load() argument
193 LoadBlockA(rStream, nVer); in Load()
194 if (nVer >= AUTOFORMAT_ID_31005 && WriterSpecificBlockExists(rStream)) in Load()
199 LoadBlockB(rStream, nVer); in Load()
313 bool SwBoxAutoFormat::Load( SvStream& rStream, const SwAfVersions& rVersions, sal_uInt16 nVer ) in Load() argument
315 LoadBlockA( rStream, rVersions, nVer ); in Load()
317 if (nVer >= AUTOFORMAT_DATA_ID_31005) in Load()
328 LoadBlockB( rStream, rVersions, nVer ); in Load()
334 …rtl_TextEncoding eCharSet = (nVer >= AUTOFORMAT_ID_680DR25) ? RTL_TEXTENCODING_UTF8 : rStream.GetS… in Load()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dautoform.hxx80 void Load( SvStream& rStream, sal_uInt16 nVer );
107 bool Load( SvStream& rStream, const ScAfVersions& rVersions, sal_uInt16 nVer );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dautoform.hxx81 void Load( SvStream& rStream, sal_uInt16 nVer );
108 bool Load( SvStream& rStream, const ScAfVersions& rVersions, sal_uInt16 nVer );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/inc/
H A Dsdiocmpt.hxx53 sal_uInt16 nVer = SDIOCOMPAT_VERSIONDONTKNOW);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/inc/
H A Dsdiocmpt.hxx54 sal_uInt16 nVer = SDIOCOMPAT_VERSIONDONTKNOW);
/dports/x11-wm/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8/src/atlantis/
H A Dwater.c235 int nVer, nRow, nIdx, nWVer, nWIdx;; in genWater() local
256 nVer = size * ((nRow * (nRow + 1)) / 2) + 1; in genWater()
265 w->nVertices = nVer + (nWVer) * size; in genWater()
268 w->nSVer = nVer; in genWater()
302 wv = w->vertices + nVer; in genWater()
314 wi + (i * nWIdx), nVer + (i * nWVer / 2), in genWater()
315 nVer + ((i + size) * nWVer / 2), sDiv, in genWater()
457 int nVer, nWVer, nRow, nRowS, subdiv; in deformCylinder() local
492 nVer = size * ((nRow * (nRow + 1)) / 2) + 1; in deformCylinder()
551 v = w->vertices + (l * nVer); in deformCylinder()
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_landscape/
H A Dcrrc_scenery.cpp75 int nVer = xml->attributeAsInt("version", 1); in loadScenery() local
76 if (nVer < 3) in loadScenery()
78 throw (nVer); in loadScenery()

12345678910