Home
last modified time | relevance | path

Searched refs:nSize (Results 201 – 225 of 857) sorted by relevance

12345678910>>...35

/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Duno2cpp.cxx75 sal_uInt32 nRetSize = pReturnTypeDescr->nSize; in MapReturn()
137 bool bRet = pTypeDescr->nSize > 32; in return_via_r8_buffer()
352 ? alloca( pReturnTypeDescr->nSize ) : pUnoReturn); in cpp_call()
458 fprintf(stderr, "complex size is %d\n", pParamTypeDescr->nSize ); in cpp_call()
462 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
475 pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp_call()
/aoo42x/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx387 int nSize = 0; in parseFont() local
410 char* pBuf = gfxFont->readEmbFontFile( m_pDoc->getXRef(), &nSize ); in parseFont()
416 return nSize; in parseFont()
424 int nSize = 0; in writeFontFile() local
425 char* pBuf = gfxFont->readEmbFontFile( m_pDoc->getXRef(), &nSize ); in writeFontFile()
432 if( fwrite(pBuf, sizeof(char), nSize, g_binary_out) != (size_t)nSize ) in writeFontFile()
/aoo42x/main/oox/source/dump/
H A Doledumper.cxx122 sal_uInt32 nSize = dumpHex< sal_uInt32 >( "image-size", "CONV-DEC" ); in implDump() local
123 dumpBinary( "image-data", nSize ); in implDump()
566 sal_Int32 nSize = dumpDec< sal_Int32 >( "data-size" ); in dumpBlob() local
567 if( nSize > 0 ) in dumpBlob()
571 dumpHlinks( nSize ); in dumpBlob()
573 dumpBinary( rName, nSize ); in dumpBlob()
613 void OlePropertyStreamObject::dumpHlinks( sal_Int32 nSize ) in dumpHlinks() argument
615 sal_Int64 nEndPos = mxStrm->tell() + nSize; in dumpHlinks()
1073 sal_uInt16 nSize = dumpDec< sal_uInt16 >( "size" ); in implDump() local
1074 mnPropertiesEnd = mxStrm->tell() + nSize; in implDump()
[all …]
/aoo42x/main/dtrans/source/win32/dtobj/
H A DFmtFilter.cxx143 UINT nSize = 0; in WinENHMFPictToOOMFPict() local
146 ( ( nSize = GetEnhMetaFileBits( hEnhMetaFile, 0, NULL ) ) != 0 ) ) in WinENHMFPictToOOMFPict()
148 aRet.realloc( nSize ); in WinENHMFPictToOOMFPict()
150 if( GetEnhMetaFileBits( hEnhMetaFile, nSize, (sal_uChar*) aRet.getArray() ) != nSize ) in WinENHMFPictToOOMFPict()
/aoo42x/main/svl/qa/complex/ConfigItems/helper/
H A DHistoryOptTest.cxx199 void HistoryOptTest::impl_setSize(::sal_Int32 nSize) in impl_setSize() argument
201 m_aConfigItem.SetSize (m_eList, nSize); in impl_setSize()
206 if (nCheck != nSize) in impl_setSize()
214 if (nCheck > nSize) in impl_setSize()
219 if (nCheck > nSize) in impl_setSize()
/aoo42x/main/filter/source/graphicfilter/eps/
H A Deps.cxx233 sal_Bool ImplGetBoundingBox( double* nNumb, sal_uInt8* pSource, sal_uLong nSize );
1107 sal_uLong nSize = aGfxLink.GetDataSize(); in ImplWriteActions() local
1109 if ( nSize < 64 ) // assuming eps is larger than 64 bytes in ImplWriteActions()
1111 if ( nParseThis > nSize ) in ImplWriteActions()
1112 nParseThis = nSize; in ImplWriteActions()
2721 while ( nComp-- >= nSize ) in ImplSearchEntry()
2724 for ( i = 0; i < nSize; i++ ) in ImplSearchEntry()
2729 if ( i == nSize ) in ImplSearchEntry()
2743 if ( nSize < 256 ) // we assume that the file is greater than 256 bytes in ImplGetBoundingBox()
2746 if ( nSize < POSTSCRIPT_BOUNDINGSEARCH ) in ImplGetBoundingBox()
[all …]
/aoo42x/main/svx/source/dialog/
H A Ddialcontrol.cxx105 long nSize = bMain ? (DIAL_OUTER_WIDTH / 4) : (DIAL_OUTER_WIDTH / 2 - 1); in DrawElements() local
106 DrawEllipse( Rectangle( nX - nSize, nY - nSize, nX + nSize, nY + nSize ) ); in DrawElements()
/aoo42x/main/sc/source/filter/excel/
H A Dexcrecds.cxx923 … for( size_t nPos = 0, nSize = maFilterList.GetSize(); !bConflict && (nPos < nSize); ++nPos ) in ExcAutoFilterRecs() local
948 for( size_t nPos = 0, nSize = maFilterList.GetSize(); nPos < nSize; ++nPos ) in GetByCol() local
961 for( size_t nPos = 0, nSize = maFilterList.GetSize(); nPos < nSize; ++nPos ) in IsFiltered() local
H A Dxecontent.cxx174 size_t nSize = aTIt->size(); in Save() local
175 if( nSize >= aVec.size() ) aVec.resize( nSize + 1, 0 ); in Save()
176 ++aVec[ nSize ]; in Save()
177 if( nSize > nPerBucket ) nEff += nSize - nPerBucket; in Save()
186 for( size_t nIx = 0, nSize = aVec.size(), nInc = 1; nIx < nSize; nIx += nInc ) in Save() local
189 … size_t nMaxIx = ::std::min( nIx + nInc, nSize ), nCount = 0, nMaxCount = 0, nStrings = 0; in Save()
H A Dxestyle.cxx487 …for( sal_uInt32 nIdx = 0, nSize = static_cast< sal_uInt32 >( maPalette.size() ); bDefault && (nIdx… in IsDefaultPalette() local
1072 size_t nSize = maFontList.GetSize(); in Insert() local
1073 if( nSize < mnXclMaxSize ) in Insert()
1077 nPos = nSize; // old size is last position now in Insert()
1185 for( size_t nPos = 0, nSize = maFontList.GetSize(); nPos < nSize; ++nPos ) in Find() local
1242 size_t nSize = maFormatMap.size(); in Insert() local
1243 if( nSize < static_cast< size_t >( 0xFFFF - mnXclOffset ) ) in Insert()
1245 sal_uInt16 nXclNumFmt = static_cast< sal_uInt16 >( nSize + mnXclOffset ); in Insert()
2425 for( size_t nPos = 0, nSize = maXFList.GetSize(); nPos < nSize; ++nPos ) in Finalize() local
2707 for( size_t nPos = 0, nSize = maXFList.GetSize(); nPos < nSize; ++nPos ) in FindXF() local
[all …]
/aoo42x/main/sal/systools/win32/uwinapi/
H A DGetUserDomainA.cpp27 EXTERN_C DWORD WINAPI GetUserDomainA_NT( LPSTR lpBuffer, DWORD nSize ) in GetUserDomainA_NT() argument
30 EXTERN_C DWORD WINAPI GetUserDomainA_WINDOWS( LPSTR lpBuffer, DWORD nSize ) in GetUserDomainA_NT()
41 …_THUNK( kernel32, GetUserDomainA, DWORD, WINAPI, GetUserDomainA, ( LPSTR lpBuffer, DWORD nSize ) );
/aoo42x/main/xmlhelp/source/cxxhelp/provider/
H A Ddatabases.cxx796 int nSize = 0; in init() local
805 nSize = 0; in init()
814 nSize = aHDFData.getSize(); in init()
1276 int nSize = 0; in setActiveText() local
1286 nSize = aHDFData.getSize(); in setActiveText()
1295 for( int i = 0; i < nSize; ++i ) in setActiveText()
1304 nSize = tmp.getLength(); in setActiveText()
1309 *byteCount = nSize; in setActiveText()
1310 *buffer = new char[ 1 + nSize ]; in setActiveText()
1311 (*buffer)[nSize] = 0; in setActiveText()
[all …]
/aoo42x/main/vcl/source/window/
H A Dsplitwin.cxx101 if (rItem.mnMinSize>=0 && nSize<rItem.mnMinSize) in ValidateSize()
106 return nSize; in ValidateSize()
1886 long nEx2 = nEx1+nSize+3; in ImplDrawButtonRect()
1916 long nEx2 = nEx1+nSize+3; in ImplDrawButtonRect()
2009 long nSize; in ImplDrawAutoHide() local
2011 nSize = aImageSize.Width(); in ImplDrawAutoHide()
2013 nSize = aImageSize.Height(); in ImplDrawAutoHide()
2014 ImplDrawButtonRect( aTempRect, nSize ); in ImplDrawAutoHide()
2875 if ( nSize < 1 ) in InsertItem()
2876 nSize = 1; in InsertItem()
[all …]
/aoo42x/main/connectivity/source/drivers/ado/
H A DADatabaseMetaDataResultSetMetaData.cxx47 sal_Int32 nSize = 0; in getColumnDisplaySize() local
49 nSize = (*m_mColumnsIter).second.getColumnDisplaySize(); in getColumnDisplaySize()
54 nSize = aField.GetActualSize(); in getColumnDisplaySize()
56 return nSize; in getColumnDisplaySize()
/aoo42x/main/sot/inc/sot/
H A Dstorinfo.hxx38 sal_uLong nSize; member in SvStorageInfo
47 , nSize( nSz ) in SvStorageInfo()
56 sal_uLong GetSize() const { return nSize; } in GetSize()
/aoo42x/main/sw/source/filter/ww8/
H A Dww8par2.cxx3494 for (sal_uInt16 nSize = static_cast< sal_uInt16 >(aNumRuleNames.size()); nSize <= nCol; ++nSize) in SetNumRuleName() local
4372 if (!nSize) in ReadWord2Chpx()
4394 if (nCount >= nSize) break; in ReadWord2Chpx()
4407 if (nCount >= nSize) break; in ReadWord2Chpx()
4420 if (nCount >= nSize) break; in ReadWord2Chpx()
4428 if (nCount >= nSize) break; in ReadWord2Chpx()
4432 if (nCount >= nSize) break; in ReadWord2Chpx()
4436 if (nCount >= nSize) break; in ReadWord2Chpx()
4444 if (nCount >= nSize) break; in ReadWord2Chpx()
4451 if (nCount >= nSize) break; in ReadWord2Chpx()
[all …]
/aoo42x/main/sw/source/ui/index/
H A Dtoxmgr.cxx232 sal_uInt16 nSize = pSh->GetTOXTypeCount(TOX_USER); in GetUserTypeID() local
233 for(sal_uInt16 i=0; i < nSize; ++i) in GetUserTypeID()
241 return nSize; in GetUserTypeID()
343 sal_uInt16 nSize = pSh->GetTOXTypeCount(eCurTOXType); in UpdateOrInsertTOX() local
344 for(sal_uInt16 i=0; rDesc.GetTOUName() && i < nSize; ++i) in UpdateOrInsertTOX()
/aoo42x/main/slideshow/test/
H A Ddemoshow.cxx96 const sal_Int32 nSize( std::min( rNewSize.Width(), rNewSize.Height() ) - 10); in resize() local
98 nSize, nSize, (rNewSize.Width() - nSize) / 2, (rNewSize.Height() - nSize) / 2); in resize()
/aoo42x/main/io/source/stm/
H A Dopipe.cxx218 sal_Int32 nSize = Min( nMaxBytesToRead , m_pFIFO->getSize() ); in readSomeBytes() local
219 aData.realloc( nSize ); in readSomeBytes()
220 m_pFIFO->read( aData , nSize ); in readSomeBytes()
221 return nSize; in readSomeBytes()
/aoo42x/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx65 inline auto_ptr< rtl_mem > seq_allocate( sal_Int32 nElements, sal_Int32 nSize ) in seq_allocate() argument
68 rtl_mem::allocate( SAL_SEQUENCE_HEADER_SIZE + (nElements * nSize) ) ); in seq_allocate()
986 auto_ptr< rtl_mem > mem(rtl_mem::allocate(td->nSize)); in map_to_uno()
1367 seq = seq_allocate( nElements, element_td.get()->nSize ); in map_to_uno()
1374 (nPos * element_td.get()->nSize); in map_to_uno()
1387 (nCleanPos * element_td.get()->nSize); in map_to_uno()
1920 sal_Int32 nSize = element_td.get()->nSize; in map_to_cli() local
1925 &val, p + (nSize * nPos), element_type, 0, false); in map_to_cli()
1959 sal_Int32 nSize = element_td.get()->nSize; in map_to_cli() local
1964 &val, p + (nSize * nPos), element_type, NULL, false); in map_to_cli()
/aoo42x/main/tools/inc/tools/
H A Dcachestr.hxx50 TOOLS_DLLPRIVATE virtual sal_uIntPtr GetData( void* pData, sal_uIntPtr nSize );
51 TOOLS_DLLPRIVATE virtual sal_uIntPtr PutData( const void* pData, sal_uIntPtr nSize );
54 TOOLS_DLLPRIVATE virtual void SetSize( sal_uIntPtr nSize );
/aoo42x/main/sot/source/sdstor/
H A Dstorage.cxx196 sal_uLong SotStorageStream::GetData( void* pData, sal_uLong nSize ) in GetData() argument
202 nRet = pOwnStm->Read( pData, nSize ); in GetData()
206 nRet = SvStream::GetData( (sal_Char *)pData, nSize ); in GetData()
215 sal_uLong SotStorageStream::PutData( const void* pData, sal_uLong nSize ) in PutData() argument
221 nRet = pOwnStm->Write( pData, nSize ); in PutData()
225 nRet = SvStream::PutData( (sal_Char *)pData, nSize ); in PutData()
298 sal_uLong nSize = Tell(); in GetSize() local
300 return nSize; in GetSize()
/aoo42x/main/sc/source/filter/html/
H A Dhtmlexp.cxx259 sal_uInt16 nSize = pHtmlOptions->GetFontSize( j ); in ScHTMLExport() local
261 if ( nSize ) in ScHTMLExport()
262 nFontSize[j] = nSize * 20; in ScHTMLExport()
299 sal_uInt16 nSize = 1; in GetFontSizeNumber() local
304 nSize = j+1; in GetFontSizeNumber()
308 return nSize; in GetFontSizeNumber()
313 sal_uInt16 nSize = GetFontSizeNumber( nHeight ); in GetFontSizeCss() local
314 return pFontSizeCss[ nSize-1 ]; in GetFontSizeCss()
/aoo42x/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx277 sal_Int32 nSize = 0; in insertDockingAreaSize() local
281 nSize = rUIElementPosSize.Height; in insertDockingAreaSize()
286 nSize = rUIElementPosSize.Width; in insertDockingAreaSize()
297 rDockingAreaData[nIndexPos] = nSize; in insertDockingAreaSize()
2903 if ( nSize == 0 ) in implts_calcDockingPosSize()
2918 if ( nSize == 0 ) in implts_calcDockingPosSize()
2940 if ( nSize == 0 ) in implts_calcDockingPosSize()
3087 rTrackingRect.setWidth( nSize ); in implts_calcDockingPosSize()
3133 rTrackingRect.setHeight( nSize ); in implts_calcDockingPosSize()
3218 aTrackingRect.setWidth( nSize ); in implts_calcTrackingAndElementRect()
[all …]
/aoo42x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DOTypeInfo.hxx70 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new()
71 { return ::rtl_allocateMemory( nSize ); } in operator new()
72 inline static void * SAL_CALL operator new( size_t nSize,void* _pHint ) SAL_THROW( () ) in operator new()

Completed in 5386 milliseconds

12345678910>>...35