Searched refs:nScale (Results 51 – 61 of 61) sorted by relevance
123
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh4.cxx | 1378 void ScDocShell::SetPrintZoom( SCTAB nTab, sal_uInt16 nScale, sal_uInt16 nPages ) in SetPrintZoom() argument 1395 this, nTab, nOldScale, nOldPages, nScale, nPages ) ); in SetPrintZoom() 1398 rSet.Put( SfxUInt16Item( ATTR_PAGE_SCALE, nScale ) ); in SetPrintZoom()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | svapp.hxx | 422 static void SetDialogScaleX( short nScale );
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 271 void SetPrintZoom( SCTAB nTab, sal_uInt16 nScale, sal_uInt16 nPages );
|
H A D | viewfunc.hxx | 231 void SetPrintZoom(sal_uInt16 nScale, sal_uInt16 nPages);
|
/aoo41x/main/dbaccess/source/ui/misc/ |
H A D | WCopyTable.cxx | 1144 sal_Int32 nScale = pActFieldDescr->GetScale(); in loadData() local 1151 …:getTypeInfoFromType(m_aTypeInfo,nType,sTypeName,sCreateParam,nPrecision,nScale,bAutoIncrement,bFo… in loadData()
|
/aoo41x/main/cppcanvas/source/mtfrenderer/ |
H A D | textaction.cxx | 190 const double nScale( rState.mapModeTransform.get(0,0) ); in setupDXArray() local 194 *pOutputWidths++ = *pCharWidths++ * nScale; in setupDXArray()
|
/aoo41x/main/editeng/source/outliner/ |
H A D | outliner.cxx | 982 sal_uInt16 nScale = /* pEditEngine->IsFlatMode() ? DEFAULT_SCALE : */ pFmt->GetBulletRelSize(); in ImpCalcBulletFont() local 984 nScaledLineHeight *= nScale*10; in ImpCalcBulletFont()
|
/aoo41x/main/forms/source/component/ |
H A D | DatabaseForm.cxx | 780 sal_Int16 nScale = 0; in AppendComponent() local 781 xComponentSet->getPropertyValue( PROPERTY_DECIMAL_ACCURACY ) >>= nScale; in AppendComponent() 782 … aText = ::rtl::math::doubleToUString(aDoubleVal, rtl_math_StringFormat_F, nScale, '.', sal_True); in AppendComponent()
|
/aoo41x/main/cui/source/tabpages/ |
H A D | numpages.cxx | 2355 double nScale = bWidth ? in IMPL_LINK() local 2358 aBitmap.Scale(nScale, nScale); in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 933 void ScViewFunc::SetPrintZoom(sal_uInt16 nScale, sal_uInt16 nPages) in SetPrintZoom() argument 937 pDocSh->SetPrintZoom( nTab, nScale, nPages ); in SetPrintZoom()
|
/aoo41x/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 1948 … sal_Int16 nScale = getINT16( _rxModel->getPropertyValue( FM_PROP_DECIMAL_ACCURACY ) ); in implAdjustGenericFieldSetting() local 1986 … pFormatterUsed->GenerateFormat( sFormatString, 0, aAppLanguage, bThousand, sal_False, nScale ); in implAdjustGenericFieldSetting()
|
Completed in 138 milliseconds
123