Searched refs:pCItem (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sd/source/ui/func/ |
H A D | fubullet.cxx | 220 … SFX_ITEMSET_ARG( pDlg->GetOutputItemSet(), pCItem, SfxStringItem, SID_CHARMAP, sal_False ); in InsertSpecialCharacter() 230 if ( pCItem ) in InsertSpecialCharacter() 231 aChars = pCItem->GetValue(); in InsertSpecialCharacter()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | wrthtml.cxx | 832 const SvxColorItem *pCItem = (const SvxColorItem*)pItem; in OutBodyColor() local 836 pColorItem = pCItem; in OutBodyColor() 840 Color aColor( pCItem->GetValue() ); in OutBodyColor() 849 pColorItem = pCItem; in OutBodyColor()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | drwtxtsh.cxx | 821 … SFX_ITEMSET_ARG( pDlg->GetOutputItemSet(), pCItem, SfxStringItem, SID_CHARMAP, sal_False ); in InsertSymbol() 831 if ( pCItem ) in InsertSymbol() 833 sSym = pCItem->GetValue(); in InsertSymbol()
|
H A D | textsh.cxx | 1167 … SFX_ITEMSET_ARG( pDlg->GetOutputItemSet(), pCItem, SfxStringItem, SID_CHARMAP, sal_False ); in InsertSymbol() 1177 if ( pCItem ) in InsertSymbol() 1179 aChars = pCItem->GetValue(); in InsertSymbol()
|
H A D | annotsh.cxx | 1707 … SFX_ITEMSET_ARG( pDlg->GetOutputItemSet(), pCItem, SfxStringItem, SID_CHARMAP, sal_False ); in InsertSymbol() 1717 if ( pCItem ) in InsertSymbol() 1719 sSym = pCItem->GetValue(); in InsertSymbol()
|
/aoo42x/main/sfx2/source/dialog/ |
H A D | templdlg.cxx | 1533 SfxControllerItem *pCItem=pBoundItems[n]; in SetWaterCanState() local 1535 if( pCItem->IsBound() == bChecked ) in SetWaterCanState() 1538 pCItem->ReBind(); in SetWaterCanState() 1540 pCItem->UnBind(); in SetWaterCanState()
|
Completed in 66 milliseconds