Home
last modified time | relevance | path

Searched refs:eNewType (Results 1 – 19 of 19) sorted by relevance

/AOO41X/main/svl/source/numbers/
H A Dzforscan.cxx1105 short eNewType; in ScanType() local
1117 eNewType = NUMBERFORMAT_SCIENTIFIC; in ScanType()
1125 eNewType = NUMBERFORMAT_TIME; in ScanType()
1139 eNewType = NUMBERFORMAT_TIME; in ScanType()
1143 eNewType = NUMBERFORMAT_DATE; in ScanType()
1170 eNewType = NUMBERFORMAT_DATE; in ScanType()
1173 eNewType = NUMBERFORMAT_CURRENCY; in ScanType()
1176 eNewType = NUMBERFORMAT_NUMBER; in ScanType()
1180 eNewType = NUMBERFORMAT_UNDEFINED; in ScanType()
1190 eNewType = NUMBERFORMAT_NUMBER; in ScanType()
[all …]
H A Dzforlist.cxx1241 short eNewType) in IsCompatible() argument
1243 if (eOldType == eNewType) in IsCompatible()
1249 switch (eNewType) in IsCompatible()
/AOO41X/main/chart2/source/controller/dialogs/
H A Dtp_ErrorBars.cxx83 void ErrorBarsTabPage::SetErrorBarType( ErrorBarResources::tErrorBarType eNewType ) in SetErrorBarType() argument
85 m_aErrorBarResources.SetErrorBarType( eNewType ); in SetErrorBarType()
H A Dres_ErrorBar.cxx185 void ErrorBarResources::SetErrorBarType( tErrorBarType eNewType ) in SetErrorBarType() argument
187 if( m_eErrorBarType != eNewType ) in SetErrorBarType()
189 m_eErrorBarType = eNewType; in SetErrorBarType()
H A Dtp_ErrorBars.hxx42 void SetErrorBarType( ErrorBarResources::tErrorBarType eNewType );
/AOO41X/main/svx/inc/svx/
H A Dzoomitem.hxx64 void SetType( SvxZoomType eNewType ) in SetType() argument
65 { eType = eNewType; } in SetType()
/AOO41X/main/sc/source/ui/inc/
H A Dviewdata.hxx368 void SetRefMode( sal_Bool bNewMode, ScRefType eNewType ) in SetRefMode() argument
369 { bIsRefMode = bNewMode; eRefType = eNewType; } in SetRefMode()
H A Doutput.hxx185 ScOutputData( OutputDevice* pNewDev, ScOutputType eNewType,
/AOO41X/main/chart2/source/controller/inc/
H A Dres_ErrorBar.hxx67 void SetErrorBarType( tErrorBarType eNewType );
/AOO41X/main/sc/source/ui/view/
H A Dprevloc.cxx60 …ScPreviewLocationEntry( ScPreviewLocationType eNewType, const Rectangle& rPixel, const ScRange& rR… in ScPreviewLocationEntry()
62 eType( eNewType ), in ScPreviewLocationEntry()
H A Doutput.cxx135 ScOutputData::ScOutputData( OutputDevice* pNewDev, ScOutputType eNewType, in ScOutputData() argument
155 eType( eNewType ), in ScOutputData()
/AOO41X/main/vcl/source/window/
H A Dtoolbox2.cxx944 void ToolBox::SetButtonType( ButtonType eNewType ) in SetButtonType() argument
946 if ( meButtonType != eNewType ) in SetButtonType()
948 meButtonType = eNewType; in SetButtonType()
/AOO41X/main/svx/source/sidebar/
H A Dnbdtmg.cxx1623 sal_Int16 eNewType = _pSet->pNumSetting->nNumberType; in ApplyNumRule() local
1632 if (eNewType!=aFmt.GetNumberingType()) isResetSize=true; in ApplyNumRule()
1633 aFmt.SetNumberingType(eNewType); in ApplyNumRule()
/AOO41X/main/sc/inc/
H A Dcell.hxx81 explicit ScBaseCell( CellType eNewType );
/AOO41X/main/sc/source/core/data/
H A Dcell.cxx79 ScBaseCell::ScBaseCell( CellType eNewType ) : in IMPL_FIXEDMEMPOOL_NEWDEL()
83 eCellType( sal::static_int_cast<sal_uInt8>(eNewType) ), in IMPL_FIXEDMEMPOOL_NEWDEL()
H A Dcolumn3.cxx167 short eNewType = pDocument->GetFormatTable()->GetType(nNumberFormat); in Insert() local
168 if (!pDocument->GetFormatTable()->IsCompatible(eOldType, eNewType)) in Insert()
/AOO41X/main/svl/inc/svl/
H A Dzforlist.hxx374 sal_Bool IsCompatible(short eOldType, short eNewType);
/AOO41X/main/vcl/inc/vcl/
H A Dtoolbox.hxx414 void SetButtonType( ButtonType eNewType = BUTTON_SYMBOL );
/AOO41X/main/cui/source/tabpages/
H A Dnumpages.cxx407 sal_Int16 eNewType = _pSet->nNumberType; in IMPL_LINK() local
417 aFmt.SetNumberingType(eNewType); in IMPL_LINK()