Home
last modified time | relevance | path

Searched refs:nSize (Results 151 – 175 of 863) sorted by relevance

12345678910>>...35

/aoo41x/main/automation/source/server/
H A Dsvcommstream.cxx40 comm_ULONG SvCommStream::Read( void* pData, comm_ULONG nSize ) { return pStream->Read( pData, nSize in Read() argument
41 …NG SvCommStream::Write( const void* pData, comm_ULONG nSize ) { return pStream->Write( pData, nSiz… in Write() argument
/aoo41x/main/sc/source/filter/lotus/
H A Dlotimpop.cxx365 if( nNum >= LotusFontBuffer::nSize ) in Font_Face()
376 for( sal_uInt16 nCnt = 0 ; nCnt < LotusFontBuffer::nSize ; nCnt++ ) in Font_Type()
387 for( sal_uInt16 nCnt = 0 ; nCnt < LotusFontBuffer::nSize ; nCnt++ ) in Font_Ysize()
389 sal_uInt16 nSize; in Font_Ysize() local
390 Read( nSize ); in Font_Ysize()
391 pLotusRoot->pFontBuff->SetHeight( nCnt, nSize ); in Font_Ysize()
/aoo41x/main/writerfilter/source/ooxml/
H A DOOXMLBinaryObjectReference.cxx49 sal_uInt32 nSize = 0; in read() local
55 nOldSize = nSize; in read()
56 nSize += nBytesRead; in read()
57 mSequence.realloc(nSize); in read()
/aoo41x/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx210 sal_uInt32 nSize,
219 sal_uInt32 nSize, in MultiBufferHex() argument
223 mnSize(nSize), in MultiBufferHex()
229 memcpy(mpData, pData, nSize); in MultiBufferHex()
340 if(nSize) in appendHexData()
3475 unsigned long nSize, in ExportPICT() argument
3604 sal_uInt32 nSize = 0; in FlyFrameOLE() local
3618 nSize = aStream.Tell(); in FlyFrameOLE()
3644 sal_uInt32 nSize = 0; in FlyFrameGraphic() local
3733 nSize = aStream.Tell(); in FlyFrameGraphic()
[all …]
/aoo41x/main/starmath/source/
H A Dmathtype.cxx2095 sal_uInt32 nSize = pS->Tell(); in ConvertFromStarMath() local
2101 nSize = pS->Tell()-nSize; in ConvertFromStarMath()
2103 EQNOLEFILEHDR aHdr(nSize+4+1); in ConvertFromStarMath()
2159 for (sal_uInt16 i = 0; i < nSize; i++) in HandleNodes()
2176 for (sal_uInt16 i = 0; i < nSize; i++) in HandleNodes()
2196 for (sal_uInt16 i = 0; i < nSize; i++) in HandleNodes()
2250 for (sal_uInt16 i = 0; i < nSize; i++) in HandleSmMatrix()
2275 if ( nLevel || (nSize >1)) in HandleTable()
2282 for (sal_uInt16 i = 0; i < nSize; i++) in HandleTable()
2289 if (nLevel || (nSize>1)) in HandleTable()
[all …]
/aoo41x/main/sc/source/core/data/
H A Ddpoutput.cxx190 long nSize = aResult.getLength(); in lcl_FillNumberFormats() local
191 if (nSize) in lcl_FillNumberFormats()
233 sal_uInt32* pNumFmt = new sal_uInt32[nSize]; in lcl_FillNumberFormats()
238 for (long nPos=0; nPos<nSize; nPos++) in lcl_FillNumberFormats()
243 for (long nPos=0; nPos<nSize; nPos++) in lcl_FillNumberFormats()
262 rCount = nSize; in lcl_FillNumberFormats()
1189 sal_Int32 nSize = aFilters.size(); in GetPositionData() local
1515 sal_Int32 nSize = rSequence.getLength(); in lcl_FilterInclude() local
1522 for( sal_Int32 j=0; j < nSize; j++ ) in lcl_FilterInclude()
1536 if ( j >= nSize - nGrandTotals ) in lcl_FilterInclude()
[all …]
/aoo41x/main/cli_ure/source/uno_bridge/
H A Dcli_uno.cxx61 if (return_td.get()->nSize > sizeof (largest)) in call_uno()
62 return_size = return_td.get()->nSize; in call_uno()
98 if (td.get()->nSize > sizeof (largest)) in call_uno()
99 uno_args[ nPos ] = alloca( td.get()->nSize ); in call_uno()
230 std::auto_ptr< rtl_mem > memExc(rtl_mem::allocate(td.get()->nSize)); in call_cli()
/aoo41x/main/basic/source/sbx/
H A Dsbxbase.cxx259 sal_uInt32 nCreator, nSize; in Load() local
267 rStrm >> nSize; in Load()
275 nOldPos += nSize; in Load()
303 sal_uInt32 nCreator, nSize; in Skip() local
307 rStrm >> nSize; in Skip()
309 rStrm.Seek( nStartPos + nSize ); in Skip()
/aoo41x/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h125 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new() argument
126 { return ::rtl_allocateMemory( nSize ); } in operator new()
312 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new() argument
313 { return ::rtl_allocateMemory( nSize ); } in operator new()
517 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new() argument
518 { return ::rtl_allocateMemory( nSize ); } in operator new()
/aoo41x/main/sal/qa/rtl/alloc/
H A Drtl_alloc.cxx92 sal_uInt32 nSize = 10 * 1024 * 1024; in rtl_reallocateMemory_001() local
93 m_pMemory = (char*)rtl_reallocateMemory(m_pMemory, nSize); in rtl_reallocateMemory_001()
96 memset(m_pMemory, 2, nSize); in rtl_reallocateMemory_001()
97 … CPPUNIT_ASSERT_MESSAGE( "memory contains wrong value.", checkMemory(m_pMemory, nSize, 2) == true); in rtl_reallocateMemory_001()
/aoo41x/main/svtools/source/filter/wmf/
H A Denhwmf.cxx856 sal_uInt32 nSize = cbBmiSrc + cbBitsSrc + 14; in ReadEnhWMF() local
857 if ( nSize <= ( nEndPos - nStartPos ) ) in ReadEnhWMF()
859 char* pBuf = new char[ nSize ]; in ReadEnhWMF()
860 SvMemoryStream aTmp( pBuf, nSize, STREAM_READ | STREAM_WRITE ); in ReadEnhWMF()
918 sal_uInt32 nSize = cbBmiSrc + cbBitsSrc + 14; in ReadEnhWMF() local
919 if ( nSize <= ( nEndPos - nStartPos ) ) in ReadEnhWMF()
921 char* pBuf = new char[ nSize ]; in ReadEnhWMF()
922 SvMemoryStream aTmp( pBuf, nSize, STREAM_READ | STREAM_WRITE ); in ReadEnhWMF()
972 sal_uInt32 nSize = cbBmiSrc + cbBitsSrc + 14; in ReadEnhWMF() local
973 if ( nSize <= ( nEndPos - nStartPos ) ) in ReadEnhWMF()
[all …]
/aoo41x/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx1466 sal_Int32 nSize; in ReadAt() local
1478 nSize = xStream->readBytes( aData, sal_Int32(nCount) ); in ReadAt()
1485 rtl_copyMemory (pBuffer, aData.getConstArray(), nSize); in ReadAt()
1487 *pRead = sal_uLong(nSize); in ReadAt()
1555 sal_uLong nSize = aStat.nSize; in SetSize() local
1557 if ( nSize > nNewSize ) in SetSize()
1563 nSize = 0; in SetSize()
1570 if ( nSize < nNewSize ) in SetSize()
1572 sal_uLong nDiff = nNewSize-nSize, nCount=0; in SetSize()
1575 WriteAt( nSize, pBuffer, nDiff, &nCount ); in SetSize()
[all …]
/aoo41x/main/rsc/source/tools/
H A Drsctools.cxx427 sal_uInt32 RscWriteRc :: IncSize( sal_uInt32 nSize ) in IncSize() argument
429 nLen += nSize; in IncSize()
432 return( nLen - nSize ); in IncSize()
444 char * RscWriteRc :: GetPointer( sal_uInt32 nSize ) in GetPointer() argument
448 return( pMem + nSize ); in GetPointer()
/aoo41x/main/tools/inc/tools/
H A Ddynary.hxx43 DynArray( sal_uIntPtr nSize = 16 ) : Container( nSize ) {} in DynArray() argument
78 ClassName( sal_uIntPtr nSize = 16 ) : \
79 DynArray( nSize ) {} \
/aoo41x/main/svtools/inc/svtools/
H A Dfltdefs.hxx55 #define GLOBALALLOC(nSize) ((PDIBBYTE)GlobalAlloc(GMEM_FIXED,(nSize))) argument
64 #define GLOBALALLOC(nSize) ((PDIBBYTE)new sal_uInt8[(nSize)]) argument
/aoo41x/main/sal/rtl/source/
H A Dlocale.c94 sal_Int32 nSize = RTL_HASHTABLE_SIZE[sizeIndex]; in rtl_hashtable_init() local
102 (*table)->Size = nSize; in rtl_hashtable_init()
106 while (nSize) in rtl_hashtable_init()
108 (*table)->Table[nSize - 1] = NULL; in rtl_hashtable_init()
109 nSize--; in rtl_hashtable_init()
/aoo41x/main/xml2cmp/source/xcd/
H A Dparse.cxx148 unsigned nSize = o_rElements.size(); in Parse_FreeChoice() local
153 for ( unsigned i = 0; i < nSize; ++i ) in Parse_FreeChoice()
241 unsigned nSize = i_rAttrNames.size(); in Parse_MultipleAttr() local
249 for ( i = 0; i < nSize; ++i ) in Parse_MultipleAttr()
257 if (i == nSize) in Parse_MultipleAttr()
/aoo41x/main/sw/source/ui/fldui/
H A Dflddinf.cxx417 sal_uInt16 nSize = 0; in FillSelectionLB() local
433 nSize = GetFldMgr().GetFormatCount(nTypeId, sal_False, IsFldDlgHtmlMode()); in FillSelectionLB()
434 for (sal_uInt16 i = 0; i < nSize; i++) in FillSelectionLB()
443 sal_Bool bEnable = nSize != 0; in FillSelectionLB()
445 if (nSize) in FillSelectionLB()
456 return nSize; in FillSelectionLB()
/aoo41x/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx194 inline static void * operator new ( size_t nSize );
201 inline void * ObjectFunction::operator new ( size_t nSize ) in operator new() argument
203 void * pMem = rtl_allocateMemory( nSize ); in operator new()
210 VirtualProtect( pMem, nSize, PAGE_EXECUTE_READWRITE, &old_protect ); in operator new()
302 , _n4( pTypeDescr->nSize ) in ExceptionType()
480 void * pCppExc = alloca( pTypeDescr->nSize ); in msci_raiseException()
/aoo41x/main/dbaccess/source/ui/misc/
H A DHtmlReader.cxx417 sal_Int16 nSize = (sal_Int16) pOption->GetNumber(); in TableFontOn() local
418 if ( nSize == 0 ) in TableFontOn()
419 nSize = 1; in TableFontOn()
420 else if ( nSize < DBAUI_HTML_FONTSIZES ) in TableFontOn()
421 nSize = DBAUI_HTML_FONTSIZES; in TableFontOn()
423 _rFont.Height = nSize; in TableFontOn()
/aoo41x/main/vcl/inc/vcl/
H A Dgfxlink.hxx41 ImpBuffer( sal_uLong nSize ) in ImpBuffer()
44 mpBuffer = nSize ? new sal_uInt8[ nSize ] : NULL; in ImpBuffer()
158 void SetData( sal_uInt8* pBuf, sal_uInt32 nSize, GfxLinkType nType, sal_Bool bOwns );
/aoo41x/main/ucb/source/ucp/gio/
H A Dgio_seekable.cxx91 sal_uInt64 nSize = 0; in getLength() local
101 nSize = g_file_info_get_size(pInfo); in getLength()
113 nSize = getPosition(); in getLength()
122 return nSize; in getLength()
/aoo41x/main/sc/source/core/tool/
H A Daddinhelpid.cxx180 sal_uInt32 nSize = 0; in SetServiceName() local
185 nSize = sizeof( pAnalysisHelpIds ); in SetServiceName()
190 nSize = sizeof( pDateFuncHelpIds ); in SetServiceName()
193 nArrayCount = nSize / sizeof( ScUnoAddInHelpId ); in SetServiceName()
/aoo41x/main/extensions/source/bibliography/
H A Dbibconfig.hxx122 void setBeamerSize(long nSize) {SetModified(); nBeamerSize = nSize;} in setBeamerSize() argument
124 void setViewSize(long nSize) {SetModified(); nViewSize = nSize;} in setViewSize() argument
/aoo41x/main/sal/inc/rtl/
H A Dbyteseq.h49 sal_Sequence ** ppSequence, sal_Int32 nSize )
171 inline static void * SAL_CALL operator new ( size_t nSize ) SAL_THROW( () ) in operator new() argument
172 { return ::rtl_allocateMemory( nSize ); } in operator new()
300 inline void SAL_CALL realloc( sal_Int32 nSize );

Completed in 278 milliseconds

12345678910>>...35