Home
last modified time | relevance | path

Searched refs:nBlank (Results 1 – 16 of 16) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dporexp.cxx134 TextFrameIndex nBlank = nIdx; in MayUnderflow() local
135 while( --nBlank > rInf.GetLineStart() ) in MayUnderflow()
137 const sal_Unicode cCh = rInf.GetChar( nBlank ); in MayUnderflow()
140 && rInf.HasHint( nBlank ) ) ) in MayUnderflow()
143 if( nBlank <= rInf.GetLineStart() ) in MayUnderflow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dporexp.cxx134 TextFrameIndex nBlank = nIdx; in MayUnderflow() local
135 while( --nBlank > rInf.GetLineStart() ) in MayUnderflow()
137 const sal_Unicode cCh = rInf.GetChar( nBlank ); in MayUnderflow()
140 && rInf.HasHint( nBlank ) ) ) in MayUnderflow()
143 if( nBlank <= rInf.GetLineStart() ) in MayUnderflow()
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/i18n/
H A Dlocaledatawrapper.cxx475 sal_Int32& nNum, sal_Int32& nBlank, sal_Int32& nSym ) const in scanCurrFormatImpl() argument
477 nSign = nPar = nNum = nBlank = nSym = -1; in scanCurrFormatImpl()
518 if (!nInSection && nBlank == -1 in scanCurrFormatImpl()
520 nBlank = p - pStr + 1; in scanCurrFormatImpl()
528 nBlank = p - pStr - 2; in scanCurrFormatImpl()
539 if (nBlank == -1 && pStr < p && *(p-1) == ' ') in scanCurrFormatImpl()
540 nBlank = p - pStr - 1; in scanCurrFormatImpl()
543 nBlank = p - pStr + 2; in scanCurrFormatImpl()
597 sal_Int32 nSign, nPar, nNum, nBlank, nSym; in loadCurrencyFormats() local
606 if (nBlank == -1) in loadCurrencyFormats()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/capcom/
H A Dctv_do.h39 UINT32 nBlank = 0; variable
148 #define DRAW_8 nBlank |= b; EIGHT(DO_PIX)
191 return nBlank == 0;
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/capcom/
H A Dctv_do.h39 UINT32 nBlank = 0; variable
148 #define DRAW_8 nBlank |= b; EIGHT(DO_PIX)
191 return nBlank == 0;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/i18n/
H A Dlocaledatawrapper.cxx646 sal_Int32& nNum, sal_Int32& nBlank, sal_Int32& nSym ) const in scanCurrFormatImpl() argument
648 nSign = nPar = nNum = nBlank = nSym = -1; in scanCurrFormatImpl()
689 if (!nInSection && nBlank == -1 in scanCurrFormatImpl()
691 nBlank = p - pStr + 1; in scanCurrFormatImpl()
699 nBlank = p - pStr - 2; in scanCurrFormatImpl()
710 if (nBlank == -1 && pStr < p && *(p-1) == ' ') in scanCurrFormatImpl()
711 nBlank = p - pStr - 1; in scanCurrFormatImpl()
714 nBlank = p - pStr + 2; in scanCurrFormatImpl()
771 sal_Int32 nSign, nPar, nNum, nBlank, nSym; in getCurrFormatsImpl() local
780 if (nBlank == -1) in getCurrFormatsImpl()
[all …]
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/quantum/
H A DMOReader.java312 int nBlank = 0; in readMolecularOrbitals() local
367 nBlank++; in readMolecularOrbitals()
369 nBlank = 0; in readMolecularOrbitals()
370 if (nBlank == 2) in readMolecularOrbitals()
390 nBlank = 0; in readMolecularOrbitals()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dfntcache.cxx336 tools::Long nBlank = 0; in lcl_calcLinePos() local
344 nBlank -= nTmpSpaceAdd; in lcl_calcLinePos()
346 nBlank -= rData.nHalfSpace; in lcl_calcLinePos()
361 rEnd.setX( nBlank + rData.rInf.GetPos().X() + nKernEnd ); in lcl_calcLinePos()
367 rEnd.setY( nBlank + rData.rInf.GetPos().Y() - nKernEnd ); in lcl_calcLinePos()
371 rEnd.setX( rData.rInf.GetPos().X() - nKernEnd - nBlank ); in lcl_calcLinePos()
377 rEnd.setY( nBlank + rData.rInf.GetPos().Y() + nKernEnd ); in lcl_calcLinePos()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dfntcache.cxx282 long nBlank = 0; in lcl_calcLinePos() local
290 nBlank -= nTmpSpaceAdd; in lcl_calcLinePos()
292 nBlank -= rData.nHalfSpace; in lcl_calcLinePos()
307 rEnd.setX( nBlank + rData.rInf.GetPos().X() + nKernEnd ); in lcl_calcLinePos()
313 rEnd.setY( nBlank + rData.rInf.GetPos().Y() - nKernEnd ); in lcl_calcLinePos()
317 rEnd.setX( rData.rInf.GetPos().X() - nKernEnd - nBlank ); in lcl_calcLinePos()
323 rEnd.setY( nBlank + rData.rInf.GetPos().Y() + nKernEnd ); in lcl_calcLinePos()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/unotools/
H A Dlocaledatawrapper.hxx108 sal_Int32& nBlank, sal_Int32& nSym ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/unotools/
H A Dlocaledatawrapper.hxx114 sal_Int32& nBlank, sal_Int32& nSym ) const;
/dports/games/sdlroids/sdlroids-1.3.4/
H A Dsdl.c599 int nBlank = 5 - nQuant; in SetIndicator() local
601 while (nBlank--) *npBuff++ = BMP_BLANK; in SetIndicator()
/dports/misc/cloc/cloc-1.90/
H A DREADME.md2142 | nBlank |integer |
2197 prompt> sqlite3 code.db 'select project,file,nBlank+nComment+nCode as nL from t
2198 where nL = (select max(nBlank+nComment+nCode) from t)'
2223 prompt> sqlite3 code.db 'select project,file,nBlank+nComment+nCode as nL from t
2240 prompt> sqlite3 code.db 'select project,file,nBlank+nComment+nCode as nL from t
2251 prompt> sqlite3 code.db 'select project,file,max(nBlank+nComment+nCode) as nL from t
2516 sum(nBlank) as blank ,
2519 sum(nBlank)+sum(nComment)+sum(nCode) as Total
2603 select File, Language, nBlank as blank ,
2657 sum(nBlank) as blank ,
[all …]
H A Dcloc3013 my ($method, $nCode, $nComment, $nBlank, ) = @_;
3017 $den{"cmb"} = $den{"cm"} + $nBlank;
3018 $den{"cb"} = $den{"c"} + $nBlank;
/dports/science/pcmsolver/pcmsolver-1.3.0/doc/cloc_tools/
H A Dcloc.pl2371 my ($method, $nCode, $nComment, $nBlank, ) = @_;
2375 $den{"cmb"} = $den{"cm"} + $nBlank;
2376 $den{"cb"} = $den{"c"} + $nBlank;
/dports/misc/cloc/cloc-1.90/Unix/
H A Dcloc2999 my ($method, $nCode, $nComment, $nBlank, ) = @_;
3003 $den{"cmb"} = $den{"cm"} + $nBlank;
3004 $den{"cb"} = $den{"c"} + $nBlank;