Searched refs:aAllLayouts (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sw/source/core/doc/ |
H A D | docftn.cxx | 293 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts();//swmod 080304 in SetFtnInfo() local 296 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::mem_fun(&SwRootFrm::AllRemoveFtns));//s… in SetFtnInfo() 300 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::mem_fun(&SwRootFrm::UpdateFtnNums));//s… in SetFtnInfo() 303 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::bind2nd(std::mem_fun(&SwRootFrm::CheckF… in SetFtnInfo() 372 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts(); in SetEndNoteInfo() local 373 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::bind2nd(std::mem_fun(&SwRootFrm::CheckF… in SetEndNoteInfo() 514 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts(); in SetCurFtn() local 515 std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::mem_fun(&SwRootFrm::UpdateFtnNums)); in SetCurFtn()
|
H A D | docdesc.cxx | 402 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts(); in ChgPageDesc() local 403 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::mem_fun(&SwRootFrm::AllCheckPageDescs))… in ChgPageDesc() 471 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts(); in PreDelPageDesc() local 472 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::bind2nd(std::mem_fun(&SwRootFrm::CheckF… in PreDelPageDesc() 480 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts(); in PreDelPageDesc() local 481 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::bind2nd(std::mem_fun(&SwRootFrm::CheckF… in PreDelPageDesc() 492 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts(); in PreDelPageDesc() local 493 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::mem_fun(&SwRootFrm::AllCheckPageDescs))… in PreDelPageDesc() 663 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts(); in PrtDataChanged() local 664 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::bind2nd(std::mem_fun(&SwRootFrm::Invali… in PrtDataChanged()
|
H A D | lineinfo.cxx | 43 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts();//swmod 080225 in SetLineNumberInfo() local 48 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::bind2nd(std::mem_fun(&SwRootFrm::Invali… in SetLineNumberInfo() 149 std::set<SwRootFrm*> aAllLayouts = pDoc->GetAllLayouts(); in Modify() local 150 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::mem_fun(&SwRootFrm::AllAddPaintRect));/… in Modify()
|
H A D | doc.cxx | 396 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts(); in setForbiddenCharacters() local 397 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(), std::bind2nd(std::mem_fun(&SwRootFrm::Inval… in setForbiddenCharacters() 467 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts(); in setCharacterCompressionType() local 468 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(), std::bind2nd(std::mem_fun(&SwRootFrm::Inval… in setCharacterCompressionType() 2075 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts();//swmod 080307 in SpellItAgainSam() local 2079 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::bind2nd(std::mem_fun(&SwRootFrm::AllInv… in SpellItAgainSam() 2080 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::bind2nd(std::mem_fun(&SwRootFrm::SetNee… in SpellItAgainSam() 2086 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::mem_fun(&SwRootFrm::SetIdleFlags));//sw… in SpellItAgainSam() 2094 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts(); in InvalidateAutoCompleteFlag() local 2095 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::mem_fun(&SwRootFrm::AllInvalidateAutoCo… in InvalidateAutoCompleteFlag() [all …]
|
H A D | ftnidx.cxx | 220 std::set<SwRootFrm*> aAllLayouts = pDoc->GetAllLayouts(); in UpdateAllFtn() local 293 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::mem_fun(&SwRootFrm::UpdateFtnNums));//s… in UpdateAllFtn()
|
H A D | doclay.cxx | 1962 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts();//swmod 080320 in IMPL_LINK() local 1963 std::set<SwRootFrm*>::iterator pLayIter = aAllLayouts.begin(); in IMPL_LINK() 1964 for ( ;pLayIter != aAllLayouts.end();pLayIter++ ) in IMPL_LINK() 1972 bool bAllValid = pLayIter == aAllLayouts.end() ? 1 : 0; in IMPL_LINK() 2411 std::set<SwRootFrm*> aAllLayouts; in GetAllLayouts() local 2420 aAllLayouts.insert(pTemp->GetLayout()); in GetAllLayouts() 2426 return aAllLayouts; in GetAllLayouts()
|
H A D | docfmt.cxx | 2196 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts();//swmod 080225 in CopyPageDesc() local 2197 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::mem_fun(&SwRootFrm::AllCheckPageDescs))… in CopyPageDesc()
|
H A D | doctxm.cxx | 1081 std::set<SwRootFrm*> aAllLayouts = pDoc->GetAllLayouts(); in Update() local 1082 …for ( std::set<SwRootFrm*>::iterator pLayoutIter = aAllLayouts.begin(); pLayoutIter != aAllLayouts… in Update()
|
Completed in 197 milliseconds