Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/shells/ !
H A Dtextsh1.cxx1167 SwApplyTemplate* pApply = rEditWin.GetApplyTemplate(); in Execute() local
1171 if(!pApply && rWrtSh.HasSelection()) in Execute()
1175 else if(!pApply || pApply->nColor != SID_ATTR_CHAR_COLOR_EXT) in Execute()
1187 SwApplyTemplate* pApply = rEdtWin.GetApplyTemplate(); in Execute() local
1195 if(!pApply && (rWrtSh.HasSelection() || rReq.IsAPI())) in Execute()
1204 else if(!pApply || pApply->nColor != SID_ATTR_CHAR_COLOR_BACKGROUND_EXT) in Execute()
1217 SwApplyTemplate* pApply = rEdtWin.GetApplyTemplate(); in Execute() local
1234 if(!pApply || pApply->nColor != nSlot) in Execute()
1615 SwApplyTemplate* pApply = rEdtWin.GetApplyTemplate(); in GetState() local
1616 rSet.Put(SfxBoolItem(nWhich, pApply && pApply->nColor == nWhich)); in GetState()
/trunk/main/sw/source/ui/app/ !
H A Ddocst.cxx229 SwApplyTemplate* pApply = rEdtWin.GetApplyTemplate(); in StateStyleSheet() local
230 rSet.Put(SfxBoolItem(nWhich, pApply && pApply->eType != 0)); in StateStyleSheet()
953 SwApplyTemplate* pApply = rEdtWin.GetApplyTemplate(); in DoWaterCan() local
954 sal_Bool bWaterCan = !(pApply && pApply->eType != 0); in DoWaterCan()
/trunk/main/sw/source/filter/ww8/ !
H A Dwriterhelper.cxx697 const SwFrmFmt* pApply = rTable.GetFrmFmt(); in HasPageBreak() local
698 ASSERT(pApply, "impossible"); in HasPageBreak()
699 if (pApply) in HasPageBreak()
700 pBreak = &(ItemGet<SvxFmtBreakItem>(*pApply, RES_BREAK)); in HasPageBreak()
H A Dww8par2.cxx2448 SwFrmFmt* pApply = pFrmFmt; in SetSizePosition() local
2449 if (!pApply ) in SetSizePosition()
2450 pApply = pTable->GetFrmFmt(); in SetSizePosition()
2451 ASSERT(pApply,"No frame"); in SetSizePosition()
2452 pApply->SetFmtAttr(aItemSet); in SetSizePosition()
H A Dww8par.cxx3915 SwFrmFmt* pApply = rTable.GetFrmFmt(); in GiveNodePageDesc() local
3916 ASSERT(pApply, "impossible"); in GiveNodePageDesc()
3917 if (pApply) in GiveNodePageDesc()
3918 pApply->SetFmtAttr(rPgDesc); in GiveNodePageDesc()
/trunk/main/sw/source/filter/rtf/ !
H A Dswparrtf.cxx973 SwFrmFmt* pApply = rTable.GetFrmFmt(); in InsertSegments() local
974 ASSERT(pApply, "impossible"); in InsertSegments()
975 if (pApply) in InsertSegments()
976 pApply->SetFmtAttr(aPgDesc); in InsertSegments()