Home
last modified time | relevance | path

Searched refs:nTmp (Results 1 – 25 of 794) sorted by relevance

12345678910>>...32

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dgraphictools.cxx124 rOStm.WriteUInt16( nTmp ); in WriteSvtGraphicStroke()
126 rOStm.WriteUInt16( nTmp ); in WriteSvtGraphicStroke()
146 sal_uInt16 nTmp; in ReadSvtGraphicStroke() local
147 rIStm.ReadUInt16( nTmp ); in ReadSvtGraphicStroke()
149 rIStm.ReadUInt16( nTmp ); in ReadSvtGraphicStroke()
273 sal_uInt16 nTmp; in ReadSvtGraphicFill() local
274 rIStm.ReadUInt16( nTmp ); in ReadSvtGraphicFill()
276 rIStm.ReadUInt16( nTmp ); in ReadSvtGraphicFill()
280 rIStm.ReadUInt16( nTmp ); in ReadSvtGraphicFill()
281 rClass.mbTiling = nTmp; in ReadSvtGraphicFill()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dgraphictools.cxx125 rOStm.WriteUInt16( nTmp ); in WriteSvtGraphicStroke()
127 rOStm.WriteUInt16( nTmp ); in WriteSvtGraphicStroke()
147 sal_uInt16 nTmp; in ReadSvtGraphicStroke() local
148 rIStm.ReadUInt16( nTmp ); in ReadSvtGraphicStroke()
150 rIStm.ReadUInt16( nTmp ); in ReadSvtGraphicStroke()
274 sal_uInt16 nTmp; in ReadSvtGraphicFill() local
275 rIStm.ReadUInt16( nTmp ); in ReadSvtGraphicFill()
277 rIStm.ReadUInt16( nTmp ); in ReadSvtGraphicFill()
281 rIStm.ReadUInt16( nTmp ); in ReadSvtGraphicFill()
282 rClass.mbTiling = nTmp; in ReadSvtGraphicFill()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/generic/
H A Dbigint.cxx53 sal_uInt32 nTmp; in MakeBigInt() local
62 nTmp = nVal; in MakeBigInt()
67 if ( nTmp & 0xffff0000L ) in MakeBigInt()
134 nK = nTmp % nDiv; in Div()
361 if (nTmp & 0xFFFF0000L) in DivLong()
426 if (nTmp & 0xFFFF0000L) in ModLong()
724 sal_uInt16 nTmp; in operator /=() local
733 Div( nTmp, nTmp ); in operator /=()
774 sal_uInt16 nTmp; in operator %=() local
783 Div( nTmp, nTmp ); in operator %=()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/generic/
H A Dbigint.cxx54 sal_uInt32 nTmp; in MakeBigInt() local
63 nTmp = nVal; in MakeBigInt()
68 if ( nTmp & 0xffff0000L ) in MakeBigInt()
134 nK = nTmp % nDiv; in Div()
364 if (nTmp & 0xFFFF0000L) in DivLong()
430 if (nTmp & 0xFFFF0000L) in ModLong()
746 sal_uInt16 nTmp; in operator /=() local
755 Div( nTmp, nTmp ); in operator /=()
796 sal_uInt16 nTmp; in operator %=() local
805 Div( nTmp, nTmp ); in operator %=()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dnavicfg.cxx68 sal_Int32 nTmp = {}; // spurious -Werror=maybe-uninitialized in SwNavigationConfig() local
69 if (pValues[nProp] >>= nTmp) in SwNavigationConfig()
71 if (nTmp < sal_Int32(ContentTypeId::UNKNOWN) in SwNavigationConfig()
72 || nTmp > sal_Int32(ContentTypeId::LAST)) in SwNavigationConfig()
76 "out-of-bounds ContentTypeId " << nTmp); in SwNavigationConfig()
77 nTmp = sal_Int32(ContentTypeId::UNKNOWN); in SwNavigationConfig()
79 nRootType = static_cast<ContentTypeId>(nTmp); in SwNavigationConfig()
87 sal_uInt16 nTmp; in SwNavigationConfig() local
88 if (pValues[nProp] >>= nTmp) in SwNavigationConfig()
89 nRegionMode = static_cast<RegionMode>(nTmp); in SwNavigationConfig()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/utlui/
H A Dnavicfg.cxx69 sal_Int32 nTmp; in SwNavigationConfig() local
70 if (pValues[nProp] >>= nTmp) in SwNavigationConfig()
72 if (nTmp < sal_Int32(ContentTypeId::UNKNOWN) in SwNavigationConfig()
73 || nTmp > sal_Int32(ContentTypeId::LAST)) in SwNavigationConfig()
77 "out-of-bounds ContentTypeId " << nTmp); in SwNavigationConfig()
78 nTmp = sal_Int32(ContentTypeId::UNKNOWN); in SwNavigationConfig()
80 nRootType = static_cast<ContentTypeId>(nTmp); in SwNavigationConfig()
88 sal_uInt16 nTmp; in SwNavigationConfig() local
89 if (pValues[nProp] >>= nTmp) in SwNavigationConfig()
90 nRegionMode = static_cast<RegionMode>(nTmp); in SwNavigationConfig()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/raw/
H A Dkrodataset.cpp255 int nTmp; in Create() local
259 nTmp = nXSize; in Create()
260 CPL_MSBPTR32(&nTmp); in Create()
261 nRet += VSIFWriteL(&nTmp, 4, 1, fp); in Create()
263 nTmp = nYSize; in Create()
264 CPL_MSBPTR32(&nTmp); in Create()
265 nRet += VSIFWriteL(&nTmp, 4, 1, fp); in Create()
267 nTmp = GDALGetDataTypeSize(eType); in Create()
268 CPL_MSBPTR32(&nTmp); in Create()
271 nTmp = nBands; in Create()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/options/
H A Doptjsearch.cxx111 nTmp |= TransliterationFlags::IGNORE_CASE; in GetTransliterationFlags_Impl()
113 nTmp |= TransliterationFlags::IGNORE_WIDTH; in GetTransliterationFlags_Impl()
115 nTmp |= TransliterationFlags::IGNORE_KANA; in GetTransliterationFlags_Impl()
117 nTmp |= TransliterationFlags::ignoreSize_ja_JP; in GetTransliterationFlags_Impl()
127 nTmp |= TransliterationFlags::ignoreZiZu_ja_JP; in GetTransliterationFlags_Impl()
129 nTmp |= TransliterationFlags::ignoreBaFa_ja_JP; in GetTransliterationFlags_Impl()
131 nTmp |= TransliterationFlags::ignoreTiJi_ja_JP; in GetTransliterationFlags_Impl()
133 nTmp |= TransliterationFlags::ignoreHyuByu_ja_JP; in GetTransliterationFlags_Impl()
135 nTmp |= TransliterationFlags::ignoreSeZe_ja_JP; in GetTransliterationFlags_Impl()
143 nTmp |= TransliterationFlags::ignoreSpace_ja_JP; in GetTransliterationFlags_Impl()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/options/
H A Doptjsearch.cxx111 nTmp |= TransliterationFlags::IGNORE_CASE; in GetTransliterationFlags_Impl()
113 nTmp |= TransliterationFlags::IGNORE_WIDTH; in GetTransliterationFlags_Impl()
115 nTmp |= TransliterationFlags::IGNORE_KANA; in GetTransliterationFlags_Impl()
117 nTmp |= TransliterationFlags::ignoreSize_ja_JP; in GetTransliterationFlags_Impl()
127 nTmp |= TransliterationFlags::ignoreZiZu_ja_JP; in GetTransliterationFlags_Impl()
129 nTmp |= TransliterationFlags::ignoreBaFa_ja_JP; in GetTransliterationFlags_Impl()
131 nTmp |= TransliterationFlags::ignoreTiJi_ja_JP; in GetTransliterationFlags_Impl()
133 nTmp |= TransliterationFlags::ignoreHyuByu_ja_JP; in GetTransliterationFlags_Impl()
135 nTmp |= TransliterationFlags::ignoreSeZe_ja_JP; in GetTransliterationFlags_Impl()
143 nTmp |= TransliterationFlags::ignoreSpace_ja_JP; in GetTransliterationFlags_Impl()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A DXMLFootnoteSeparatorImport.cxx92 sal_Int32 nTmp; in startFastElement() local
98 nTmp, aIter.toView())) in startFastElement()
100 nLineWeight = static_cast<sal_Int16>(nTmp); in startFastElement()
107 nTmp, aIter.toView())) in startFastElement()
108 nLineTextDistance = nTmp; in startFastElement()
114 nTmp, aIter.toView())) in startFastElement()
115 nLineDistance = nTmp; in startFastElement()
134 if (::sax::Converter::convertPercent(nTmp, aIter.toView())) in startFastElement()
135 nLineRelWidth = static_cast<sal_uInt8>(nTmp); in startFastElement()
140 if (::sax::Converter::convertColor(nTmp, aIter.toView())) in startFastElement()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A Dtxtdropi.cxx47 sal_Int32 nTmp; in ProcessAttrs() local
53 if (::sax::Converter::convertNumber( nTmp, aIter.toView(), 0, 255 )) in ProcessAttrs()
55 aFormat.Lines = nTmp < 2 ? 0 : static_cast<sal_Int8>(nTmp); in ProcessAttrs()
64 else if (::sax::Converter::convertNumber( nTmp, aIter.toView(), 1, 255 )) in ProcessAttrs()
67 aFormat.Count = static_cast<sal_Int8>(nTmp); in ProcessAttrs()
73 nTmp, aIter.toView(), 0 )) in ProcessAttrs()
75 aFormat.Distance = static_cast<sal_uInt16>(nTmp); in ProcessAttrs()
H A Dtxtimppr.cxx205 …assert(nTmp == CTF_FONTSTYLENAME || nTmp == CTF_FONTSTYLENAME_CJK || nTmp == CTF_FONTSTYLENAME_CTL… in FontDefaultsCheck()
218 … assert(nTmp == CTF_FONTFAMILY || nTmp == CTF_FONTFAMILY_CJK || nTmp == CTF_FONTFAMILY_CTL); in FontDefaultsCheck()
230 assert(nTmp == CTF_FONTPITCH || nTmp == CTF_FONTPITCH_CJK || nTmp == CTF_FONTPITCH_CTL); in FontDefaultsCheck()
242 … assert(nTmp == CTF_FONTCHARSET || nTmp == CTF_FONTCHARSET_CJK || nTmp == CTF_FONTCHARSET_CTL); in FontDefaultsCheck()
293 sal_Int16 nTmp = rMapper->GetEntryContextId( in lcl_SeparateBorder() local
303 assert(nTmp >= CTF_LEFTBORDERDISTANCE && in lcl_SeparateBorder()
315 sal_Int16 nTmp = rMapper->GetEntryContextId( in lcl_SeparateBorder() local
320 assert(nTmp >= CTF_CHARLEFTBORDER && nTmp <= CTF_CHARBOTTOMBORDER); in lcl_SeparateBorder()
324 assert(nTmp >= CTF_LEFTBORDER && nTmp <= CTF_BOTTOMBORDER); in lcl_SeparateBorder()
551 assert(nTmp >= CTF_PARALEFTMARGIN && in finished()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A DXMLFootnoteSeparatorImport.cxx101 sal_Int32 nTmp; in StartElement() local
105 nTmp, sAttrValue)) in StartElement()
107 nLineWeight = static_cast<sal_Int16>(nTmp); in StartElement()
113 nTmp, sAttrValue)) in StartElement()
114 nLineTextDistance = nTmp; in StartElement()
119 nTmp, sAttrValue)) in StartElement()
120 nLineDistance = nTmp; in StartElement()
137 if (::sax::Converter::convertPercent(nTmp, sAttrValue)) in StartElement()
138 nLineRelWidth = static_cast<sal_uInt8>(nTmp); in StartElement()
142 if (::sax::Converter::convertColor(nTmp, sAttrValue)) in StartElement()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A Dtxtimppr.cxx205 …assert(nTmp == CTF_FONTSTYLENAME || nTmp == CTF_FONTSTYLENAME_CJK || nTmp == CTF_FONTSTYLENAME_CTL… in FontDefaultsCheck()
218 … assert(nTmp == CTF_FONTFAMILY || nTmp == CTF_FONTFAMILY_CJK || nTmp == CTF_FONTFAMILY_CTL); in FontDefaultsCheck()
230 assert(nTmp == CTF_FONTPITCH || nTmp == CTF_FONTPITCH_CJK || nTmp == CTF_FONTPITCH_CTL); in FontDefaultsCheck()
242 … assert(nTmp == CTF_FONTCHARSET || nTmp == CTF_FONTCHARSET_CJK || nTmp == CTF_FONTCHARSET_CTL); in FontDefaultsCheck()
293 sal_Int16 nTmp = rMapper->GetEntryContextId( in lcl_SeparateBorder() local
303 assert(nTmp >= CTF_LEFTBORDERDISTANCE && in lcl_SeparateBorder()
315 sal_Int16 nTmp = rMapper->GetEntryContextId( in lcl_SeparateBorder() local
320 assert(nTmp >= CTF_CHARLEFTBORDER && nTmp <= CTF_CHARBOTTOMBORDER); in lcl_SeparateBorder()
324 assert(nTmp >= CTF_LEFTBORDER && nTmp <= CTF_BOTTOMBORDER); in lcl_SeparateBorder()
551 assert(nTmp >= CTF_PARALEFTMARGIN && in finished()
[all …]
H A Dtxtdropi.cxx66 sal_Int32 nTmp; in ProcessAttrs() local
80 if (::sax::Converter::convertNumber( nTmp, rValue, 0, 255 )) in ProcessAttrs()
82 aFormat.Lines = nTmp < 2 ? 0 : static_cast<sal_Int8>(nTmp); in ProcessAttrs()
91 else if (::sax::Converter::convertNumber( nTmp, rValue, 1, 255 )) in ProcessAttrs()
94 aFormat.Count = static_cast<sal_Int8>(nTmp); in ProcessAttrs()
100 nTmp, rValue, 0 )) in ProcessAttrs()
102 aFormat.Distance = static_cast<sal_uInt16>(nTmp); in ProcessAttrs()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/raw/
H A Dkrodataset.cpp276 int nTmp = nXSize; in Create() local
277 CPL_MSBPTR32(&nTmp); in Create()
278 nRet += VSIFWriteL(&nTmp, 4, 1, fp); in Create()
280 nTmp = nYSize; in Create()
281 CPL_MSBPTR32(&nTmp); in Create()
282 nRet += VSIFWriteL(&nTmp, 4, 1, fp); in Create()
285 CPL_MSBPTR32(&nTmp); in Create()
286 nRet += VSIFWriteL(&nTmp, 4, 1, fp); in Create()
288 nTmp = nBands; in Create()
289 CPL_MSBPTR32(&nTmp); in Create()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/raw/
H A Dkrodataset.cpp276 int nTmp = nXSize; in Create() local
277 CPL_MSBPTR32(&nTmp); in Create()
278 nRet += VSIFWriteL(&nTmp, 4, 1, fp); in Create()
280 nTmp = nYSize; in Create()
281 CPL_MSBPTR32(&nTmp); in Create()
282 nRet += VSIFWriteL(&nTmp, 4, 1, fp); in Create()
285 CPL_MSBPTR32(&nTmp); in Create()
286 nRet += VSIFWriteL(&nTmp, 4, 1, fp); in Create()
288 nTmp = nBands; in Create()
289 CPL_MSBPTR32(&nTmp); in Create()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/raw/
H A Dkrodataset.cpp276 int nTmp = nXSize; in Create() local
277 CPL_MSBPTR32(&nTmp); in Create()
278 nRet += VSIFWriteL(&nTmp, 4, 1, fp); in Create()
280 nTmp = nYSize; in Create()
281 CPL_MSBPTR32(&nTmp); in Create()
282 nRet += VSIFWriteL(&nTmp, 4, 1, fp); in Create()
285 CPL_MSBPTR32(&nTmp); in Create()
286 nRet += VSIFWriteL(&nTmp, 4, 1, fp); in Create()
288 nTmp = nBands; in Create()
289 CPL_MSBPTR32(&nTmp); in Create()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/jbig2/
H A DJBig2_HuffmanDecoder.cpp21 uint32_t nTmp; in decodeAValue() local
22 if (m_pStream->read1Bit(&nTmp) == -1) in decodeAValue()
25 nVal = (nVal << 1) | nTmp; in decodeAValue()
32 if (m_pStream->readNBits(pTable->GetRANGELEN()[i], &nTmp) == -1) in decodeAValue()
37 *nResult = pTable->GetRANGELOW()[i] - nTmp; in decodeAValue()
39 *nResult = pTable->GetRANGELOW()[i] + nTmp; in decodeAValue()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/jbig2/
H A DJBig2_HuffmanDecoder.cpp21 uint32_t nTmp; in decodeAValue() local
22 if (m_pStream->read1Bit(&nTmp) == -1) in decodeAValue()
25 nVal = (nVal << 1) | nTmp; in decodeAValue()
32 if (m_pStream->readNBits(pTable->GetRANGELEN()[i], &nTmp) == -1) in decodeAValue()
37 *nResult = pTable->GetRANGELOW()[i] - nTmp; in decodeAValue()
39 *nResult = pTable->GetRANGELOW()[i] + nTmp; in decodeAValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/unodraw/
H A DSvxXTextColumns.cxx209 if (sal_Int32 nTmp; !(aValue >>= nTmp) || nTmp < 0) in setPropertyValue() local
212 m_nSepLineWidth = convertMm100ToTwip(nTmp); in setPropertyValue()
223 if (sal_Int32 nTmp; !(aValue >>= nTmp) || nTmp < 0) in setPropertyValue() local
226 m_nSepLineHeightRelative = nTmp; in setPropertyValue()
231 else if (sal_Int8 nTmp; aValue >>= nTmp) in setPropertyValue() local
232 m_nSepLineVertAlign = static_cast<css::style::VerticalAlignment>(nTmp); in setPropertyValue()
241 if (sal_Int32 nTmp; !(aValue >>= nTmp) || nTmp < 0 || nTmp >= m_nReference) in setPropertyValue() local
245 m_nAutoDistance = nTmp; in setPropertyValue()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/hopspack/src/src-shared/
H A DHOPSPACK_ThreadSynchObject.cpp201 int nTmp = pthread_cond_wait (&(_pMonitor->cCondVar), in waitForNotify()
203 if (nTmp != 0) in waitForNotify()
205 cerr << "ERROR: Unix pthread_cond_wait returned " << nTmp in waitForNotify()
245 int nTmp = pthread_cond_wait (&(_pMonitor->cCondVar), in takeOwnership()
247 if (nTmp != 0) in takeOwnership()
249 cerr << "ERROR: Unix pthread_cond_wait returned " << nTmp in takeOwnership()
309 int nTmp = pthread_cond_signal (&(_pMonitor->cCondVar)); in notify() local
310 if (nTmp != 0) in notify()
312 cerr << "ERROR: Unix pthread_cond_signal returned " << nTmp in notify()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/jbig2/
H A DJBig2_HuffmanDecoder.cpp22 uint32_t nTmp; in DecodeAValue() local
23 if (m_pStream->read1Bit(&nTmp) == -1) in DecodeAValue()
30 nSafeVal |= nTmp; in DecodeAValue()
41 if (m_pStream->readNBits(pTable->GetRANGELEN()[i], &nTmp) == -1) in DecodeAValue()
46 *nResult = pTable->GetRANGELOW()[i] - nTmp; in DecodeAValue()
48 *nResult = pTable->GetRANGELOW()[i] + nTmp; in DecodeAValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/jbig2/
H A DJBig2_HuffmanDecoder.cpp22 uint32_t nTmp; in DecodeAValue() local
23 if (m_pStream->read1Bit(&nTmp) == -1) in DecodeAValue()
30 nSafeVal |= nTmp; in DecodeAValue()
41 if (m_pStream->readNBits(pTable->GetRANGELEN()[i], &nTmp) == -1) in DecodeAValue()
46 *nResult = pTable->GetRANGELOW()[i] - nTmp; in DecodeAValue()
48 *nResult = pTable->GetRANGELOW()[i] + nTmp; in DecodeAValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/config/
H A Dapearcfg.cxx63 short nTmp; in SvtTabAppearanceCfg() local
64 if (*pValues >>= nTmp) in SvtTabAppearanceCfg()
65 nDragMode = static_cast<DragMode>(nTmp); in SvtTabAppearanceCfg()
71 short nTmp; in SvtTabAppearanceCfg() local
72 if (*pValues >>= nTmp) in SvtTabAppearanceCfg()
73 nSnapMode = static_cast<SnapType>(nTmp); //"Dialog/MousePositioning", in SvtTabAppearanceCfg()
76 …case 3: { short nTmp = 0; *pValues >>= nTmp; nMiddleMouse = static_cast<MouseMiddleButtonAction>( in SvtTabAppearanceCfg() local

12345678910>>...32