Lines Matching refs:rDesc

440 	SwTOXDescription& rDesc = GetTOXDescription(eCurrentTOXType);  in Ok()  local
451 rDesc.SetForm(*pFormArr[nIndex]); in Ok()
454 rDesc.ApplyTo(aNewDef); in Ok()
457 rDesc, 0, GetOutputItemSet()); in Ok()
460 rDesc, &pParamTOXBase, GetOutputItemSet()); in Ok()
1186 SwTOXDescription& rDesc = pTOXDlg->GetTOXDescription(aCurType); in ApplyTOXDescription() local
1187 aReadOnlyCB.Check(rDesc.IsReadonly()); in ApplyTOXDescription()
1190 if(rDesc.GetTitle()) in ApplyTOXDescription()
1191 aTitleED.SetText(*rDesc.GetTitle()); in ApplyTOXDescription()
1197 aAreaLB.SelectEntryPos(rDesc.IsFromChapter() ? 1 : 0); in ApplyTOXDescription()
1200 aLevelNF.SetValue(rDesc.GetLevel()); //content, user in ApplyTOXDescription()
1202 sal_uInt16 nCreateType = rDesc.GetContentOptions(); in ApplyTOXDescription()
1209 if(rDesc.GetStyleNames(i).Len()) in ApplyTOXDescription()
1221 aLevelFromChapterCB.Check(rDesc.IsLevelFromChapter()); in ApplyTOXDescription()
1237 sal_uInt16 nIndexOptions = rDesc.GetIndexOptions(); in ApplyTOXDescription()
1253 aFromObjectNamesRB.Check(rDesc.IsCreateFromObjectNames()); in ApplyTOXDescription()
1254 aFromCaptionsRB.Check(!rDesc.IsCreateFromObjectNames()); in ApplyTOXDescription()
1255 aCaptionSequenceLB.SelectEntry(rDesc.GetSequenceName()); in ApplyTOXDescription()
1256 aDisplayTypeLB.SelectEntryPos( static_cast< sal_uInt16 >(rDesc.GetCaptionDisplay()) ); in ApplyTOXDescription()
1262 long nOLEData = rDesc.GetOLEOptions(); in ApplyTOXDescription()
1271 String sBrackets(rDesc.GetAuthBrackets()); in ApplyTOXDescription()
1276 aSequenceCB.Check(rDesc.IsAuthSequence()); in ApplyTOXDescription()
1281 aStyleArr[i] = rDesc.GetStyleNames(i); in ApplyTOXDescription()
1283 aLanguageLB.SelectLanguage(rDesc.GetLanguage()); in ApplyTOXDescription()
1289 if( pEntryData && *pEntryData == rDesc.GetSortAlgorithm()) in ApplyTOXDescription()
1303 SwTOXDescription& rDesc = pTOXDlg->GetTOXDescription(aCurType); in FillTOXDescription() local
1304 rDesc.SetTitle(aTitleED.GetText()); in FillTOXDescription()
1305 rDesc.SetFromChapter(1 == aAreaLB.GetSelectEntryPos()); in FillTOXDescription()
1310 sal_uInt16 nIndexOptions = rDesc.GetIndexOptions()&nsSwTOIOptions::TOI_ALPHA_DELIMITTER; in FillTOXDescription()
1311 switch(rDesc.GetTOXType()) in FillTOXDescription()
1319 rDesc.SetTOUName(aTypeLB.GetSelectEntry()); in FillTOXDescription()
1348 rDesc.SetAutoMarkURL(sAutoMarkURL); in FillTOXDescription()
1350 rDesc.SetAutoMarkURL(aEmptyStr); in FillTOXDescription()
1355 rDesc.SetCreateFromObjectNames(aFromObjectNamesRB.IsChecked()); in FillTOXDescription()
1356 rDesc.SetSequenceName(aCaptionSequenceLB.GetSelectEntry()); in FillTOXDescription()
1357 rDesc.SetCaptionDisplay((SwCaptionDisplay)aDisplayTypeLB.GetSelectEntryPos()); in FillTOXDescription()
1370 rDesc.SetOLEOptions((sal_uInt16)nOLEData); in FillTOXDescription()
1376 rDesc.SetAuthBrackets(aBracketLB.GetSelectEntry()); in FillTOXDescription()
1378 rDesc.SetAuthBrackets(aEmptyStr); in FillTOXDescription()
1379 rDesc.SetAuthSequence(aSequenceCB.IsChecked()); in FillTOXDescription()
1384 rDesc.SetLevelFromChapter( aLevelFromChapterCB.IsVisible() && in FillTOXDescription()
1393 rDesc.SetContentOptions(nContentOptions); in FillTOXDescription()
1394 rDesc.SetIndexOptions(nIndexOptions); in FillTOXDescription()
1395 rDesc.SetLevel( static_cast< sal_uInt8 >(aLevelNF.GetValue()) ); in FillTOXDescription()
1397 rDesc.SetReadonly(aReadOnlyCB.IsChecked()); in FillTOXDescription()
1400 rDesc.SetStyleNames(aStyleArr[i], i); in FillTOXDescription()
1402 rDesc.SetLanguage(aLanguageLB.GetSelectLanguage()); in FillTOXDescription()
1407 rDesc.SetSortAlgorithm(*pEntryData); in FillTOXDescription()
2314 SwTOXDescription& rDesc = pTOXDlg->GetTOXDescription(aCurType); in Reset() local
2315 String sMainEntryCharStyle = rDesc.GetMainEntryCharStyle(); in Reset()
2326 … aAlphaDelimCB.Check( 0 != (rDesc.GetIndexOptions() & nsSwTOIOptions::TOI_ALPHA_DELIMITTER) ); in Reset()
2546 SwTOXDescription& rDesc = pTOXDlg->GetTOXDescription(aLastTOXType); in UpdateDescriptor() local
2550 rDesc.SetMainEntryCharStyle(sNoCharStyle == sTemp ? aEmptyStr : sTemp); in UpdateDescriptor()
2551 sal_uInt16 nIdxOptions = rDesc.GetIndexOptions() & ~nsSwTOIOptions::TOI_ALPHA_DELIMITTER; in UpdateDescriptor()
2554 rDesc.SetIndexOptions(nIdxOptions); in UpdateDescriptor()
2558 rDesc.SetSortByDocument(aSortDocPosRB.IsChecked()); in UpdateDescriptor()
2571 rDesc.SetSortKeys(aKey1, aKey2, aKey3); in UpdateDescriptor()