Searched refs:aAllLayouts (Results 1 – 8 of 8) sorted by relevance
/aoo42x/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 | 429 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts(); in ChgPageDesc() local 430 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::mem_fun(&SwRootFrm::AllCheckPageDescs))… in ChgPageDesc() 498 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts(); in PreDelPageDesc() local 499 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::bind2nd(std::mem_fun(&SwRootFrm::CheckF… in PreDelPageDesc() 507 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts(); in PreDelPageDesc() local 508 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::bind2nd(std::mem_fun(&SwRootFrm::CheckF… in PreDelPageDesc() 519 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts(); in PreDelPageDesc() local 520 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::mem_fun(&SwRootFrm::AllCheckPageDescs))… in PreDelPageDesc() 690 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts(); in PrtDataChanged() local 691 …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 | 385 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts(); in setForbiddenCharacters() local 386 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(), std::bind2nd(std::mem_fun(&SwRootFrm::Inval… in setForbiddenCharacters() 456 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts(); in setCharacterCompressionType() local 457 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(), std::bind2nd(std::mem_fun(&SwRootFrm::Inval… in setCharacterCompressionType() 2057 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts();//swmod 080307 in SpellItAgainSam() local 2061 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::bind2nd(std::mem_fun(&SwRootFrm::AllInv… in SpellItAgainSam() 2062 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::bind2nd(std::mem_fun(&SwRootFrm::SetNee… in SpellItAgainSam() 2068 …std::for_each( aAllLayouts.begin(), aAllLayouts.end(),std::mem_fun(&SwRootFrm::SetIdleFlags));//sw… in SpellItAgainSam() 2076 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts(); in InvalidateAutoCompleteFlag() local 2077 …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 | 1954 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts();//swmod 080320 in IMPL_LINK() local 1955 std::set<SwRootFrm*>::iterator pLayIter = aAllLayouts.begin(); in IMPL_LINK() 1956 for ( ;pLayIter != aAllLayouts.end();pLayIter++ ) in IMPL_LINK() 1964 bool bAllValid = pLayIter == aAllLayouts.end() ? 1 : 0; in IMPL_LINK() 2403 std::set<SwRootFrm*> aAllLayouts; in GetAllLayouts() local 2412 aAllLayouts.insert(pTemp->GetLayout()); in GetAllLayouts() 2418 return aAllLayouts; in GetAllLayouts()
|
H A D | docfmt.cxx | 2208 std::set<SwRootFrm*> aAllLayouts = GetAllLayouts();//swmod 080225 in CopyPageDesc() local 2209 …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 68 milliseconds