Home
last modified time | relevance | path

Searched refs:nSize (Results 176 – 200 of 863) sorted by relevance

12345678910>>...35

/aoo41x/main/starmath/source/
H A Dmathmlexport.cxx790 sal_uLong nSize = pNode->GetNumSubNodes(); in ExportExpression() local
793 if (nSize > 1 || (pNode && pNode->GetType() == NEXPRESSION)) in ExportExpression()
798 for (sal_uInt16 i = 0; i < nSize; i++) in ExportExpression()
829 sal_uInt16 nSize = pNode->GetNumSubNodes(); in ExportTable() local
835 if (nSize >= 1 && pNode->GetSubNode(nSize-1)->GetNumSubNodes() == 0) in ExportTable()
836 --nSize; in ExportTable()
840 if (nLevel || (nSize >1)) in ExportTable()
843 for (sal_uInt16 i = 0; i < nSize; i++) in ExportTable()
1559 sal_uLong nSize = pNode->GetNumSubNodes(); in ExportNodes()
1560 for (sal_uLong i = 0; i < nSize; i++) in ExportNodes()
/aoo41x/main/sc/source/ui/view/
H A Dhdrcont.cxx70 nSize ( nNewSize ), in ScHeaderControl()
196 if (nEntryNo >= nSize) in GetScrPos()
330 for (SCCOLROW i=nPos; i<nSize; i++) in Paint()
509 if ( nEntryNo >= nSize ) // MAXCOL/MAXROW in Paint()
545 if ( nEntryNo+1 < nSize ) in Paint()
631 if (nEntryNo > nSize) in GetMousePos()
642 else if (nDif * nLayoutSign >= 0 && nEntryNo < nSize) in GetMousePos()
996 while ( nEntryNo < nSize && GetEntrySize( nEntryNo ) == 0 ) in GetHiddenCount()
/aoo41x/main/vcl/source/gdi/
H A Doctree.cxx47 const sal_uLong nSize = nInitSize + 4; in ImpNodeCache() local
49 for( sal_uLong i = 0; i < nSize; i++ ) in ImpNodeCache()
361 const sal_uLong nSize = nCount * sizeof( sal_uLong ); in ImplCreateBuffers() local
366 pBuffer = (sal_uInt8*) rtl_allocateMemory( nSize ); in ImplCreateBuffers()
367 memset( pBuffer, 0xff, nSize ); in ImplCreateBuffers()
/aoo41x/main/sot/inc/sot/
H A Dstg.hxx95 virtual sal_uLong Read( void * pData, sal_uLong nSize ) = 0;
96 virtual sal_uLong Write( const void* pData, sal_uLong nSize ) = 0;
177 virtual sal_uLong Read( void * pData, sal_uLong nSize );
178 virtual sal_uLong Write( const void* pData, sal_uLong nSize );
273 virtual sal_uLong Read( void * pData, sal_uLong nSize );
274 virtual sal_uLong Write( const void* pData, sal_uLong nSize );
/aoo41x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcpp2uno.cxx146 retin = retconv ? alloca(rtd->nSize) : retout; in call()
279 OSL_ASSERT(ptd->nSize <= 8); in call()
281 (sizeof (unsigned long) - ptd->nSize); in call()
289 args[i] = alloca(ptd->nSize); in call()
292 args[i] = alloca(ptd->nSize); in call()
389 std::memcpy(callStack, retbuf, rtd->nSize); in call()
/aoo41x/main/sw/source/core/text/
H A Datrstck.cxx296 : nCount( 0 ), nSize( INITIAL_NUM_ATTR ) in SwAttrStack()
308 if ( nCount >= nSize ) in Insert()
311 if ( INITIAL_NUM_ATTR == nSize ) in Insert()
313 nSize += STACK_INCREMENT; in Insert()
314 pArray = new SwTxtAttr*[ nSize ]; in Insert()
323 nSize += STACK_INCREMENT; in Insert()
324 SwTxtAttr** pTmpArray = new SwTxtAttr*[ nSize ]; in Insert()
/aoo41x/main/cui/source/tabpages/
H A Dtabstpge.cxx421 const sal_uInt16 nSize = aNewTabs.Count(); in InitTabPos_Impl() local
423 if ( nTabPos >= nSize ) in InitTabPos_Impl()
519 sal_uInt16 nSize = aTabBox.GetEntryCount(); in IMPL_LINK() local
522 for( i = 0; i < nSize; i++ ) in IMPL_LINK()
575 const sal_uInt16 nSize = aNewTabs.Count(); in IMPL_LINK() local
577 if ( nSize > 0 ) in IMPL_LINK()
580 nPos = ( ( nSize - 1 ) >= nPos) ? nPos : nPos - 1; in IMPL_LINK()
/aoo41x/main/sw/source/core/fields/
H A Dfldlst.cxx51 const sal_uInt16 nSize = rFldTypes.Count(); in SwInputFieldList() local
55 for(sal_uInt16 i=0; i < nSize; ++i) in SwInputFieldList()
147 sal_uInt16 nSize = rFldTypes.Count(); in BuildSortLst() local
151 for( sal_uInt16 i = 0; i < nSize; ++i ) in BuildSortLst()
/aoo41x/main/sot/source/sdstor/
H A Dstgstrms.hxx72 sal_Int32 nSize; // stream size in bytes member in StgStrm
84 sal_Int32 GetSize() { return nSize; } in GetSize()
153 virtual sal_uLong GetData( void* pData, sal_uLong nSize );
154 virtual sal_uLong PutData( const void* pData, sal_uLong nSize );
/aoo41x/main/drawinglayer/source/primitive2d/
H A Danimatedprimitive2d.cxx160 const sal_uInt32 nSize(maMatrixStack.size()); in get2DDecomposition() local
162 if(nSize) in get2DDecomposition()
175 const double fIndex(fState * (double)(nSize - 1L)); in get2DDecomposition()
189 const sal_uInt32 nIndB((nIndA + 1L) % nSize); in get2DDecomposition()
H A Dbaseprimitive2d.cxx121 const sal_uInt32 nSize(rSource.size()); in Primitive2DVectorToPrimitive2DSequence() local
124 aRetval.realloc(nSize); in Primitive2DVectorToPrimitive2DSequence()
126 for(sal_uInt32 a(0); a < nSize; a++) in Primitive2DVectorToPrimitive2DSequence()
128 aRetval[bInvert ? nSize - 1 - a : a] = rSource[a]; in Primitive2DVectorToPrimitive2DSequence()
/aoo41x/main/rsc/inc/
H A Drsctools.hxx43 #define ALIGNED_SIZE( nSize ) \ argument
44 (nSize + sizeof( void * ) -1) / sizeof( void * ) * sizeof( void * )
94 char * GetPointer( sal_uInt32 nSize );
98 sal_uInt32 IncSize( sal_uInt32 nSize );// gibt die vorherige Groesse
/aoo41x/main/vcl/source/window/
H A Dtoolbox.cxx1089 long nSize; in ImplLineSizing() local
1139 nSize = nOneLineSize; in ImplLineSizing()
1142 nSize = 0; in ImplLineSizing()
1148 nSize = aSize.Height(); in ImplLineSizing()
1150 nSize = aSize.Width(); in ImplLineSizing()
1151 if ( nSize > nMaxSize ) in ImplLineSizing()
1156 nSize = aSize.Height(); in ImplLineSizing()
1158 nSize = aSize.Width(); in ImplLineSizing()
1169 rRect.Left() = rRect.Right()-nSize; in ImplLineSizing()
3072 nHalfSize = nSize/2; in ImplDrawToolArrow()
[all …]
/aoo41x/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx546 double nSize; in readFont() local
553 readDouble(nSize); in readFont()
556 nSize = nSize < 0.0 ? -nSize : nSize; in readFont()
567 aRes.size = nSize; in readFont()
580 nSize ); in readFont()
631 aResult.size = nSize; in readFont()
/aoo41x/main/tools/source/string/
H A Dstrucvt.cxx186 sal_uInt32 nSize = sizeof( RSHEADER_TYPE ) in UniString() local
188 nSize += nSize % 2; in UniString()
189 pResMgr->Increment( nSize ); in UniString()
/aoo41x/main/vcl/unx/generic/app/
H A Di18n_im.cxx334 int nSize = pDescPtr->nNameLen - 1; in GetMethodName() local
335 if ( (nStyle & pDescPtr->nStyle) && (nBufSize > nSize) ) in GetMethodName()
337 strncpy( pBufPtr, pDescPtr->pName, nSize + 1); in GetMethodName()
338 pBufPtr += nSize; in GetMethodName()
339 nBufSize -= nSize; in GetMethodName()
/aoo41x/main/tools/source/fsys/
H A Dfilecopy.cxx362 size_t nAllocSize = 0, nSize = 0; in DoCopy_Impl() local
364 while ( Progress() && nSize == nAllocSize && eRet == FSYS_ERR_OK ) in DoCopy_Impl()
375 nSize = aSrc.Read( pBuf, nBlockSize ); in DoCopy_Impl()
376 aTargetStream.Write( pBuf, nSize ); in DoCopy_Impl()
381 nBytesCopied += nSize; in DoCopy_Impl()
/aoo41x/main/sc/source/ui/unoobj/
H A Dconfuno.cxx213 sal_uInt32 nSize = aSequence.getLength(); in setPropertyValue() local
215 if ( nSize != 0 ) in setPropertyValue()
217 SvMemoryStream aStream (aSequence.getArray(), nSize, STREAM_READ ); in setPropertyValue()
394 sal_uInt32 nSize = aStream.Tell(); in getPropertyValue() local
396 uno::Sequence < sal_Int8 > aSequence( nSize ); in getPropertyValue()
397 aStream.Read ( aSequence.getArray(), nSize ); in getPropertyValue()
/aoo41x/main/sc/source/filter/excel/
H A Dxelink.cxx1097 for( size_t nPos = 0, nSize = maNameList.GetSize(); nPos < nSize; ++nPos ) in GetIndex() local
1106 size_t nSize = maNameList.GetSize(); in AppendNew() local
1107 if( nSize < 0x7FFF ) in AppendNew()
1110 return static_cast< sal_uInt16 >( nSize + 1 ); in AppendNew()
1476 size_t nSize = maXctList.GetSize(); in GetTabIndex() local
1477 for (size_t i = 0; i < nSize; ++i) in GetTabIndex()
1551 for( size_t nPos = 0, nSize = maXctList.GetSize(); nPos < nSize; ++nPos ) in WriteBody() local
1592 size_t nSize = maSBIndexVec.size(); in GetXti() local
1593 if( (nFirstXclTab < nSize) && (nLastXclTab < nSize) ) in GetXti()
1893 for( size_t nPos = 0, nSize = maSupbookList.GetSize(); nPos < nSize; ++nPos ) in GetSupbookUrl() local
[all …]
/aoo41x/main/cppuhelper/inc/cppuhelper/
H A Dcompbase_ex.hxx63 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new() argument
64 { return ::rtl_allocateMemory( nSize ); } in operator new()
109 inline static void * SAL_CALL operator new( size_t nSize ) SAL_THROW( () ) in operator new() argument
110 { return ::rtl_allocateMemory( nSize ); } in operator new()
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx115 sal_uInt32 nSize= nPos - nContPos; in ~EscherExContainer() local
116 if ( nSize ) in ~EscherExContainer()
119 rStrm << nSize; in ~EscherExContainer()
134 if ( nSize ) in ~EscherExAtom()
137 rStrm << nSize; in ~EscherExAtom()
1379 AddOpt( ESCHER_Prop_fillBlip, sal_True, nSize, pBuf, nSize ); in ImplCreateEmbeddedBmp()
1789 AddOpt( ESCHER_Prop_fillBlip, sal_True, nSize, pBuf, nSize ); in CreateGraphicProperties()
4254 return nSize; in GetBlibStoreContainerSize()
4269 if ( nSize ) in WriteBlibStoreContainer()
4940 rStrm << nSize; // in WriteSolver()
[all …]
/aoo41x/main/sc/source/core/data/
H A Ddocument.cxx818 SCSIZE nSize = static_cast<SCSIZE>(nEndRow - nStartRow + 1); in CanInsertRow() local
823 bTest &= pTab[i]->TestInsertRow( nStartCol, nEndCol, nSize ); in CanInsertRow()
879 pTab[i]->InsertRow( nStartCol, nEndCol, nStartRow, nSize ); in InsertRow()
887 0, static_cast<SCsROW>(nSize), 0 ); in InsertRow()
926 SCROW nStartRow, SCSIZE nSize, in DeleteRow() argument
949 if ( ValidRow(nStartRow+nSize) ) in DeleteRow()
965 if ( ValidRow(nStartRow+nSize) ) in DeleteRow()
984 if ( ValidRow(nStartRow+nSize) ) in DeleteRow()
1021 SCSIZE nSize = static_cast<SCSIZE>(nEndCol - nStartCol + 1); in CanInsertCol() local
1079 pTab[i]->InsertCol( nStartCol, nStartRow, nEndRow, nSize ); in InsertCol()
[all …]
/aoo41x/main/editeng/source/uno/
H A Dunonrule.cxx455 sal_Int16 nSize = sal_Int16(); in setNumberingRuleByIndex() local
456 if( aVal >>= nSize ) in setNumberingRuleByIndex()
459 if ((nSize>250)||(nSize<=0)) in setNumberingRuleByIndex()
461 nSize = 100; in setNumberingRuleByIndex()
464 aFmt.SetBulletRelSize( (short)nSize ); in setNumberingRuleByIndex()
/aoo41x/main/bridges/source/cpp_uno/mingw_intel/
H A Dcpp2uno.cxx84 ? alloca( pReturnTypeDescr->nSize ) in cpp2uno_call()
135 pUnoArgs[nPos] = alloca( pParamTypeDescr->nSize ); in cpp2uno_call()
144 uno_copyAndConvertData( pUnoArgs[nPos] = alloca( pParamTypeDescr->nSize ), in cpp2uno_call()
395 if (returnType->pType->nSize <= 4) { in codeSnippet()
398 else if (returnType->pType->nSize <= 8) { in codeSnippet()
/aoo41x/main/sw/source/ui/fldui/
H A Dflddok.cxx329 sal_uInt16 nSize = FillFormatLB(nTypeId); in IMPL_LINK() local
332 sal_Bool bFormat = nSize != 0; in IMPL_LINK()
530 sal_uInt16 nSize = GetFldMgr().GetFormatCount(nTypeId, sal_False, IsFldDlgHtmlMode()); in FillFormatLB() local
532 for( sal_uInt16 i = 0; i < nSize; ++i ) in FillFormatLB()
541 if( nSize && !aFormatLB.GetSelectEntryCount() ) in FillFormatLB()
554 return nSize; in FillFormatLB()

Completed in 334 milliseconds

12345678910>>...35