Lines Matching refs:aPara
175 _FindItem aPara( sItem ); in GetData() local
177 … bCaseSensitive ? lcl_FindSectionCaseSensitive : lcl_FindSectionCaseInsensitive, &aPara ); in GetData()
178 if( aPara.pSectNd ) in GetData()
181 return SwServerObject( *aPara.pSectNd ).GetData( rValue, rMimeType ); in GetData()
188 _FindItem aPara( GetAppCharClass().lower( rItem )); in GetData() local
190 lcl_FindTable, &aPara ); in GetData()
191 if( aPara.pTblNd ) in GetData()
193 return SwServerObject( *aPara.pTblNd ).GetData( rValue, rMimeType ); in GetData()
214 _FindItem aPara( sItem ); in SetData() local
215 …>Count(), bCaseSensitive ? lcl_FindSectionCaseSensitive : lcl_FindSectionCaseInsensitive, &aPara ); in SetData()
216 if( aPara.pSectNd ) in SetData()
219 return SwServerObject( *aPara.pSectNd ).SetData( rMimeType, rValue ); in SetData()
227 _FindItem aPara( sItem ); in SetData() local
228 pTblFrmFmtTbl->ForEach( 0, pTblFrmFmtTbl->Count(), lcl_FindTable, &aPara ); in SetData()
229 if( aPara.pTblNd ) in SetData()
231 return SwServerObject( *aPara.pTblNd ).SetData( rMimeType, rValue ); in SetData()
260 _FindItem aPara(bCaseSensitive ? rItem : GetAppCharClass().lower(rItem)); in CreateLinkSource() local
262 …->Count(), bCaseSensitive ? lcl_FindSectionCaseSensitive : lcl_FindSectionCaseInsensitive, &aPara); in CreateLinkSource()
263 if(aPara.pSectNd in CreateLinkSource()
264 && (0 == (pObj = aPara.pSectNd->GetSection().GetObject()))) in CreateLinkSource()
267 pObj = new SwServerObject( *aPara.pSectNd ); in CreateLinkSource()
268 aPara.pSectNd->GetSection().SetRefObject( pObj ); in CreateLinkSource()
278 _FindItem aPara( GetAppCharClass().lower(rItem) ); in CreateLinkSource() local
280 ((SwFrmFmts*)pTblFrmFmtTbl)->ForEach(0, pTblFrmFmtTbl->Count(), lcl_FindTable, &aPara); in CreateLinkSource()
281 if(aPara.pTblNd in CreateLinkSource()
282 && (0 == (pObj = aPara.pTblNd->GetTable().GetObject()))) in CreateLinkSource()
285 pObj = new SwServerObject(*aPara.pTblNd); in CreateLinkSource()
286 aPara.pTblNd->GetTable().SetRefObject(pObj); in CreateLinkSource()
316 _FindItem aPara( sName ); in SelectServerObj() local
322 lcl_FindTable, &aPara ); in SelectServerObj()
323 if( aPara.pTblNd ) in SelectServerObj()
325 rpRange = new SwNodeRange( *aPara.pTblNd, 0, in SelectServerObj()
326 *aPara.pTblNd->EndOfSectionNode(), 1 ); in SelectServerObj()
398 _FindItem aPara( bCaseSensitive ? sItem : rCC.lower( sItem ) ); in SelectServerObj() local
403 … bCaseSensitive ? lcl_FindSectionCaseSensitive : lcl_FindSectionCaseInsensitive, &aPara ); in SelectServerObj()
404 if( aPara.pSectNd ) in SelectServerObj()
406 rpRange = new SwNodeRange( *aPara.pSectNd, 1, in SelectServerObj()
407 *aPara.pSectNd->EndOfSectionNode() ); in SelectServerObj()