/trunk/main/svl/source/numbers/ |
H A D | zforscan.cxx | 1105 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 …]
|
H A D | zforlist.cxx | 1241 short eNewType) in IsCompatible() argument 1243 if (eOldType == eNewType) in IsCompatible() 1249 switch (eNewType) in IsCompatible()
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | tp_ErrorBars.cxx | 83 void ErrorBarsTabPage::SetErrorBarType( ErrorBarResources::tErrorBarType eNewType ) in SetErrorBarType() argument 85 m_aErrorBarResources.SetErrorBarType( eNewType ); in SetErrorBarType()
|
H A D | res_ErrorBar.cxx | 185 void ErrorBarResources::SetErrorBarType( tErrorBarType eNewType ) in SetErrorBarType() argument 187 if( m_eErrorBarType != eNewType ) in SetErrorBarType() 189 m_eErrorBarType = eNewType; in SetErrorBarType()
|
H A D | tp_ErrorBars.hxx | 42 void SetErrorBarType( ErrorBarResources::tErrorBarType eNewType );
|
/trunk/main/svx/inc/svx/ |
H A D | zoomitem.hxx | 65 void SetType( SvxZoomType eNewType ) in SetType() argument 66 { eType = eNewType; } in SetType()
|
/trunk/main/sc/source/ui/inc/ |
H A D | viewdata.hxx | 368 void SetRefMode( sal_Bool bNewMode, ScRefType eNewType ) in SetRefMode() argument 369 { bIsRefMode = bNewMode; eRefType = eNewType; } in SetRefMode()
|
H A D | output.hxx | 185 ScOutputData( OutputDevice* pNewDev, ScOutputType eNewType,
|
/trunk/main/chart2/source/controller/inc/ |
H A D | res_ErrorBar.hxx | 67 void SetErrorBarType( tErrorBarType eNewType );
|
/trunk/main/sc/source/ui/view/ |
H A D | prevloc.cxx | 60 …ScPreviewLocationEntry( ScPreviewLocationType eNewType, const Rectangle& rPixel, const ScRange& rR… in ScPreviewLocationEntry() 62 eType( eNewType ), in ScPreviewLocationEntry()
|
H A D | output.cxx | 135 ScOutputData::ScOutputData( OutputDevice* pNewDev, ScOutputType eNewType, in ScOutputData() argument 155 eType( eNewType ), in ScOutputData()
|
/trunk/main/vcl/source/window/ |
H A D | toolbox2.cxx | 944 void ToolBox::SetButtonType( ButtonType eNewType ) in SetButtonType() argument 946 if ( meButtonType != eNewType ) in SetButtonType() 948 meButtonType = eNewType; in SetButtonType()
|
/trunk/main/svx/source/sidebar/ |
H A D | nbdtmg.cxx | 1623 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/inc/ |
H A D | cell.hxx | 81 explicit ScBaseCell( CellType eNewType );
|
/trunk/main/sc/source/core/data/ |
H A D | cell.cxx | 79 ScBaseCell::ScBaseCell( CellType eNewType ) : in IMPL_FIXEDMEMPOOL_NEWDEL() 83 eCellType( sal::static_int_cast<sal_uInt8>(eNewType) ), in IMPL_FIXEDMEMPOOL_NEWDEL()
|
H A D | column3.cxx | 167 short eNewType = pDocument->GetFormatTable()->GetType(nNumberFormat); in Insert() local 168 if (!pDocument->GetFormatTable()->IsCompatible(eOldType, eNewType)) in Insert()
|
/trunk/main/svl/inc/svl/ |
H A D | zforlist.hxx | 374 sal_Bool IsCompatible(short eOldType, short eNewType);
|
/trunk/main/vcl/inc/vcl/ |
H A D | toolbox.hxx | 414 void SetButtonType( ButtonType eNewType = BUTTON_SYMBOL );
|
/trunk/main/cui/source/tabpages/ |
H A D | numpages.cxx | 407 sal_Int16 eNewType = _pSet->nNumberType; in IMPL_LINK() local 417 aFmt.SetNumberingType(eNewType); in IMPL_LINK()
|