/aoo41x/main/dbaccess/source/ui/control/ |
H A D | FieldDescControl.cxx | 159 ,pScale(NULL) in DBG_NAME() 209 ,pScale(NULL) in OFieldDescControl() 477 , pScale, m_pColumnName in ScrollAllAggregates() 586 if (pScale) in GetControlText() 587 return pScale->GetText(); in GetControlText() 665 if (pScale) in SetControlText() 666 pScale->SetText(rText); in SetControlText() 826 { pScale, pScaleText, 1 }, in ArrangeAggregates() 1025 if( pScale ) in ActivateAggregate() 1525 if( pScale ) in DisplayData() [all …]
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drviews2.cxx | 438 SFX_REQUEST_ARG (rReq, pScale, SfxUInt16Item, SID_ATTR_ZOOMSLIDER, sal_False); in FuTemporary() 439 if (CHECK_RANGE (5, pScale->GetValue (), 3000)) in FuTemporary() 441 SetZoom (pScale->GetValue ()); in FuTemporary() 463 SFX_REQUEST_ARG (rReq, pScale, SfxUInt32Item, ID_VAL_ZOOM, sal_False); in FuTemporary() 464 if (CHECK_RANGE (10, pScale->GetValue (), 1000)) in FuTemporary() 466 SetZoom (pScale->GetValue ()); in FuTemporary()
|
H A D | outlnvs2.cxx | 132 SFX_REQUEST_ARG (rReq, pScale, SfxUInt16Item, SID_ATTR_ZOOMSLIDER, sal_False); in FuTemporary() 133 if (CHECK_RANGE (5, pScale->GetValue (), 3000)) in FuTemporary() 135 SetZoom (pScale->GetValue ()); in FuTemporary()
|
/aoo41x/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 1036 sal_Char pScale [48]; in PSScale() local 1039 nChar = psp::getValueOfDouble (pScale, fScaleX, 5); in PSScale() 1040 nChar += psp::appendStr (" ", pScale + nChar); in PSScale() 1041 nChar += psp::getValueOfDouble (pScale + nChar, fScaleY, 5); in PSScale() 1042 nChar += psp::appendStr (" scale\n", pScale + nChar); in PSScale() 1044 WritePS (mpPageBody, pScale); in PSScale()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fuscale.cxx | 204 SFX_REQUEST_ARG (rReq, pScale, SfxUInt32Item, ID_VAL_ZOOM, sal_False); in DoExecute() 205 mpViewShell->SetZoom (pScale->GetValue ()); in DoExecute()
|
/aoo41x/main/sc/inc/ |
H A D | patattr.hxx | 91 const Fraction* pScale = NULL, 98 const Fraction* pScale = NULL,
|
/aoo41x/main/sc/source/core/data/ |
H A D | patattr.cxx | 226 OutputDevice* pOutDev, const Fraction* pScale, in GetFont() argument 387 if (pScale) in GetFont() 388 aFraction = *pScale; in GetFont() 492 OutputDevice* pOutDev, const Fraction* pScale, in GetFont() argument 496 …GetFont( rFont, GetItemSet(), eAutoMode, pOutDev, pScale, pCondSet, nScript, pBackConfigColor, pTe… in GetFont()
|
/aoo41x/main/chart2/source/controller/itemsetwrapper/ |
H A D | AxisItemConverter.cxx | 91 ::chart::ExplicitScaleData * pScale /* = NULL */, in AxisItemConverter() argument 101 if( pScale ) in AxisItemConverter() 102 m_pExplicitScale = new ::chart::ExplicitScaleData( *pScale ); in AxisItemConverter()
|
/aoo41x/main/unixODBC/inc/ |
H A D | sqlucode.h | 213 SQLSMALLINT * pScale, 538 SQLSMALLINT * pScale,
|
/aoo41x/main/chart2/source/controller/inc/ |
H A D | AxisItemConverter.hxx | 53 ExplicitScaleData * pScale = NULL,
|
/aoo41x/main/dbaccess/source/ui/inc/ |
H A D | FieldDescControl.hxx | 110 OPropNumericEditCtrl* pScale; member in dbaui::OFieldDescControl
|