Home
last modified time | relevance | path

Searched refs:eNewType (Results 1 – 19 of 19) sorted by last modified time

/trunk/main/svl/source/numbers/
H A Dzforlist.cxx1241 short eNewType) in IsCompatible() argument
1243 if (eOldType == eNewType) in IsCompatible()
1249 switch (eNewType) in IsCompatible()
H A Dzforscan.cxx1105 short eNewType; in ScanType() local
1125 eNewType = NUMBERFORMAT_TIME; in ScanType()
1256 eScannedType = eNewType; in ScanType()
1268 switch (eNewType) in ScanType()
1287 switch (eNewType) in ScanType()
1306 switch (eNewType) in ScanType()
1326 switch (eNewType) in ScanType()
1337 switch (eNewType) in ScanType()
1348 switch (eNewType) in ScanType()
1354 eScannedType = eNewType; in ScanType()
[all …]
/trunk/main/svx/inc/svx/
H A Dzoomitem.hxx65 void SetType( SvxZoomType eNewType ) in SetType() argument
66 { eType = eNewType; } in SetType()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/vcl/inc/vcl/
H A Dtoolbox.hxx414 void SetButtonType( ButtonType eNewType = BUTTON_SYMBOL );
/trunk/main/svl/inc/svl/
H A Dzforlist.hxx374 sal_Bool IsCompatible(short eOldType, short eNewType);
/trunk/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()
/trunk/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,
/trunk/main/sc/inc/
H A Dcell.hxx81 explicit ScBaseCell( CellType eNewType );
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx407 sal_Int16 eNewType = _pSet->nNumberType; in IMPL_LINK() local
417 aFmt.SetNumberingType(eNewType); in IMPL_LINK()
/trunk/main/chart2/source/controller/inc/
H A Dres_ErrorBar.hxx67 void SetErrorBarType( tErrorBarType eNewType );
/trunk/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 Dtp_ErrorBars.hxx42 void SetErrorBarType( ErrorBarResources::tErrorBarType eNewType );
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()

Completed in 148 milliseconds