Home
last modified time | relevance | path

Searched refs:anchoredto (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.cxx169 class anchoredto: public std::unary_function<const sw::Frame&, bool> class
174 anchoredto(sal_uLong nNode) : mnNode(nNode) {} in anchoredto() function in __anon4166e5b70111::anchoredto
621 std::back_inserter(aRet), anchoredto(nI));
631 std::back_inserter(aRet), anchoredto(rNode.GetIndex())); in GetFramesInNode()