/aoo42x/main/svx/source/table/ |
H A D | tablelayouter.cxx | 158 return maRows[nRow].mnSize; in getRowHeight() 169 maRows[nRow].mnSize = nHeight; in setRowHeight() 182 return maColumns[nColumn].mnSize; in getColumnWidth() 192 maColumns[nColumn].mnSize = nWidth; in setColumnWidth() 249 nRet += maRows[nEdgeY - 1].mnSize; in getHorizontalEdge() 284 nRet += maColumns[nEdgeX].mnSize; in getVerticalEdge() 494 nCurrentWidth += rLayout.mnSize; in distribute() 515 rLayout.mnSize += n; in distribute() 526 nSize += rLayouts[nIndex].mnSize; in distribute() 590 maColumns[nCol].mnSize = 0; in LayoutTableWidth() [all …]
|
H A D | tablelayouter.hxx | 150 sal_Int32 mnSize; member 153 Layout() : mnPos( 0 ), mnSize( 0 ), mnMinSize( 0 ) {} in Layout() 154 void clear() { mnPos = 0; mnSize = 0; mnMinSize = 0; } in clear()
|
/aoo42x/main/slideshow/source/engine/slide/ |
H A D | userpaintoverlay.cxx | 87 mnSize(100), in PaintOverlayHandler() 198 this->mnSize=rEraseInkSize; in eraseInkWidthChanged() 348 maLastPoint.setX( e.X-mnSize ); in handleMouseDragged() 349 maLastPoint.setY( e.Y-mnSize ); in handleMouseDragged() 353 maLastPoint.setX( e.X-mnSize ); in handleMouseDragged() 354 maLastPoint.setY( e.Y+mnSize ); in handleMouseDragged() 357 maLastPoint.setX( e.X+mnSize ); in handleMouseDragged() 358 maLastPoint.setY( e.Y+mnSize ); in handleMouseDragged() 361 maLastPoint.setX( e.X+mnSize ); in handleMouseDragged() 362 maLastPoint.setY( e.Y-mnSize ); in handleMouseDragged() [all …]
|
/aoo42x/main/sd/source/filter/ppt/ |
H A D | propread.cxx | 37 sal_uInt32 mnSize; member 50 mnSize ( nBufSize ), in PropEntry() 59 mnSize ( rProp.mnSize ), in PropEntry() 61 mpBuf ( new sal_uInt8[ mnSize ] ) in PropEntry() 63 memcpy( (void*)mpBuf, (void*)rProp.mpBuf, mnSize ); in PropEntry() 72 mnSize = rPropEntry.mnSize; in operator =() 74 mpBuf = new sal_uInt8[ mnSize ]; in operator =() 75 memcpy( (void*)mpBuf, (void*)rPropEntry.mpBuf, mnSize ); in operator =() 317 rPropItem.Write( pProp->mpBuf, pProp->mnSize ); in GetProperty() 368 SvMemoryStream aStream( (sal_Int8*)pProp->mpBuf, pProp->mnSize, STREAM_READ ); in GetDictionary()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | impimage.cxx | 196 mnSize( 0 ) in ImplImageBmp() 223 mnSize = nInitSize; in Create() 226 mpInfoAry = new sal_uInt8[ mnSize ]; in Create() 227 memset( mpInfoAry, 0, mnSize ); in Create() 241 mnSize = nInitSize; in Create() 244 mpInfoAry = new sal_uInt8[ mnSize ]; in Create() 247 mnSize ); in Create() 255 const sal_uInt16 nOldSize = mnSize; in Expand() 256 …sal_uInt8* pNewAry = new sal_uInt8[ mnSize = sal::static_int_cast<sal_uInt16>(mnSize+nGrowSize) … in Expand() 266 memset( pNewAry, 0, mnSize ); in Expand()
|
H A D | impvect.cxx | 162 sal_uLong mnSize; member in ImplPointArray 185 mnSize ( 0UL ), in ImplPointArray() 205 mnSize = nSize; in ImplSetSize() 219 DBG_ASSERT( nPos < mnSize, "ImplPointArray::operator[]: nPos out of range!" ); in operator []() 227 DBG_ASSERT( nPos < mnSize, "ImplPointArray::operator[]: nPos out of range!" ); in operator []()
|
/aoo42x/main/toolkit/source/layout/core/ |
H A D | table.cxx | 184 aGroup[ attach ].mnSize = SAL_MAX( aGroup[ attach ].mnSize, in getMinimumSize() 208 size += aGroup[ i ].mnSize; in getMinimumSize() 225 aGroup[ i ].mnSize += extra; in getMinimumSize() 237 maRequisition.Width += it->mnSize; in getMinimumSize() 244 maRequisition.Height += it->mnSize; in getMinimumSize() 283 int gSize = aGroup[ i ].mnSize; in allocateArea() 293 int gSize = aGroup[ i ].mnSize; in allocateArea()
|
H A D | table.hxx | 61 int mnSize; // request size (width or height) member 62 GroupData() : mbExpand( false ), mnSize( 0 ) {} in GroupData()
|
/aoo42x/main/svtools/source/control/ |
H A D | headbar.cxx | 53 long mnSize; member 201 nX += mpItemList->GetObject( i )->mnSize; in ImplGetItemPos() 231 if ( rPos.X() < (nX+pItem->mnSize) ) in ImplHitTest() 265 nX += pItem->mnSize; in ImplHitTest() 913 pItem->mnSize += nDelta; in ImplEndDrag() 1246 pItem->mnSize = nSize; in InsertItem() 1268 pItem->mnSize = nSize; in InsertItem() 1292 pItem->mnSize = nSize; in InsertItem() 1432 if ( pItem->mnSize != nNewSize ) in SetItemSize() 1434 pItem->mnSize = nNewSize; in SetItemSize() [all …]
|
H A D | ctrltool.cxx | 863 long mnSize; member 958 return mpArray[i].mnSize; in Name2Size() 974 if ( nValue == mpArray[mid].mnSize ) in Size2Name() 979 else if ( nValue < mpArray[mid].mnSize ) in Size2Name() 1006 return mpArray[nIndex].mnSize; in GetIndexSize()
|
/aoo42x/main/tools/source/generic/ |
H A D | poly2.cxx | 56 mnSize = nInitSize; in DBG_NAME() 67 mnSize = rImplPolyPoly.mnSize; in ImplPolyPolygon() 72 mpPolyAry = new SVPPOLYGON[mnSize]; in ImplPolyPolygon() 167 mpImplPolyPolygon->mpPolyAry = new SVPPOLYGON[mpImplPolyPolygon->mnSize]; in Insert() 168 else if ( mpImplPolyPolygon->mnCount == mpImplPolyPolygon->mnSize ) in Insert() 170 sal_uInt16 nOldSize = mpImplPolyPolygon->mnSize; in Insert() 182 mpImplPolyPolygon->mnSize = nNewSize; in Insert() 275 mpImplPolyPolygon->mnSize = mpImplPolyPolygon->mnResize; in Clear()
|
H A D | poly.cxx | 1408 sal_uInt16 mnSize; member in ImplPolygonPointFilter 1411 mnSize( 0 ) in ImplPolygonPointFilter() 1422 if ( !mnSize || (rPoint != mpPoly->mpPointAry[mnSize-1]) ) in Input() 1424 mnSize++; in Input() 1425 if ( mnSize > mpPoly->mnPoints ) in Input() 1426 mpPoly->ImplSetSize( mnSize ); in Input() 1427 mpPoly->mpPointAry[mnSize-1] = rPoint; in Input() 1433 if ( mnSize < mpPoly->mnPoints ) in LastPoint() 1434 mpPoly->ImplSetSize( mnSize ); in LastPoint()
|
/aoo42x/main/oox/source/dump/ |
H A D | dffdumper.cxx | 211 sal_uInt32 mnSize; member 213 maName( rName ), meType( eType ), mnId( nId ), mnSize( nSize ) {} in PropInfo() 292 dumpBinary( aIt->maName, aIt->mnSize ); in dumpDffOpt() 295 dumpUnicodeArray( aIt->maName, aIt->mnSize / 2, true ); in dumpDffOpt() 298 dumpBinary( aIt->maName, aIt->mnSize ); in dumpDffOpt() 301 dumpBinary( aIt->maName, aIt->mnSize ); in dumpDffOpt()
|
/aoo42x/main/sc/source/filter/ftools/ |
H A D | fprogressbar.cxx | 34 mnSize( nSize ), in ScfProgressSegment() 127 static_cast< double >( nNewPos ) * mpParentSegment->mnSize / mnTotalSize ); in IncreaseProgressBar() 174 return mpCurrSegment && (mpCurrSegment->mnPos >= mpCurrSegment->mnSize); in IsFull() 190 … DBG_ASSERT( nPos <= mpCurrSegment->mnSize, "ScfProgressBar::ProgressAbs - segment overflow" ); in ProgressAbs() 191 if( (mpCurrSegment->mnPos < nPos) && (nPos <= mpCurrSegment->mnSize) ) in ProgressAbs()
|
/aoo42x/main/oox/source/drawingml/ |
H A D | textparagraphproperties.cxx | 237 mnSize <<= nSize; in setBulletSize() 265 if ( rSource.mnSize.hasValue() ) in apply() 266 mnSize = rSource.mnSize; in apply() 313 if( mnSize.hasValue() ) in pushToPropMap() 314 rPropMap[ PROP_BulletRelSize ] = mnSize; in pushToPropMap()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xecontent.cxx | 127 mnSize( 0 ) in XclExpSstImpl() 145 XclExpHashEntry aEntry( xString.get(), mnSize ); in Insert() 149 nSstIndex = mnSize; in Insert() 152 ++mnSize; in Insert() 171 size_t nPerBucket = mnSize / EXC_SST_HASHTABLE_SIZE + 1, nEff = 0; in Save() 181 aStr.Append( "Reduced to:\t" ).APPENDINT( mnSize ).Append( " strings (" ); in Save() 182 aStr.APPENDINT( 100 * mnSize / mnTotal ).Append( "%)\n" ); in Save() 183 aStr.Append( "Effectivity:\t\t" ).APPENDINT( 100 - 100 * nEff / mnSize ); in Save() 211 sal_uInt32 nBucket = mnSize; in Save() 222 rStrm << mnTotal << mnSize; in Save() [all …]
|
/aoo42x/main/i18nutil/source/utility/ |
H A D | oneToOneMapping.cxx | 30 mnSize( rnBytes / rnUnitSize ) in oneToOneMapping() 44 int top = mnSize - 1; in find() 90 for( size_t k = 0; k < mnSize; k++ ) in makeIndex() 130 int top = mnSize - 1; in find()
|
/aoo42x/main/vcl/source/window/ |
H A D | splitwin.cxx | 52 long mnSize; member 545 nRelCount += pItems[i].mnSize; in ImplCalcSet() 547 nPercent += pItems[i].mnSize; in ImplCalcSet() 549 nAbsSize += pItems[i].mnSize; in ImplCalcSet() 991 pItems[i].mnSize = 1; in ImplCalcLogSize() 998 pItems[i].mnSize = 1; in ImplCalcLogSize() 2898 pItem->mnSize = nSize; in InsertItem() 3283 pItems[nPos].mnSize = nNewSize; in SplitItem() 3503 if ( pItem->mnSize != nNewSize ) in SetItemSize() 3506 pItem->mnSize = nNewSize; in SetItemSize() [all …]
|
/aoo42x/main/oox/inc/oox/ole/ |
H A D | axbinaryreader.hxx | 231 sal_uInt32 mnSize; member 234 mrValue( rValue ), mnSize( nSize ) {} in StringProperty() 242 sal_uInt32 mnSize; member 244 mrArray( rArray ), mnSize( nSize ) {} in StringArrayProperty()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterHelpView.cxx | 461 sal_Int32 nFontSizeGuess (::std::max(sal_Int32(1),sal_Int32(mpFont->mnSize * nScale))); in CheckFontSize() 462 if (nHeightDifference<0 && mpFont->mnSize>nBestSize) in CheckFontSize() 463 nBestSize = mpFont->mnSize; in CheckFontSize() 464 mpFont->mnSize = nFontSizeGuess; in CheckFontSize() 473 if (nBestSize != mpFont->mnSize) in CheckFontSize() 475 mpFont->mnSize = nBestSize; in CheckFontSize()
|
H A D | PresenterNotesView.cxx | 440 Scroll(-gnLineScrollFactor * mpFont->mnSize); in keyPressed() 445 Scroll(+gnLineScrollFactor * mpFont->mnSize); in keyPressed() 720 const sal_Int32 nNewSize (mpFont->mnSize + nSizeChange); in ChangeFontSize() 723 mpFont->mnSize = nNewSize; in ChangeFontSize() 778 mpScrollBar->SetLineHeight(mpFont->mnSize*1.2); in UpdateScrollBar()
|
H A D | PresenterTheme.cxx | 595 mnSize(12), in FontDescriptor() 610 mnSize(12), in FontDescriptor() 620 mnSize = rpDescriptor->mnSize; in FontDescriptor() 641 const double nCellSize (GetCellSizeForDesignSize(rxCanvas, mnSize)); in PrepareFont() 901 PresenterConfigurationAccess::GetProperty(rxProperties, A2S("Size")) >>= pDescriptor->mnSize; in ReadFont()
|
/aoo42x/main/oox/source/helper/ |
H A D | binaryinputstream.cxx | 284 mnSize = (nRemaining >= 0) ? ::std::min( nSize, nRemaining ) : nSize; in RelativeInputStream() 285 mbEof = mbEof || rInStrm.isEof() || (mnSize < 0); in RelativeInputStream() 290 return mpInStrm ? mnSize : -1; in size() 302 mnRelPos = getLimitedValue< sal_Int64, sal_Int64 >( nPos, 0, mnSize ); in seek()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 4110 mnSize = 0; in EscherBlibEntry() 4189 << (sal_uInt32)( mnSize + mnSizeExtra ) in WriteBlibEntry() 4296 nBlipSize = pBlibEntry->mnSize + pBlibEntry->mnSizeExtra; in WriteBlibStoreContainer() 4378 p_EscherBlibEntry->mnSize = aGraphicLink.GetDataSize(); in GetBlibID() 4381 if ( p_EscherBlibEntry->mnSize && pGraphicAry ) in GetBlibID() 4412 p_EscherBlibEntry->mnSize -= 22; in GetBlibID() 4463 p_EscherBlibEntry->mnSize = aStream.Tell(); in GetBlibID() 4468 p_EscherBlibEntry->mnSize -= 22; in GetBlibID() 4532 p_EscherBlibEntry->mnSize = aDestStrm.Tell(); in GetBlibID() 4534 if ( p_EscherBlibEntry->mnSize && pGraphicAry ) in GetBlibID() [all …]
|
/aoo42x/main/tools/inc/ |
H A D | poly.h | 77 sal_uInt16 mnSize; member in ImplPolyPolygon 82 mnSize = nInitSize; mnResize = nResize; } in ImplPolyPolygon()
|