Searched refs:bTextWysiwyg (Results 1 – 7 of 7) sorted by relevance
41 sal_Bool bTextWysiwyg = SC_MOD()->GetInputOptions().GetTextWysiwyg(); in ScSizeDeviceProvider() local42 if ( bTextWysiwyg ) in ScSizeDeviceProvider()62 if ( !bTextWysiwyg ) in ScSizeDeviceProvider()
374 sal_Bool bTextWysiwyg = SC_MOD()->GetInputOptions().GetTextWysiwyg(); in CalcOutputFactor() local375 if (bTextWysiwyg) in CalcOutputFactor()
45 sal_Bool bTextWysiwyg; member in ScInputOptions71 void SetTextWysiwyg(sal_Bool bSet) { bTextWysiwyg = bSet; } in SetTextWysiwyg()72 sal_Bool GetTextWysiwyg() const { return bTextWysiwyg; } in GetTextWysiwyg()
88 bTextWysiwyg = sal_False; in SetDefaults()104 bTextWysiwyg = rCpy.bTextWysiwyg; in operator =()
431 sal_Bool bTextWysiwyg = ( pDev->GetOutDevType() == OUTDEV_PRINTER ); in GetNeededSize() local433 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()
425 sal_Bool bTextWysiwyg = pScMod->GetInputOptions().GetTextWysiwyg(); in Draw() local533 sal_Bool bLogicText = bTextWysiwyg; // call DrawStrings in logic MapMode? in Draw()535 if ( bTextWysiwyg ) in Draw()
512 sal_Bool bTextWysiwyg = SC_MOD()->GetInputOptions().GetTextWysiwyg(); in UpdateRefDevice() local515 if ( bTextWysiwyg || bInPlace ) in UpdateRefDevice()520 if ( bTextWysiwyg && pActiveViewSh ) in UpdateRefDevice()530 if ( !( bTextWysiwyg && pActiveViewSh ) ) in UpdateRefDevice()
Completed in 70 milliseconds