Home
last modified time | relevance | path

Searched refs:bTextWysiwyg (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Dsizedev.cxx41 sal_Bool bTextWysiwyg = SC_MOD()->GetInputOptions().GetTextWysiwyg(); in ScSizeDeviceProvider() local
42 if ( bTextWysiwyg ) in ScSizeDeviceProvider()
62 if ( !bTextWysiwyg ) in ScSizeDeviceProvider()
H A Ddocsh3.cxx374 sal_Bool bTextWysiwyg = SC_MOD()->GetInputOptions().GetTextWysiwyg(); in CalcOutputFactor() local
375 if (bTextWysiwyg) in CalcOutputFactor()
/trunk/main/sc/inc/
H A Dinputopt.hxx45 sal_Bool bTextWysiwyg; member in ScInputOptions
71 void SetTextWysiwyg(sal_Bool bSet) { bTextWysiwyg = bSet; } in SetTextWysiwyg()
72 sal_Bool GetTextWysiwyg() const { return bTextWysiwyg; } in GetTextWysiwyg()
/trunk/main/sc/source/core/tool/
H A Dinputopt.cxx88 bTextWysiwyg = sal_False; in SetDefaults()
104 bTextWysiwyg = rCpy.bTextWysiwyg; in operator =()
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx431 sal_Bool bTextWysiwyg = ( pDev->GetOutDevType() == OUTDEV_PRINTER ); in GetNeededSize() local
433 if ( bTextWysiwyg ) in GetNeededSize()
460 if ( bTextWysiwyg ) in GetNeededSize()
482 if ( pFlag->HasAutoFilter() && !bTextWysiwyg ) in GetNeededSize()
487 if ( !bTextWysiwyg ) in GetNeededSize()
572 … if ( !bTextWysiwyg && ( rZoomY.GetNumerator() != 1 || rZoomY.GetDenominator() != 1 ) && in GetNeededSize()
/trunk/main/sc/source/ui/view/
H A Dgridwin4.cxx425 sal_Bool bTextWysiwyg = pScMod->GetInputOptions().GetTextWysiwyg(); in Draw() local
533 sal_Bool bLogicText = bTextWysiwyg; // call DrawStrings in logic MapMode? in Draw()
535 if ( bTextWysiwyg ) in Draw()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx512 sal_Bool bTextWysiwyg = SC_MOD()->GetInputOptions().GetTextWysiwyg(); in UpdateRefDevice() local
515 if ( bTextWysiwyg || bInPlace ) in UpdateRefDevice()
520 if ( bTextWysiwyg && pActiveViewSh ) in UpdateRefDevice()
530 if ( !( bTextWysiwyg && pActiveViewSh ) ) in UpdateRefDevice()

Completed in 57 milliseconds