Home
last modified time | relevance | path

Searched refs:nDestSize (Results 1 – 25 of 30) sorted by relevance

12

/dports/japanese/skkinput3/skkinput-3.0.6/lib/misc/
H A Dkstring.c28 dwcstowcs (LPWSTR pwDest, int nDestSize, const Char* pSrc, int nSrcSize) in dwcstowcs() argument
32 assert (pwDest != NULL || nDestSize <= 0) ; in dwcstowcs()
35 nBackup = nDestSize ; in dwcstowcs()
36 while (nDestSize > 0 && nSrcSize > 0) { in dwcstowcs()
38 nDestSize -- ; in dwcstowcs()
41 return (nBackup - nDestSize) ; in dwcstowcs()
45 wcstodwcs (Char* pDest, int nDestSize, LPCWSTR pwSrc, int nSrcSize) in wcstodwcs() argument
H A Dkstring.h26 int dwcstowcs (LPWSTR pwDest, int nDestSize, const Char* pSrc, int nSrcSize) ;
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx266 const sal_uInt32 nDestSize(aDestination.size()); in impCreate3DDecomposition() local
267 aRetval.resize(nDestSize); in impCreate3DDecomposition()
269 for(sal_uInt32 b(0); b < nDestSize; b++) in impCreate3DDecomposition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx268 const sal_uInt32 nDestSize(aDestination.size()); in impCreate3DDecomposition() local
269 aRetval.resize(nDestSize); in impCreate3DDecomposition()
271 for(sal_uInt32 b(0); b < nDestSize; b++) in impCreate3DDecomposition()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dgfxlink.cxx83 sal_uInt32 nDestSize = rGfxLink.GetDataSize(); in operator ==() local
85 if (pSource && pDestination && (nSourceSize == nDestSize)) in operator ==()
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_string.cpp2558 size_t CPLStrlcpy(char* pszDest, const char* pszSrc, size_t nDestSize) in CPLStrlcpy() argument
2563 if (nDestSize == 0) in CPLStrlcpy()
2566 nDestSize --; in CPLStrlcpy()
2567 while(nDestSize != 0 && *pszSrcIter != '\0') in CPLStrlcpy()
2572 nDestSize --; in CPLStrlcpy()
2612 size_t CPLStrlcat(char* pszDest, const char* pszSrc, size_t nDestSize) in CPLStrlcat() argument
2616 while(nDestSize != 0 && *pszDestIter != '\0') in CPLStrlcat()
2619 nDestSize --; in CPLStrlcat()
2622 return pszDestIter - pszDest + CPLStrlcpy(pszDestIter, pszSrc, nDestSize); in CPLStrlcat()
H A Dcpl_string.h150 size_t CPL_DLL CPLStrlcpy(char* pszDest, const char* pszSrc, size_t nDestSize);
151 size_t CPL_DLL CPLStrlcat(char* pszDest, const char* pszSrc, size_t nDestSize);
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_string.cpp2856 size_t CPLStrlcpy( char* pszDest, const char* pszSrc, size_t nDestSize ) in CPLStrlcpy() argument
2858 if( nDestSize == 0 ) in CPLStrlcpy()
2864 --nDestSize; in CPLStrlcpy()
2865 while( nDestSize != 0 && *pszSrcIter != '\0' ) in CPLStrlcpy()
2870 --nDestSize; in CPLStrlcpy()
2913 size_t CPLStrlcat( char* pszDest, const char* pszSrc, size_t nDestSize ) in CPLStrlcat() argument
2917 while( nDestSize != 0 && *pszDestIter != '\0' ) in CPLStrlcat()
2920 --nDestSize; in CPLStrlcat()
2923 return pszDestIter - pszDest + CPLStrlcpy(pszDestIter, pszSrc, nDestSize); in CPLStrlcat()
H A Dcpl_string.h207 size_t CPL_DLL CPLStrlcpy(char* pszDest, const char* pszSrc, size_t nDestSize);
208 size_t CPL_DLL CPLStrlcat(char* pszDest, const char* pszSrc, size_t nDestSize);
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_string.cpp2856 size_t CPLStrlcpy( char* pszDest, const char* pszSrc, size_t nDestSize ) in CPLStrlcpy() argument
2858 if( nDestSize == 0 ) in CPLStrlcpy()
2864 --nDestSize; in CPLStrlcpy()
2865 while( nDestSize != 0 && *pszSrcIter != '\0' ) in CPLStrlcpy()
2870 --nDestSize; in CPLStrlcpy()
2913 size_t CPLStrlcat( char* pszDest, const char* pszSrc, size_t nDestSize ) in CPLStrlcat() argument
2917 while( nDestSize != 0 && *pszDestIter != '\0' ) in CPLStrlcat()
2920 --nDestSize; in CPLStrlcat()
2923 return pszDestIter - pszDest + CPLStrlcpy(pszDestIter, pszSrc, nDestSize); in CPLStrlcat()
H A Dcpl_string.h207 size_t CPL_DLL CPLStrlcpy(char* pszDest, const char* pszSrc, size_t nDestSize);
208 size_t CPL_DLL CPLStrlcat(char* pszDest, const char* pszSrc, size_t nDestSize);
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_string.cpp2856 size_t CPLStrlcpy( char* pszDest, const char* pszSrc, size_t nDestSize ) in CPLStrlcpy() argument
2858 if( nDestSize == 0 ) in CPLStrlcpy()
2864 --nDestSize; in CPLStrlcpy()
2865 while( nDestSize != 0 && *pszSrcIter != '\0' ) in CPLStrlcpy()
2870 --nDestSize; in CPLStrlcpy()
2913 size_t CPLStrlcat( char* pszDest, const char* pszSrc, size_t nDestSize ) in CPLStrlcat() argument
2917 while( nDestSize != 0 && *pszDestIter != '\0' ) in CPLStrlcat()
2920 --nDestSize; in CPLStrlcat()
2923 return pszDestIter - pszDest + CPLStrlcpy(pszDestIter, pszSrc, nDestSize); in CPLStrlcat()
H A Dcpl_string.h207 size_t CPL_DLL CPLStrlcpy(char* pszDest, const char* pszSrc, size_t nDestSize);
208 size_t CPL_DLL CPLStrlcat(char* pszDest, const char* pszSrc, size_t nDestSize);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dgfxlink.cxx60 sal_uInt32 nDestSize = rGfxLink.GetDataSize(); in operator ==() local
61 if ( pSource && pDest && ( nSourceSize == nDestSize ) ) in operator ==()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/minimizer/
H A Dimpoptimizer.cxx615 sal_Int64 nDestSize = 0; in Optimize() local
680 nDestSize = PPPOptimizer::GetFileSize( maSaveAsURL ); in Optimize()
686 …text, mxInformationDialog, maSaveAsURL, mbOpenNewDocument, nSourceSize, nDestSize, nEstimatedFileS… in Optimize()
704 if ( nSourceSize && nDestSize ) in Optimize()
707 SetStatusValue( TK_FileSizeDestination, Any( nDestSize ) ); in Optimize()
H A Dinformationdialog.hxx49 … bool& bOpenNewDocument, sal_Int64 nSourceSize, sal_Int64 nDestSize, sal_Int64 nApproxDest );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/minimizer/
H A Dimpoptimizer.cxx615 sal_Int64 nDestSize = 0; in Optimize() local
681 nDestSize = PPPOptimizer::GetFileSize( maSaveAsURL ); in Optimize()
687 …text, mxInformationDialog, maSaveAsURL, mbOpenNewDocument, nSourceSize, nDestSize, nEstimatedFileS… in Optimize()
705 if ( nSourceSize && nDestSize ) in Optimize()
708 SetStatusValue( TK_FileSizeDestination, Any( nDestSize ) ); in Optimize()
H A Dinformationdialog.hxx49 … bool& bOpenNewDocument, sal_Int64 nSourceSize, sal_Int64 nDestSize, sal_Int64 nApproxDest );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dcolumn4.cxx198 size_t nDestSize = nRow2 - nRow1 + 1; in CopyOneCellFromClip() local
229 std::vector<sc::CellTextAttr> aTextAttrs(nDestSize, rSrcAttr); in CopyOneCellFromClip()
235 std::vector<double> aVals(nDestSize, rSrcCell.mfValue); in CopyOneCellFromClip()
252 std::vector<svl::SharedString> aStrs(nDestSize, aStr); in CopyOneCellFromClip()
263 aStrs.reserve(nDestSize); in CopyOneCellFromClip()
264 for (size_t i = 0; i < nDestSize; ++i) in CopyOneCellFromClip()
296 aNotes.reserve(nDestSize); in CopyOneCellFromClip()
297 for (size_t i = 0; i < nDestSize; ++i) in CopyOneCellFromClip()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/chart/
H A DSchXMLTableContext.cxx293 const size_t nDestSize = ::std::min( nPermSize, nRowSize ); in endFastElement() local
294 for( size_t nDestinationIndex = 0; nDestinationIndex < nDestSize; ++nDestinationIndex ) in endFastElement()
328 const size_t nDestSize = ::std::min( nPermSize, nTableRowCount ); in endFastElement() local
330 for( size_t nDestinationIndex = 0; nDestinationIndex < nDestSize; ++nDestinationIndex ) in endFastElement()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dcolumn4.cxx199 size_t nDestSize = nRow2 - nRow1 + 1; in CopyOneCellFromClip() local
230 std::vector<sc::CellTextAttr> aTextAttrs(nDestSize, rSrcAttr); in CopyOneCellFromClip()
236 std::vector<double> aVals(nDestSize, rSrcCell.mfValue); in CopyOneCellFromClip()
253 std::vector<svl::SharedString> aStrs(nDestSize, aStr); in CopyOneCellFromClip()
264 aStrs.reserve(nDestSize); in CopyOneCellFromClip()
265 for (size_t i = 0; i < nDestSize; ++i) in CopyOneCellFromClip()
298 aNotes.reserve(nDestSize); in CopyOneCellFromClip()
299 for (size_t i = 0; i < nDestSize; ++i) in CopyOneCellFromClip()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/chart/
H A DSchXMLTableContext.cxx300 const size_t nDestSize = ::std::min( nPermSize, nRowSize ); in EndElement() local
301 for( size_t nDestinationIndex = 0; nDestinationIndex < nDestSize; ++nDestinationIndex ) in EndElement()
336 const size_t nDestSize = ::std::min( nPermSize, nTableRowCount ); in EndElement() local
338 for( size_t nDestinationIndex = 0; nDestinationIndex < nDestSize; ++nDestinationIndex ) in EndElement()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/netcdf/
H A Dnetcdfdataset.cpp56 CPLErr NCDFSafeStrcat(char** ppszDest, char* pszSrc, size_t* nDestSize);
57 CPLErr NCDFSafeStrcpy(char** ppszDest, char* pszSrc, size_t* nDestSize);
6307 CPLErr NCDFSafeStrcat(char** ppszDest, char* pszSrc, size_t* nDestSize) in NCDFSafeStrcat() argument
6310 while(*nDestSize < (strlen(*ppszDest) + strlen(pszSrc) + 1)) { in NCDFSafeStrcat()
6311 (*nDestSize) *= 2; in NCDFSafeStrcat()
6312 *ppszDest = (char*) CPLRealloc((void*) *ppszDest, *nDestSize); in NCDFSafeStrcat()
6314 …Debug( "GDAL_netCDF", "NCDFSafeStrcat() resized str from %ld to %ld", (*nDestSize)/2, *nDestSize ); in NCDFSafeStrcat()
6325 while(*nDestSize < (strlen(*ppszDest) + strlen(pszSrc) + 1)) { in NCDFSafeStrcpy()
6326 (*nDestSize) *= 2; in NCDFSafeStrcpy()
6327 *ppszDest = (char*) CPLRealloc((void*) *ppszDest, *nDestSize); in NCDFSafeStrcpy()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/generic/
H A Dpoly.cxx662 explicit ImplPolygonPointFilter(sal_uInt16 nDestSize) in ImplPolygonPointFilter() argument
663 : maPoly(nDestSize) in ImplPolygonPointFilter()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/generic/
H A Dpoly.cxx657 explicit ImplPolygonPointFilter(sal_uInt16 nDestSize) in ImplPolygonPointFilter() argument
658 : maPoly(nDestSize) in ImplPolygonPointFilter()

12