Home
last modified time | relevance | path

Searched refs:pCItem (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/sd/source/ui/func/
H A Dfubullet.cxx220 … SFX_ITEMSET_ARG( pDlg->GetOutputItemSet(), pCItem, SfxStringItem, SID_CHARMAP, sal_False ); in InsertSpecialCharacter()
230 if ( pCItem ) in InsertSpecialCharacter()
231 aChars = pCItem->GetValue(); in InsertSpecialCharacter()
/aoo4110/main/sw/source/ui/shells/
H A Ddrwtxtsh.cxx821 … 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 Dtextsh.cxx1151 … SFX_ITEMSET_ARG( pDlg->GetOutputItemSet(), pCItem, SfxStringItem, SID_CHARMAP, sal_False ); in InsertSymbol()
1161 if ( pCItem ) in InsertSymbol()
1163 aChars = pCItem->GetValue(); in InsertSymbol()
H A Dannotsh.cxx1707 … SFX_ITEMSET_ARG( pDlg->GetOutputItemSet(), pCItem, SfxStringItem, SID_CHARMAP, sal_False ); in InsertSymbol()
1717 if ( pCItem ) in InsertSymbol()
1719 sSym = pCItem->GetValue(); in InsertSymbol()
/aoo4110/main/sw/source/filter/html/
H A Dwrthtml.cxx832 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()
/aoo4110/main/sfx2/source/dialog/
H A Dtempldlg.cxx1533 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 53 milliseconds