Home
last modified time | relevance | path

Searched refs:nMinSize (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dguess.cxx77 sal_uInt16 nMinSize; in Guess() local
131 nMaxComp, nMinSize, nMaxSizeDiff ); in Guess()
133 nBreakWidth = nMinSize; in Guess()
176 nMaxComp, nMinSize, nMaxSizeDiff ); in Guess()
177 ASSERT( nMinSize <= nLineWidth, "What a Guess!!!" ); in Guess()
187 nMinSize, nMaxSizeDiff ); in Guess()
189 nBreakWidth = nMinSize; in Guess()
514 nMaxComp, nMinSize, nMaxSizeDiff ); in Guess()
520 nBreakWidth = nItalic + nMinSize; in Guess()
H A Dinftxt.cxx489 sal_uInt16& nMinSize, sal_uInt16& nMaxSizeDiff ) const in GetTxtSize() argument
498 nMinSize = aSize.Width(); in GetTxtSize()
H A Dinftxt.hxx305 sal_uInt16& nMinSize, sal_uInt16& nMaxSizeDiff ) const;
/trunk/main/oox/source/xls/
H A Drichstring.cxx351 sal_Int32 nMinSize = 2 * nTextLen1 + 6 * nPortionCount + 14; in importPortions() local
352 …OSL_ENSURE( nMinSize <= nPhoneticSize, "PhoneticPortionModelList::importPortions - wrong size of p… in importPortions()
353 if( nMinSize <= nPhoneticSize ) in importPortions()
494 sal_Int32 nMinSize = nSize + 4; in importUniString() local
495 …OSL_ENSURE( nMinSize <= nPhoneticSize, "RichString::importUniString - wrong size of phonetic data"… in importUniString()
496 if( (nId == 1) && (nMinSize <= nPhoneticSize) ) in importUniString()
/trunk/main/vcl/inc/vcl/
H A Dsalbtype.hxx651 const sal_uLong nMinSize = Min( mnCount, nCount ) * sizeof( BitmapColor ); in SetEntryCount() local
654 if ( nMinSize && mpBitmapColor ) in SetEntryCount()
655 memcpy( pNewColor, mpBitmapColor, nMinSize ); in SetEntryCount()
657 memset( pNewColor + nMinSize, 0, nNewSize - nMinSize ); in SetEntryCount()
/trunk/main/sw/source/ui/envelp/
H A Dlabfmt.cxx444 long nMinSize = 10; // 0,1cm in IMPL_LINK_INLINE_END() local
446 aHDistField .SetMin(nMinSize, FUNIT_CM); in IMPL_LINK_INLINE_END()
447 aVDistField .SetMin(nMinSize, FUNIT_CM); in IMPL_LINK_INLINE_END()
452 aWidthField .SetMin(nMinSize, FUNIT_CM); in IMPL_LINK_INLINE_END()
453 aHeightField.SetMin(nMinSize, FUNIT_CM); in IMPL_LINK_INLINE_END()
/trunk/main/io/source/stm/
H A Dstreamhelper.cxx101 void MemRingBuffer::resizeBuffer( sal_Int32 nMinSize ) throw( IRingBuffer_OutOfMemoryException) in resizeBuffer() argument
105 while( nMinSize > nNewLen ) { in resizeBuffer()
H A Dstreamhelper.hxx117 void resizeBuffer( sal_Int32 nMinSize ) throw( IRingBuffer_OutOfMemoryException );
/trunk/main/sw/source/core/doc/
H A Dtblcpy.cxx102 LineStructure::size_type nMinSize );
191 LineStructure::size_type nMinSize ) in TableStructure() argument
211 (sal_uInt16)nMinSize > nEndLn - nStartLn + 1 ) in TableStructure()
213 sal_uInt16 nNewEndLn = nStartLn + (sal_uInt16)nMinSize - 1; in TableStructure()
/trunk/main/svtools/source/control/
H A Dtabbar.cxx2446 long nMinSize = TABBAR_MINSIZE + TABBAR_OFFSET_X; in GetMinSize() local
2448 nMinSize += mpPrevBtn->GetSizePixel().Width()*2; in GetMinSize()
2450 nMinSize += mpFirstBtn->GetSizePixel().Width()*4; in GetMinSize()
2451 return nMinSize; in GetMinSize()
/trunk/main/svx/source/dialog/
H A Dfrmsel.cxx362 long nMinSize = Min( aCtrlSize.Width(), aCtrlSize.Height() ) - 2 * FRAMESEL_GEOM_OUTER; in InitGlobalGeometry() local
369 long nBetwBordersSize = (((nMinSize - nFixedSize) / 2) - 1) | 1; in InitGlobalGeometry()
/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx1603 long nMinSize = m_nIncrementalThreshold; in sendData() local
1606 m_nINCRAtom, 32, PropModeReplace, (unsigned char*)&nMinSize, 1 ); in sendData()

Completed in 114 milliseconds