Home
last modified time | relevance | path

Searched refs:pLastPattern (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx455 pLastPattern( NULL ), in ScInputHandler()
599 if ( pLastPattern && pLastPattern->IsSymbolFont() ) in UpdateSpellSettings()
621 …sal_Bool bHyphen = pLastPattern && ((const SfxBoolItem&)pLastPattern->GetItem(ATTR_HYPHENATE)).Get… in UpdateSpellSettings()
1664 pLastPattern = NULL; in ViewShellGone()
1744 pLastPattern = NULL; in ForgetLastPattern()
1783 sal_Bool bAsianVertical = pLastPattern && in UpdateAdjust()
1784 ((const SfxBoolItem&)pLastPattern->GetItem( ATTR_STACKED )).GetValue() && in UpdateAdjust()
1785 ((const SfxBoolItem&)pLastPattern->GetItem( ATTR_VERTICAL_ASIAN )).GetValue(); in UpdateAdjust()
1891 if (pPattern != pLastPattern) in StartTable()
1926 pLastPattern = pPattern; in StartTable()
[all …]
/trunk/main/sc/source/ui/view/
H A Dspelleng.cxx105 const ScPatternAttr* pLastPattern = NULL; in FindNextConversionCell() local
217 if( pPattern && (pPattern != pLastPattern) ) in FindNextConversionCell()
221 pLastPattern = pPattern; in FindNextConversionCell()
/trunk/main/sc/source/ui/inc/
H A Dinputhdl.hxx108 const ScPatternAttr* pLastPattern; member in ScInputHandler

Completed in 79 milliseconds