Searched refs:aNumberFormat (Results 1 – 7 of 7) sorted by relevance
| /AOO41X/main/sd/source/core/ |
| H A D | stlpool.cxx | 1021 SvxNumberFormat aNumberFormat(SVX_NUM_CHAR_SPECIAL); in PutNumBulletItem() local 1022 aNumberFormat.SetBulletFont(&rBulletFont); in PutNumBulletItem() 1023 aNumberFormat.SetBulletChar( 0x25CF ); // StarBats: 0xF000 + 34 in PutNumBulletItem() 1024 aNumberFormat.SetBulletRelSize(45); in PutNumBulletItem() 1025 aNumberFormat.SetBulletColor(Color(COL_AUTO)); in PutNumBulletItem() 1026 aNumberFormat.SetStart(1); in PutNumBulletItem() 1027 aNumberFormat.SetNumAdjust(SVX_ADJUST_LEFT); in PutNumBulletItem() 1034 aNumberFormat.SetLSpace(nLSpace); in PutNumBulletItem() 1035 aNumberFormat.SetAbsLSpace(nLSpace); in PutNumBulletItem() 1036 aNumberFormat.SetFirstLineOffset(-600); in PutNumBulletItem() [all …]
|
| H A D | drawdoc4.cxx | 1363 SvxNumberFormat aNumberFormat(SVX_NUM_CHAR_SPECIAL); in SetTextDefaults() local 1364 aNumberFormat.SetBulletFont(&aBulletFont); in SetTextDefaults() 1365 aNumberFormat.SetBulletChar( 0x25CF ); // StarBats: 0xF000 + 34 in SetTextDefaults() 1366 aNumberFormat.SetBulletRelSize(45); in SetTextDefaults() 1367 aNumberFormat.SetBulletColor(Color(COL_AUTO)); in SetTextDefaults() 1368 aNumberFormat.SetStart(1); in SetTextDefaults() 1369 aNumberFormat.SetNumAdjust(SVX_ADJUST_LEFT); in SetTextDefaults() 1381 aNumberFormat.SetLSpace(nLSpace); in SetTextDefaults() 1382 aNumberFormat.SetAbsLSpace(nLSpace); in SetTextDefaults() 1383 aNumberFormat.SetFirstLineOffset(-600); in SetTextDefaults() [all …]
|
| /AOO41X/main/xmloff/source/chart/ |
| H A D | XMLChartStyleContext.cxx | 97 uno::Any aNumberFormat; in lcl_NumberFormatStyleToProperty() local 99 aNumberFormat <<= nNumberFormat; in lcl_NumberFormatStyleToProperty() 100 rPropSet->setPropertyValue( rPropertyName, aNumberFormat ); in lcl_NumberFormatStyleToProperty()
|
| /AOO41X/main/dbaccess/source/filter/xml/ |
| H A D | xmlStyleImport.cxx | 158 uno::Any aNumberFormat; in FillPropertySet() local 160 aNumberFormat <<= m_nNumberFormat; in FillPropertySet() 162 AddProperty(CTF_DB_NUMBERFORMAT, aNumberFormat); in FillPropertySet()
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | svdfppt.cxx | 4668 SvxNumberFormat aNumberFormat( SVX_NUM_CHAR_SPECIAL ); in PPTStyleSheet() local 4669 aNumberFormat.SetBulletChar( ' ' ); in PPTStyleSheet() 4670 GetNumberFormat( rManager, aNumberFormat, nCount, rParaLevel, rCharLevel, i ); in PPTStyleSheet() 4671 aRule.SetLevel( nDepth++, aNumberFormat ); in PPTStyleSheet() 4675 aRule.SetLevel( nDepth, aNumberFormat ); in PPTStyleSheet() 4677 aRule.SetLevel( 0, aNumberFormat ); in PPTStyleSheet() 6419 SvxNumberFormat aNumberFormat( SVX_NUM_NUMBER_NONE ); in ApplyTo() local 6420 … if ( GetNumberFormat( rManager, aNumberFormat, this, nDestinationInstance, rStartNumbering ) ) in ApplyTo() 6422 if ( aNumberFormat.GetNumberingType() == SVX_NUM_NUMBER_NONE ) in ApplyTo() 6424 aNumberFormat.SetLSpace( 0 ); in ApplyTo() [all …]
|
| /AOO41X/main/dbaccess/source/core/misc/ |
| H A D | DatabaseDataProvider.cxx | 773 const uno::Any aNumberFormat( xColumn->getPropertyValue( PROPERTY_NUMBERFORMAT ) ); in impl_fillInternalDataProvider_throw() local 778 …Formats.insert( ::std::map< ::rtl::OUString, uno::Any >::value_type( sRangeName, aNumberFormat ) ); in impl_fillInternalDataProvider_throw()
|
| /AOO41X/main/sw/source/core/unocore/ |
| H A D | unotbl.cxx | 1749 SfxUInt32Item aNumberFormat(RES_BOXATR_FORMAT); in setPropertyValue() local 1750 aNumberFormat.PutValue(aValue, 0); in setPropertyValue() 1751 pDoc->SetBoxAttr( *pUnoCrsr, aNumberFormat); in setPropertyValue() 3810 SfxUInt32Item aNumberFormat(RES_BOXATR_FORMAT); in setPropertyValue() local 3811 ((SfxPoolItem&)aNumberFormat).PutValue(aValue, 0); in setPropertyValue() 3812 pDoc->SetBoxAttr( *pCrsr, aNumberFormat); in setPropertyValue()
|