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.cxx698 const SwFrmFmt* pApply = rTable.GetFrmFmt(); in HasPageBreak() local
699 ASSERT(pApply, "impossible"); in HasPageBreak()
700 if (pApply) in HasPageBreak()
701 pBreak = &(ItemGet<SvxFmtBreakItem>(*pApply, RES_BREAK)); in HasPageBreak()
H A Dww8par2.cxx2449 SwFrmFmt* pApply = pFrmFmt; in SetSizePosition() local
2450 if (!pApply ) in SetSizePosition()
2451 pApply = pTable->GetFrmFmt(); in SetSizePosition()
2452 ASSERT(pApply,"No frame"); in SetSizePosition()
2453 pApply->SetFmtAttr(aItemSet); in SetSizePosition()
H A Dww8par.cxx3916 SwFrmFmt* pApply = rTable.GetFrmFmt(); in GiveNodePageDesc() local
3917 ASSERT(pApply, "impossible"); in GiveNodePageDesc()
3918 if (pApply) in GiveNodePageDesc()
3919 pApply->SetFmtAttr(rPgDesc); in GiveNodePageDesc()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx974 SwFrmFmt* pApply = rTable.GetFrmFmt(); in InsertSegments() local
975 ASSERT(pApply, "impossible"); in InsertSegments()
976 if (pApply) in InsertSegments()
977 pApply->SetFmtAttr(aPgDesc); in InsertSegments()

Completed in 91 milliseconds