Home
last modified time | relevance | path

Searched refs:EE_PARA_NUMBULLET (Results 1 – 22 of 22) sorted by relevance

/trunk/main/sd/source/ui/dlg/
H A Ddlgolbul.cxx113 if( SFX_ITEM_SET != aInputSet.GetItemState(EE_PARA_NUMBULLET)) in OutlineBulletDlg()
123 …pFirstStyleSheet->GetItemSet().GetItemState(EE_PARA_NUMBULLET, sal_False, (const SfxPoolItem**)&pI… in OutlineBulletDlg()
127 …(SvxNumBulletItem*) aInputSet.GetPool()->GetSecondaryPool()->GetPoolDefaultItem(EE_PARA_NUMBULLET); in OutlineBulletDlg()
131 aInputSet.Put(*pItem, EE_PARA_NUMBULLET); in OutlineBulletDlg()
145 if(bTitle && aInputSet.GetItemState(EE_PARA_NUMBULLET,sal_True) == SFX_ITEM_ON ) in OutlineBulletDlg()
147 SvxNumBulletItem* pItem = (SvxNumBulletItem*)aInputSet.GetItem(EE_PARA_NUMBULLET,sal_True); in OutlineBulletDlg()
154 SvxNumBulletItem aNewItem( aNewRule, EE_PARA_NUMBULLET ); in OutlineBulletDlg()
227 if(bTitle && pOutputSet->GetItemState(EE_PARA_NUMBULLET,sal_True) == SFX_ITEM_ON ) in GetOutputItemSet()
229 …SvxNumBulletItem* pBulletItem = (SvxNumBulletItem*)pOutputSet->GetItem(EE_PARA_NUMBULLET,sal_True); in GetOutputItemSet()
H A Dprltempl.cxx114 if( SFX_ITEM_SET != aInputSet.GetItemState(EE_PARA_NUMBULLET, sal_False, &pItem )) in SdPresLayoutTemplateDlg()
121 …if( SFX_ITEM_SET == pFirstStyleSheet->GetItemSet().GetItemState(EE_PARA_NUMBULLET, sal_False, &pIt… in SdPresLayoutTemplateDlg()
323 …if( SFX_ITEM_SET == pOutSet->GetItemState(EE_PARA_NUMBULLET, sal_False, (const SfxPoolItem**)&pSvx… in GetOutputItemSet()
/trunk/main/sd/source/ui/func/
H A Dfuolbull.cxx372 …pFirstStyleSheet->GetItemSet().GetItemState(EE_PARA_NUMBULLET, sal_False, (const SfxPoolItem**)&pI… in GetNumBulletItem()
376 … (SvxNumBulletItem*) aNewAttr.GetPool()->GetSecondaryPool()->GetPoolDefaultItem(EE_PARA_NUMBULLET); in GetNumBulletItem()
380 aNewAttr.Put(*pItem, EE_PARA_NUMBULLET); in GetNumBulletItem()
382 if(bTitle && aNewAttr.GetItemState(EE_PARA_NUMBULLET,sal_True) == SFX_ITEM_ON ) in GetNumBulletItem()
384 … SvxNumBulletItem* pItem = (SvxNumBulletItem*)aNewAttr.GetItem(EE_PARA_NUMBULLET,sal_True); in GetNumBulletItem()
391 SvxNumBulletItem aNewItem( aNewRule, EE_PARA_NUMBULLET ); in GetNumBulletItem()
H A Dfutempl.cxx431 if (aTempSet.GetItemState(EE_PARA_NUMBULLET) == SFX_ITEM_SET) in DoExecute()
433 … SvxNumRule aRule(*((SvxNumBulletItem*)aTempSet.GetItem(EE_PARA_NUMBULLET))->GetNumRule()); in DoExecute()
441 … pFirstStyleSheet->GetItemSet().Put( SvxNumBulletItem( aRule, EE_PARA_NUMBULLET )); in DoExecute()
446 aTempSet.ClearItem( EE_PARA_NUMBULLET ); in DoExecute()
/trunk/main/sd/source/ui/view/
H A Dviewshel.cxx867 …pFirstStyleSheet->GetItemSet().GetItemState(EE_PARA_NUMBULLET, sal_False, (const SfxPoolItem**)&pI… in GetNumBulletItem()
871 … (SvxNumBulletItem*) aNewAttr.GetPool()->GetSecondaryPool()->GetPoolDefaultItem(EE_PARA_NUMBULLET); in GetNumBulletItem()
873 aNewAttr.Put(*pItem, EE_PARA_NUMBULLET); in GetNumBulletItem()
875 if(bTitle && aNewAttr.GetItemState(EE_PARA_NUMBULLET,sal_True) == SFX_ITEM_ON ) in GetNumBulletItem()
877 … SvxNumBulletItem* pItem = (SvxNumBulletItem*)aNewAttr.GetItem(EE_PARA_NUMBULLET,sal_True); in GetNumBulletItem()
884 SvxNumBulletItem aNewItem( aNewRule, EE_PARA_NUMBULLET ); in GetNumBulletItem()
H A Ddrawview.cxx238 … if( nDepth > 0 && aTempSet.GetItemState( EE_PARA_NUMBULLET ) == SFX_ITEM_ON ) in SetAttributes()
241 aTempSet.ClearItem( EE_PARA_NUMBULLET ); in SetAttributes()
266 … if( !pPara && nDepth > 0 && rSet.GetItemState( EE_PARA_NUMBULLET ) == SFX_ITEM_ON && in SetAttributes()
H A Doutlview.cxx943 aOldAttrs.GetItemState( EE_PARA_NUMBULLET ) == SFX_ITEM_ON ) in IMPL_LINK()
946 aAttrs.Put( *aOldAttrs.GetItem( EE_PARA_NUMBULLET ) ); in IMPL_LINK()
/trunk/main/editeng/source/outliner/
H A Doutlvw.cxx1212 … const SfxPoolItem& rPoolItem = aTmpSet.GetPool()->GetDefaultItem( EE_PARA_NUMBULLET ); in ToggleBullets()
1241 aAttrs.Put( SvxNumBulletItem( aNewNumRule ), EE_PARA_NUMBULLET ); in ToggleBullets()
1416 … SfxItemState eState = rAttrs.GetItemState(EE_PARA_NUMBULLET, sal_False, &pPoolItem); in ApplyBulletsNumbering()
1422 pPoolItem = aTmpSet.GetItem(EE_PARA_NUMBULLET); in ApplyBulletsNumbering()
1445 aAttrs.Put(SvxNumBulletItem(aNewRule), EE_PARA_NUMBULLET); in ApplyBulletsNumbering()
H A Doutliner.cxx827 if ( aOldAttrs.GetItemState( EE_PARA_NUMBULLET ) == SFX_ITEM_ON ) in ImplSetLevelDependendStyleSheet()
830 aAttrs.Put( aOldAttrs.Get( EE_PARA_NUMBULLET ) ); in ImplSetLevelDependendStyleSheet()
1543 …tem& rNumBullet = (const SvxNumBulletItem&) pEditEngine->GetParaAttrib( nPara, EE_PARA_NUMBULLET ); in GetNumberFormat()
/trunk/main/sd/source/core/
H A Dstlpool.cxx1040 rSet.Put( SvxNumBulletItem( aNumRule, EE_PARA_NUMBULLET ) ); in PutNumBulletItem()
1050 …BulletItem*) rSet.GetPool()->GetSecondaryPool()->GetPoolDefaultItem(EE_PARA_NUMBULLET))->GetNumRul… in PutNumBulletItem()
1070 rSet.Put( SvxNumBulletItem( aNumRule, EE_PARA_NUMBULLET ) ); in PutNumBulletItem()
1137 rSet.Put( SvxNumBulletItem( aNumRule, EE_PARA_NUMBULLET ) ); in PutNumBulletItem()
H A Dstlsheet.cxx1114 if( (pEntry->nWID == EE_PARA_NUMBULLET) && (GetFamily() == SD_STYLE_FAMILY_MASTERPAGE) ) in setPropertyValue()
1142 if( EE_PARA_NUMBULLET == pEntry->nWID ) in setPropertyValue()
H A Ddrawdoc4.cxx1387 SvxNumBulletItem aNumBulletItem( aNumRule, EE_PARA_NUMBULLET ); in SetTextDefaults()
/trunk/main/editeng/inc/editeng/
H A Deeitem.hxx36 #define EE_PARA_NUMBULLET (EE_ITEMS_START+5) macro
H A Dunotext.hxx84 …{MAP_CHAR_LEN(UNO_NAME_NUMBERING_RULES), EE_PARA_NUMBULLET, &::getCppuType((const ::com::s…
/trunk/main/editeng/source/editeng/
H A Deerdll.cxx114 ppDefItems[5] = new SvxNumBulletItem( aTmpNumRule, EE_PARA_NUMBULLET ); in GetDefItems()
H A Deditdbg.cxx83 case EE_PARA_NUMBULLET: in DbgOutItem()
/trunk/main/editeng/source/uno/
H A Dunotext.cxx559 case EE_PARA_NUMBULLET: in SetPropertyValueHelper()
728 case EE_PARA_NUMBULLET: in GetPropertyValueHelper()
730 … if((rSet.GetItemState( EE_PARA_NUMBULLET, sal_True ) & (SFX_ITEM_SET|SFX_ITEM_DEFAULT)) == 0) in GetPropertyValueHelper()
733 … SvxNumBulletItem* pBulletItem = (SvxNumBulletItem*)rSet.GetItem( EE_PARA_NUMBULLET, sal_True ); in GetPropertyValueHelper()
/trunk/main/editeng/source/xml/
H A Dxmltxtexp.cxx397 …{MAP_CHAR_LEN(UNO_NAME_NUMBERING_RULES), EE_PARA_NUMBULLET, &::getCppuType((const ::com::s… in SvxXMLTextExportComponent()
/trunk/main/svx/source/unodraw/
H A Dunomod.cxx754 …SvxNumBulletItem*) pModel->GetItemPool().GetSecondaryPool()->GetPoolDefaultItem(EE_PARA_NUMBULLET); in SvxCreateNumRule()
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx308 eState = pSet->GetItemState(EE_PARA_NUMBULLET, sal_False, &pItem); in StoreMapUnit_impl()
311 … eCoreUnit = pSet->GetPool()->GetMetric(pSet->GetPool()->GetWhich(EE_PARA_NUMBULLET)); in StoreMapUnit_impl()
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1882 …mBullet = ( SvxNumBulletItem& )rCacheTF.GetParaAttribs(GetParagraphIndex()).Get(EE_PARA_NUMBULLET); in _correctValues()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx4679 mpNumBulletItem[ i ] = new SvxNumBulletItem( aRule, EE_PARA_NUMBULLET ); in PPTStyleSheet()