Home
last modified time | relevance | path

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

12345678910>>...35

/aoo41x/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()
/aoo41x/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 ) );
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx388 int nSize = 0; in parseFont() local
413 char* pBuf = gfxFont->readEmbFontFile( m_pDoc->getXRef(), &nSize ); in parseFont()
419 return nSize; in parseFont()
427 int nSize = 0; in writeFontFile() local
428 char* pBuf = gfxFont->readEmbFontFile( m_pDoc->getXRef(), &nSize ); in writeFontFile()
435 if( fwrite(pBuf, sizeof(char), nSize, g_binary_out) != (size_t)nSize ) in writeFontFile()
/aoo41x/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()
/aoo41x/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 );
H A Dzcodec.hxx103 long Write( SvStream& rOStm, const sal_uInt8* pData, sal_uIntPtr nSize );
104 long Read( SvStream& rIStm, sal_uInt8* pData, sal_uIntPtr nSize );
105 long ReadAsynchron( SvStream& rIStm, sal_uInt8* pData, sal_uIntPtr nSize );
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/tools/inc/
H A Dimpcont.hxx41 sal_uInt16 nSize; // Groesse des Blocks member in CBlock
51 CBlock( sal_uInt16 nSize, CBlock* pPrev, CBlock* pNext );
53 CBlock( sal_uInt16 nSize, CBlock* pPrev );
/aoo41x/main/sw/inc/
H A Dbparr.hxx73 sal_uLong nSize; // Anzahl Elemente member in BigPtrArray
93 sal_uLong Count() const { return nSize; } in Count()
103 ForEach( 0, nSize, fn, pArgs ); in ForEach()
/aoo41x/main/sw/source/core/inc/
H A DUndoDraw.hxx63 sal_uInt16 nSize; member in SwUndoDrawGroup
93 sal_uInt16 nSize; member in SwUndoDrawUnGroup
131 sal_uInt16 nSize; member in SwUndoDrawDelete
/aoo41x/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 …]
/aoo41x/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()
/aoo41x/main/framework/source/uielement/
H A Dtogglebuttontoolbarcontroller.cxx234 sal_Int32 nSize = sal_Int32( m_aDropdownMenuList.size() ); in executeControlCommand() local
243 if (( nTmpPos >= 0 ) && ( nTmpPos < sal_Int32( nSize ))) in executeControlCommand()
284 sal_Int32 nSize = sal_Int32( m_aDropdownMenuList.size() ); in executeControlCommand() local
285 for ( sal_Int32 j = 0; j < nSize; j++ ) in executeControlCommand()
/aoo41x/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 …]
/aoo41x/main/jvmfwk/inc/jvmfwk/
H A Dframework.h547 sal_Int32 nSize, JavaVM **ppVM,
665 rtl_uString ** arArgs, sal_Int32 nSize);
788 rtl_uString ** arLocations, sal_Int32 nSize);
/aoo41x/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 …]

Completed in 183 milliseconds

12345678910>>...35