Searched refs:nMinSize (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/sw/source/core/text/ |
H A D | guess.cxx | 77 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 D | inftxt.cxx | 486 sal_uInt16& nMinSize, sal_uInt16& nMaxSizeDiff ) const in GetTxtSize() argument 495 nMinSize = aSize.Width(); in GetTxtSize()
|
H A D | inftxt.hxx | 305 sal_uInt16& nMinSize, sal_uInt16& nMaxSizeDiff ) const;
|
/aoo41x/main/oox/source/xls/ |
H A D | richstring.cxx | 351 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()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | salbtype.hxx | 651 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()
|
/aoo41x/main/sw/source/ui/envelp/ |
H A D | labfmt.cxx | 436 long nMinSize = 10; // 0,1cm in IMPL_LINK_INLINE_END() local 438 aHDistField .SetMin(nMinSize, FUNIT_CM); in IMPL_LINK_INLINE_END() 439 aVDistField .SetMin(nMinSize, FUNIT_CM); in IMPL_LINK_INLINE_END() 444 aWidthField .SetMin(nMinSize, FUNIT_CM); in IMPL_LINK_INLINE_END() 445 aHeightField.SetMin(nMinSize, FUNIT_CM); in IMPL_LINK_INLINE_END()
|
/aoo41x/main/io/source/stm/ |
H A D | streamhelper.cxx | 101 void MemRingBuffer::resizeBuffer( sal_Int32 nMinSize ) throw( IRingBuffer_OutOfMemoryException) in resizeBuffer() argument 105 while( nMinSize > nNewLen ) { in resizeBuffer()
|
H A D | streamhelper.hxx | 117 void resizeBuffer( sal_Int32 nMinSize ) throw( IRingBuffer_OutOfMemoryException );
|
/aoo41x/main/sw/source/core/doc/ |
H A D | tblcpy.cxx | 102 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()
|
/aoo41x/main/svtools/source/control/ |
H A D | tabbar.cxx | 2446 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()
|
/aoo41x/main/svx/source/dialog/ |
H A D | frmsel.cxx | 362 long nMinSize = Min( aCtrlSize.Width(), aCtrlSize.Height() ) - 2 * FRAMESEL_GEOM_OUTER; in InitGlobalGeometry() local 369 long nBetwBordersSize = (((nMinSize - nFixedSize) / 2) - 1) | 1; in InitGlobalGeometry()
|
/aoo41x/main/vcl/unx/generic/dtrans/ |
H A D | X11_selection.cxx | 1603 long nMinSize = m_nIncrementalThreshold; in sendData() local 1606 m_nINCRAtom, 32, PropModeReplace, (unsigned char*)&nMinSize, 1 ); in sendData()
|
Completed in 483 milliseconds