Searched refs:bAutoSize (Results 1 – 10 of 10) sorted by relevance
64 sal_Bool bAutoSize = sal_False; in lcl_ConvertSequenceToValues() local80 aPropVal.Value >>= bAutoSize; in lcl_ConvertSequenceToValues()92 if ( bAutoSize ) in lcl_ConvertSequenceToValues()
350 bool bAutoSize = ((nRowFlag & CR_MANUALSIZE) == 0); in SetOptimalHeight() local351 if ( bAutoSize || bForce ) in SetOptimalHeight()355 if (bAutoSize) in SetOptimalHeight()358 else if (!bAutoSize) in SetOptimalHeight()
41 virtual void SAL_CALL setAutoSize( sal_Bool bAutoSize ) throw (css::uno::RuntimeException);
45 virtual void SAL_CALL setAutoSize( sal_Bool bAutoSize ) throw (css::uno::RuntimeException);
164 virtual void SAL_CALL setAutoSize( sal_Bool bAutoSize ) throw (css::uno::RuntimeException);
431 …g::createFromAscii("Image")), fEnabled(1), fBackStyle(0), bPictureTiling(false), bAutoSize(false) { in OCX_Image()458 bool bAutoSize; member in OCX_Image
382 void SetAutoFlags( bool bAutoPos, bool bAutoSize );
1449 sal_Bool bAutoSize = ::get_flag( maTextData.maData.mnFlags, EXC_OBJ_TEXT_AUTOSIZE ); in DoCreateSdrObj() local1450 xSdrObj->SetMergedItem( SdrTextAutoGrowWidthItem( bAutoSize ) ); in DoCreateSdrObj()1451 xSdrObj->SetMergedItem( SdrTextAutoGrowHeightItem( bAutoSize ) ); in DoCreateSdrObj()
821 void XclExpChFrame::SetAutoFlags( bool bAutoPos, bool bAutoSize ) in SetAutoFlags() argument824 ::set_flag( maData.mnFlags, EXC_CHFRAME_AUTOSIZE, bAutoSize ); in SetAutoFlags()
5229 bAutoSize = true; in Read()
Completed in 94 milliseconds