Searched refs:rpSectFmt (Results 1 – 1 of 1) sorted by relevance
96 sal_Bool lcl_FindSection( const SwSectionFmtPtr& rpSectFmt, void* pArgs, bool bCaseSensitive ) in lcl_FindSection() argument99 SwSection* pSect = rpSectFmt->GetSection(); in lcl_FindSection()112 if( 0 != (pIdx = rpSectFmt->GetCntnt().GetCntntIdx() ) && in lcl_FindSection()113 &rpSectFmt->GetDoc()->GetNodes() == &pIdx->GetNodes() ) in lcl_FindSection()125 sal_Bool lcl_FindSectionCaseSensitive( const SwSectionFmtPtr& rpSectFmt, void* pArgs ) in lcl_FindSectionCaseSensitive() argument127 return lcl_FindSection( rpSectFmt, pArgs, true ); in lcl_FindSectionCaseSensitive()129 sal_Bool lcl_FindSectionCaseInsensitive( const SwSectionFmtPtr& rpSectFmt, void* pArgs ) in lcl_FindSectionCaseInsensitive() argument131 return lcl_FindSection( rpSectFmt, pArgs, false ); in lcl_FindSectionCaseInsensitive()
Completed in 7 milliseconds