Home
last modified time | relevance | path

Searched refs:theMaxStrSize (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/miscdlgs/
H A Dautofmt.cxx689 Size theMaxStrSize; in DrawString() local
693 theMaxStrSize = cellRect.GetSize(); in DrawString()
694 theMaxStrSize.Width() -= FRAME_OFFSET; in DrawString()
695 theMaxStrSize.Height() -= FRAME_OFFSET; in DrawString()
701 if ( theMaxStrSize.Height() < aStrSize.Height() ) in DrawString()
709 while ( ( theMaxStrSize.Width() <= aStrSize.Width() ) in DrawString()
/trunk/main/sw/source/ui/table/
H A Dtautofmt.cxx767 Size theMaxStrSize( cellRect.GetWidth() - FRAME_OFFSET, in DrawString() local
782 theMaxStrSize.Height() < aStrSize.Height() ) in DrawString()
791 while( theMaxStrSize.Width() <= aStrSize.Width() && in DrawString()

Completed in 26 milliseconds