Searched refs:pApply (Results 1 – 6 of 6) sorted by relevance
1165 SwApplyTemplate* pApply = rEditWin.GetApplyTemplate(); in Execute() local1169 if(!pApply && rWrtSh.HasSelection()) in Execute()1173 else if(!pApply || pApply->nColor != SID_ATTR_CHAR_COLOR_EXT) in Execute()1185 SwApplyTemplate* pApply = rEdtWin.GetApplyTemplate(); in Execute() local1193 if(!pApply && (rWrtSh.HasSelection() || rReq.IsAPI())) in Execute()1202 else if(!pApply || pApply->nColor != SID_ATTR_CHAR_COLOR_BACKGROUND_EXT) in Execute()1215 SwApplyTemplate* pApply = rEdtWin.GetApplyTemplate(); in Execute() local1232 if(!pApply || pApply->nColor != nSlot) in Execute()1619 SwApplyTemplate* pApply = rEdtWin.GetApplyTemplate(); in GetState() local1620 rSet.Put(SfxBoolItem(nWhich, pApply && pApply->nColor == nWhich)); in GetState()
233 SwApplyTemplate* pApply = rEdtWin.GetApplyTemplate(); in StateStyleSheet() local234 rSet.Put(SfxBoolItem(nWhich, pApply && pApply->eType != 0)); in StateStyleSheet()926 SwApplyTemplate* pApply = rEdtWin.GetApplyTemplate(); in DoWaterCan() local927 sal_Bool bWaterCan = !(pApply && pApply->eType != 0); in DoWaterCan()
698 const SwFrmFmt* pApply = rTable.GetFrmFmt(); in HasPageBreak() local699 ASSERT(pApply, "impossible"); in HasPageBreak()700 if (pApply) in HasPageBreak()701 pBreak = &(ItemGet<SvxFmtBreakItem>(*pApply, RES_BREAK)); in HasPageBreak()
2420 SwFrmFmt* pApply = pFrmFmt; in SetSizePosition() local2421 if (!pApply ) in SetSizePosition()2422 pApply = pTable->GetFrmFmt(); in SetSizePosition()2423 ASSERT(pApply,"No frame"); in SetSizePosition()2424 pApply->SetFmtAttr(aItemSet); in SetSizePosition()
3915 SwFrmFmt* pApply = rTable.GetFrmFmt(); in GiveNodePageDesc() local3916 ASSERT(pApply, "impossible"); in GiveNodePageDesc()3917 if (pApply) in GiveNodePageDesc()3918 pApply->SetFmtAttr(rPgDesc); in GiveNodePageDesc()
983 SwFrmFmt* pApply = rTable.GetFrmFmt(); in InsertSegments() local984 ASSERT(pApply, "impossible"); in InsertSegments()985 if (pApply) in InsertSegments()986 pApply->SetFmtAttr(aPgDesc); in InsertSegments()
Completed in 84 milliseconds