Home
last modified time | relevance | path

Searched refs:nSize (Results 251 – 275 of 861) sorted by path

1...<<11121314151617181920>>...35

/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx248 …_DLLPRIVATE void ImpPasted( sal_uInt32 nStart, sal_uInt32 nPrevParaCount, sal_uInt32 nSize);
H A Dpaperinf.hxx48 static long GetSloppyPaperDimension( long nSize, MapUnit eUnit = MAP_TWIP );
/trunk/main/editeng/source/items/
H A Dpaperinf.cxx111 long SvxPaperInfo::GetSloppyPaperDimension( long nSize, MapUnit eUnit ) in GetSloppyPaperDimension() argument
113 nSize = eUnit == MAP_100TH_MM ? nSize : OutputDevice::LogicToLogic(nSize, eUnit, MAP_100TH_MM); in GetSloppyPaperDimension()
114 nSize = PaperInfo::sloppyFitPageDimension(nSize); in GetSloppyPaperDimension()
115 return eUnit == MAP_100TH_MM ? nSize : OutputDevice::LogicToLogic(nSize, MAP_100TH_MM, eUnit); in GetSloppyPaperDimension()
H A Dtextitem.cxx1979 sal_uInt16 nSize; in Create() local
1980 rStrm >> nSize; in Create()
1981 return new SvxPropSizeItem( nSize, Which() ); in Create()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx997 sal_uInt32 nSize = ImpInitPaste( nStart ); in InsertText() local
999 ImpPasted( nStart, nParaCount, nSize); in InsertText()
1112 sal_uInt32 nSize = aSelection.nEndPara - aSelection.nStartPara + 1; in ImpInitPaste() local
1113 return nSize; in ImpInitPaste()
1117 void OutlinerView::ImpPasted( sal_uInt32 nStart, sal_uInt32 nPrevParaCount, sal_uInt32 nSize) in ImpPasted() argument
1123 nSize = nSize - ( nPrevParaCount - nCurParaCount ); in ImpPasted()
1125 nSize = nSize + ( nCurParaCount - nPrevParaCount ); in ImpPasted()
1126 pOwner->ImpTextPasted( nStart, nSize ); in ImpPasted()
/trunk/main/editeng/source/rtf/
H A Drtfgrf.cxx224 long nSize = nOffset + nWdtOut * n4Height; in WriteBMPHeader() local
226 << SwapLong(nSize) // Filesize in Bytes in WriteBMPHeader()
426 sal_uInt32 nSize = sizeof(aData); in ReadBmpData() local
430 if (rPicType.uPicLen < nSize) in ReadBmpData()
431 nSize = rPicType.uPicLen; in ReadBmpData()
433 rStrm.Read(aData, nSize); in ReadBmpData()
434 pTmpFile->Write(aData, nSize); in ReadBmpData()
435 rPicType.uPicLen -= nSize; in ReadBmpData()
/trunk/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()
/trunk/main/embeddedobj/source/msole/
H A Dolepersist.cxx367 sal_uInt32 nSize = 0; in TryToGetAcceptableFormat_Impl() local
369 nSize = ( nSize << 8 ) + (sal_uInt8)aData[nInd]; in TryToGetAcceptableFormat_Impl()
371 if ( nSize == xSeek->getLength() - 4 ) in TryToGetAcceptableFormat_Impl()
/trunk/main/embeddedobj/test/Container1/
H A DEmbedContApp.java786 int nSize = m_aActionsList.size(); in actionRegister() local
787 if ( nSize < 199 ) in actionRegister()
789 if ( nSize == 0 ) in actionRegister()
793 ActionObject aAction = ( ActionObject ) m_aActionsList.get( nSize - 1 ); in actionRegister()
/trunk/main/embedserv/source/embed/
H A Ded_ipersiststr.cxx85 sal_uInt32 nSize = (sal_uInt32)aStat.cbSize.QuadPart; in createTempXInStreamFromIStream() local
102 if ( nCopied == nSize ) in createTempXInStreamFromIStream()
/trunk/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
H A Dbibcont.cxx176 long nSize= GetItemSize( TOP_WINDOW); variable
178 pConfig->setBeamerSize(nSize);
179 nSize = GetItemSize( BOTTOM_WINDOW);
180 pConfig->setViewSize(nSize);
196 long nSize = pConfig->getBeamerSize(); in createTopFrame() local
197 InsertItem(TOP_WINDOW, pTopWin, nSize, 1, 0, SWIB_PERCENTSIZE ); in createTopFrame()
214 long nSize = pConfig->getViewSize(); in createBottomFrame() local
215 InsertItem(BOTTOM_WINDOW, pBottomWin, nSize, 1, 0, SWIB_PERCENTSIZE ); in createBottomFrame()
/trunk/main/extensions/source/mozbootstrap/
H A DMNSINIParser.cxx55 sal_uInt64 nSize = 0; in IniParser() local
57 osl_getFileSize(handle, &nSize); in IniParser()
62 if (osl_File_E_None != osl_getFilePos(handle, &nPos) || nPos >= nSize) in IniParser()
/trunk/main/extensions/source/ole/
H A Dunoconversionutilities.hxx1067 sal_Int32 elementSize= rawTypeDesc->nSize; in createUnoSequenceWrapper()
1323 sal_Int32 nElementSize= pSeqElementDesc->nSize; in createUnoSequenceWrapper()
2038 sal_uInt32 nelementSize= pSeqElemDesc->nSize; in dispatchExObject2Sequence()
/trunk/main/extensions/source/propctrlr/
H A Dformgeometryhandler.cxx417 sal_Int32 nSize(0); in setPropertyValue() local
418 OSL_VERIFY( _rValue >>= nSize ); in setPropertyValue()
422 aSize.Width = nSize; in setPropertyValue()
424 aSize.Height = nSize; in setPropertyValue()
/trunk/main/extensions/source/scanner/
H A Dtwain.cxx390 const ULONG nSize = GlobalSize( (HGLOBAL) hDIB ); in ImplXfer()
396 aMemStm.SetBuffer( pBuf, nSize, FALSE, nSize ); in ImplXfer()
/trunk/main/extensions/source/xmlextract/
H A Dxmxtrct.cxx53 virtual ErrCode SetSize( sal_Size nSize );
136 pStat->nSize = maSeq.getLength(); in Stat()
/trunk/main/fileaccess/source/
H A DFileAccess.cxx526 sal_Int32 nSize = 0; in getSize() local
531 nSize = (sal_Int32)nTemp; in getSize()
532 return nSize; in getSize()
/trunk/main/filter/source/flash/
H A Dswfwriter.cxx123 sal_uInt32 nSize = rIn.Tell(); in ImplCopySvStreamToXOutputStream() local
126 Sequence< sal_Int8 > aBuffer( min( nBufferSize, nSize ) ); in ImplCopySvStreamToXOutputStream()
128 while( nSize ) in ImplCopySvStreamToXOutputStream()
130 if( nSize < nBufferSize ) in ImplCopySvStreamToXOutputStream()
132 nBufferSize = nSize; in ImplCopySvStreamToXOutputStream()
133 aBuffer.realloc( nSize ); in ImplCopySvStreamToXOutputStream()
143 nSize -= nRead; in ImplCopySvStreamToXOutputStream()
182 const sal_uInt32 nSize = aHeader.Tell() + mpFontsStream->Tell() + mpMovieStream->Tell(); in storeTo() local
185 aHeader << (sal_uInt32)nSize; in storeTo()
H A Dswfwriter1.cxx141 sal_uInt16 i = 0, nSize = rPoly.GetSize(); in Impl_addPolygon() local
146 while( ( i + 1 ) < nSize ) in Impl_addPolygon()
148 if( ( i + 3 ) < nSize ) in Impl_addPolygon()
178 if( bFilled && (rPoly[0] != rPoly[nSize-1])) in Impl_addPolygon()
H A Dswfwriter2.cxx480 const sal_uInt16 nSize = rPoly.GetSize(); in getGlyph() local
481 if( nSize ) in getGlyph()
484 for( n = 0; n < nSize; n++ ) in getGlyph()
/trunk/main/filter/source/graphicfilter/egif/
H A Dgiflzwc.cxx180 void GIFLZWCompressor::Compress( HPBYTE pSrc, sal_uLong nSize ) in Compress() argument
188 if( !pPrefix && nSize ) in Compress()
191 nSize--; in Compress()
194 while( nSize ) in Compress()
196 nSize--; in Compress()
H A Dgiflzwc.hxx57 void Compress( HPBYTE pSrc, sal_uLong nSize );
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx356 sal_uInt16 nDataSize,i,nSize; in WritePolygon() local
361 nSize=aPoly.GetSize(); in WritePolygon()
365 nSize++; in WritePolygon()
366 aPoly.SetSize(nSize); in WritePolygon()
370 nDataSize=nSize*4+10; in WritePolygon()
371 for (i=0; i<nSize; i++) in WritePolygon()
392 for (i=0; i<nSize; i++) in WritePolygon()
511 if (nSize==0) nSize=1; in WriteOpcode_PnSize()
513 *pPict << (sal_uInt16)0x0007 << nSize << nSize; in WriteOpcode_PnSize()
514 nDstPnSize=nSize; in WriteOpcode_PnSize()
[all …]
/trunk/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 …]

Completed in 172 milliseconds

1...<<11121314151617181920>>...35