Searched refs:pApply (Results 1 – 6 of 6) sorted by relevance
1167 SwApplyTemplate* pApply = rEditWin.GetApplyTemplate(); in Execute() local1171 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() local1195 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() local1234 if(!pApply || pApply->nColor != nSlot) in Execute()1615 SwApplyTemplate* pApply = rEdtWin.GetApplyTemplate(); in GetState() local1616 rSet.Put(SfxBoolItem(nWhich, pApply && pApply->nColor == nWhich)); in GetState()
229 SwApplyTemplate* pApply = rEdtWin.GetApplyTemplate(); in StateStyleSheet() local230 rSet.Put(SfxBoolItem(nWhich, pApply && pApply->eType != 0)); in StateStyleSheet()953 SwApplyTemplate* pApply = rEdtWin.GetApplyTemplate(); in DoWaterCan() local954 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()
2449 SwFrmFmt* pApply = pFrmFmt; in SetSizePosition() local2450 if (!pApply ) in SetSizePosition()2451 pApply = pTable->GetFrmFmt(); in SetSizePosition()2452 ASSERT(pApply,"No frame"); in SetSizePosition()2453 pApply->SetFmtAttr(aItemSet); in SetSizePosition()
3916 SwFrmFmt* pApply = rTable.GetFrmFmt(); in GiveNodePageDesc() local3917 ASSERT(pApply, "impossible"); in GiveNodePageDesc()3918 if (pApply) in GiveNodePageDesc()3919 pApply->SetFmtAttr(rPgDesc); in GiveNodePageDesc()
974 SwFrmFmt* pApply = rTable.GetFrmFmt(); in InsertSegments() local975 ASSERT(pApply, "impossible"); in InsertSegments()976 if (pApply) in InsertSegments()977 pApply->SetFmtAttr(aPgDesc); in InsertSegments()
Completed in 76 milliseconds