/aoo4110/main/sw/source/core/table/ |
H A D | swtable.cxx | 462 const long nAct = rToFill.GetRight() - rToFill.GetLeft(); // +1 why? in lcl_SortedTabColInsert() 502 long nCmp = rToFill[j]; in lcl_SortedTabColInsert() 515 rToFill.Insert( nPos, bHidden, rToFill.Count() ); in lcl_SortedTabColInsert() 517 ::lcl_RefreshHidden( rToFill, nPos ); in lcl_SortedTabColInsert() 531 long nCmp = rToFill[j]; in lcl_SortedTabColInsert() 606 for ( i = 0; i < rToFill.Count(); ++i ) in GetTabCols() 620 rToFill.Remove( 0, rToFill.Count() ); in GetTabCols() 671 rToFill.Remove( 0, 1 ); in GetTabCols() 678 for ( i = 0; i < rToFill.Count(); ++i ) in GetTabCols() 681 rEntry.nPos += rToFill.GetLeft(); in GetTabCols() [all …]
|
/aoo4110/main/sw/source/ui/utlui/ |
H A D | uitool.cxx | 629 for( ; i < rToFill.GetEntryCount(); i++ ) in InsertStringSorted() 631 if( 0 < rCaseColl.compareString( rToFill.GetEntry(i), rEntry )) in InsertStringSorted() 634 return rToFill.InsertEntry(rEntry, i); in InsertStringSorted() 638 sal_Bool bHasOffset = rToFill.GetEntryCount() > 0; in FillCharStyleListBox() 651 nPos = InsertStringSorted(pBase->GetName(), rToFill, bHasOffset ); in FillCharStyleListBox() 653 nPos = rToFill.InsertEntry(pBase->GetName()); in FillCharStyleListBox() 655 rToFill.SetEntryData( nPos, (void*) (nPoolId)); in FillCharStyleListBox() 667 if(rToFill.GetEntryPos(rName) == LISTBOX_ENTRY_NOTFOUND) in FillCharStyleListBox() 671 nPos = InsertStringSorted(rName, rToFill, bHasOffset ); in FillCharStyleListBox() 673 nPos = rToFill.InsertEntry(rName); in FillCharStyleListBox() [all …]
|
/aoo4110/main/sw/source/core/frmedt/ |
H A D | fetab.cxx | 604 rToFill = *pLastCols; in _GetTabCols() 616 pLastCols = new SwTabCols( rToFill ); in _GetTabCols() 624 for ( sal_uInt16 i = 0; i < rToFill.Count(); ++i ) in _GetTabCols() 626 aEntry = rToFill.GetEntry( i ); in _GetTabCols() 667 rToFill = *pLastRows; in _GetTabRows() 679 pLastRows = new SwTabCols( rToFill ); in _GetTabRows() 709 void SwFEShell::GetTabCols( SwTabCols &rToFill ) const in GetTabCols() 718 _GetTabCols( rToFill, pFrm ); in GetTabCols() 733 _GetTabRows( rToFill, pFrm ); in GetTabRows() 761 _GetTabRows( rToFill, pBox ); in GetMouseTabRows() [all …]
|
H A D | fecopy.cxx | 1135 sal_Bool SwFEShell::PastePages( SwFEShell& rToFill, sal_uInt16 nStartPage, sal_uInt16 nEndPage) in PastePages() argument 1146 SwPageDesc* pDesc = rToFill.FindPageDescByName( sStartingPageDesc, sal_True ); in PastePages() 1148 rToFill.ChgCurPageDesc( *pDesc ); in PastePages() 1181 SwEditShell::Copy(&rToFill); in PastePages() 1188 SwNodeIndex aIdx( rToFill.GetDoc()->GetNodes().GetEndOfExtras(), 2 ); in PastePages() 1190 rToFill.GetDoc()->DelFullPara(aPara); in PastePages() 1197 if( !rToFill.Imp()->GetDrawView() ) in PastePages() 1198 rToFill.MakeDrawView(); in PastePages() 1211 rToFill.GetDoc()->CopyLayoutFmt( rCpyFmt, aAnchor, true, true ); in PastePages()
|
/aoo4110/main/writerfilter/source/dmapper/ |
H A D | PropertyMap.hxx | 453 bool GetCT_Spacing_line( sal_Int32& rToFill) const in GetCT_Spacing_line() 456 rToFill = mnCT_Spacing_line; in GetCT_Spacing_line() 459 bool GetCT_Spacing_lineRule(sal_Int32& rToFill) const in GetCT_Spacing_lineRule() 462 rToFill = mnCT_Spacing_lineRule; in GetCT_Spacing_lineRule() 466 bool GetCT_Fonts_ascii(::rtl::OUString& rToFill) const in GetCT_Fonts_ascii() 469 rToFill = msCT_Fonts_ascii; in GetCT_Fonts_ascii() 472 bool GetCT_TrPrBase_tblHeader(bool& rToFill) const in GetCT_TrPrBase_tblHeader() 475 rToFill = mbCT_TrPrBase_tblHeader; in GetCT_TrPrBase_tblHeader() 478 bool GetCT_TrPrBase_jc( sal_Int32& rToFill)const in GetCT_TrPrBase_jc() 481 rToFill = mnCT_TrPrBase_jc; in GetCT_TrPrBase_jc() [all …]
|
H A D | ConversionHelper.cxx | 94 sal_Int32 MakeBorderLine( sal_Int32 nSprmValue, table::BorderLine& rToFill ) in MakeBorderLine() argument 114 MakeBorderLine( nLineThickness, nLineType, nLineColor, rToFill, false); in MakeBorderLine() 119 table::BorderLine& rToFill, bool bIsOOXML ) in MakeBorderLine() argument 309 rToFill.Color = nLineColor; in MakeBorderLine() 312 rToFill.InnerLineWidth = 0; in MakeBorderLine() 313 rToFill.OuterLineWidth = sal_Int16(nLineThickness); in MakeBorderLine() 314 rToFill.LineDistance = 0; in MakeBorderLine() 319 rToFill.InnerLineWidth = aLineTab[eCodeIdx].nIn; in MakeBorderLine() 320 rToFill.OuterLineWidth = aLineTab[eCodeIdx].nOut; in MakeBorderLine() 321 rToFill.LineDistance = aLineTab[eCodeIdx].nDist; in MakeBorderLine()
|
H A D | ConversionHelper.hxx | 42 sal_Int32 MakeBorderLine( sal_Int32 nSprmValue, ::com::sun::star::table::BorderLine& rToFill ); 45 ::com::sun::star::table::BorderLine& rToFill, bool bIsOOXML );
|
/aoo4110/main/sw/inc/ |
H A D | fesh.hxx | 207 SW_DLLPRIVATE void _GetTabCols( SwTabCols &rToFill, const SwFrm *pBox ) const; 208 SW_DLLPRIVATE void _GetTabRows( SwTabCols &rToFill, const SwFrm *pBox ) const; 240 sal_Bool PastePages( SwFEShell& rToFill, sal_uInt16 nStartPage, sal_uInt16 nEndPage); 653 void GetTabBackground( SvxBrushItem &rToFill ) const; 656 sal_Bool GetBoxBackground( SvxBrushItem &rToFill ) const; //sal_False uneindeutig 659 sal_Bool GetBoxDirection( SvxFrameDirectionItem& rToFill ) const; //sal_False uneindeutig 662 sal_Bool GetRowBackground( SvxBrushItem &rToFill ) const; //sal_False uneindeutig 665 void GetTabCols( SwTabCols &rToFill ) const; //Spalten- und Randinfo. 667 void GetMouseTabCols( SwTabCols &rToFill, const Point &rPt ) const; 677 void GetTabRows( SwTabCols &rToFill ) const; [all …]
|
H A D | unotextrange.hxx | 72 bool XTextRangeToSwPaM(SwUnoInternalPaM& rToFill, 134 bool GetPositions(SwPaM & rToFill) const;
|
H A D | editsh.hxx | 648 sal_uInt16 MakeGlossary( SwTextBlocks& rToFill, const String& rName, 729 bool SpellSentence(::svx::SpellPortions& rToFill, bool bIsGrammarCheck );
|
H A D | authfld.hxx | 113 void GetAllEntryIdentifiers( SvStringsDtor& rToFill )const;
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 1176 const sal_uInt16 nWhich = rToFill.Which(); in GetBoxAttr() 1187 (SvxBrushItem&)rToFill = rBack; in GetBoxAttr() 1190 else if( rToFill != rBack ) in GetBoxAttr() 1201 (SvxFrameDirectionItem&)rToFill = rDir; in GetBoxAttr() 1204 else if( rToFill != rDir ) in GetBoxAttr() 1338 if ( sal_uInt16(nTmp) > rToFill[i] ) in lcl_CalcSubColValues() 1339 rToFill[i] = sal_uInt16(nTmp); in lcl_CalcSubColValues() 1360 void lcl_CalcColValues( SvUShorts &rToFill, const SwTabCols &rCols, in lcl_CalcColValues() argument 1389 sal_uInt16 nFit = rToFill[i]; in lcl_CalcColValues() 1429 if ( rToFill[i] < nFit ) in lcl_CalcColValues() [all …]
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoobj2.cxx | 1057 bool SwXTextRange::GetPositions(SwPaM& rToFill) const in GetPositions() 1062 *rToFill.GetPoint() = pBkmk->GetMarkPos(); in GetPositions() 1065 rToFill.SetMark(); in GetPositions() 1070 rToFill.DeleteMark(); in GetPositions() 1079 bool XTextRangeToSwPaM( SwUnoInternalPaM & rToFill, in XTextRangeToSwPaM() argument 1114 if(pRange && pRange->GetDoc() == rToFill.GetDoc()) in XTextRangeToSwPaM() 1116 bRet = pRange->GetPositions(rToFill); in XTextRangeToSwPaM() 1122 bRet = pPara->SelectPaM(rToFill); in XTextRangeToSwPaM() 1130 if (pUnoCrsr && pDoc == rToFill.GetDoc()) in XTextRangeToSwPaM() 1138 rToFill.SetMark(); in XTextRangeToSwPaM() [all …]
|
/aoo4110/main/sw/source/ui/table/ |
H A D | tautofmt.cxx | 302 void SwAutoFormatDlg::FillAutoFmtOfIndex( SwTableAutoFmt*& rToFill ) const in FillAutoFmtOfIndex() 306 if( rToFill ) in FillAutoFmtOfIndex() 307 *rToFill = *(*pTableTbl)[ nIndex ]; in FillAutoFmtOfIndex() 309 rToFill = new SwTableAutoFmt( *(*pTableTbl)[ nIndex ] ); in FillAutoFmtOfIndex() 311 else if( rToFill ) in FillAutoFmtOfIndex() 312 delete rToFill, rToFill = 0; in FillAutoFmtOfIndex()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | viewport.cxx | 857 void SwView::CalcAndSetBorderPixel( SvBorder &rToFill, sal_Bool /*bInner*/ ) in CalcAndSetBorderPixel() argument 864 rToFill.Right() = nWidth; in CalcAndSetBorderPixel() 866 rToFill.Left() = nWidth; in CalcAndSetBorderPixel() 871 rToFill.Top() = pHRuler->GetSizePixel().Height(); in CalcAndSetBorderPixel() 878 rToFill.Left() = nTmp; in CalcAndSetBorderPixel() 880 rToFill.Right() = nTmp; in CalcAndSetBorderPixel() 885 rToFill.Bottom() = nTmp; in CalcAndSetBorderPixel() 887 SetBorderPixel( rToFill ); in CalcAndSetBorderPixel()
|
H A D | pview.cxx | 1526 void SwPagePreView::CalcAndSetBorderPixel( SvBorder &rToFill, sal_Bool /*bInner*/ ) in CalcAndSetBorderPixel() argument 1532 rToFill.Right() = nTmp; in CalcAndSetBorderPixel() 1534 rToFill.Bottom() = nTmp; in CalcAndSetBorderPixel() 1535 SetBorderPixel( rToFill ); in CalcAndSetBorderPixel()
|
/aoo4110/main/sw/source/ui/fldui/ |
H A D | fldmgr.cxx | 504 sal_Bool SwFldMgr::GetSubTypes(sal_uInt16 nTypeId, SvStringsDtor& rToFill) in GetSubTypes() argument 519 pSh->GetRefMarks( &rToFill ); in GetSubTypes() 528 rToFill.Insert(pNew, rToFill.Count()); in GetSubTypes() 564 rToFill.Insert(pNew, rToFill.Count()); in GetSubTypes() 599 rToFill.Insert(pNew, rToFill.Count()); in GetSubTypes()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | uitool.hxx | 73 SW_DLLPUBLIC void FillCharStyleListBox(ListBox& rToFill, SwDocShell* pDocSh, sal_Bool bSorted = sal… 76 SW_DLLPUBLIC sal_uInt16 InsertStringSorted(const String& rEntry, ListBox& rToFill, sal_uInt16 nOffs…
|
H A D | view.hxx | 369 SW_DLLPRIVATE void CalcAndSetBorderPixel( SvBorder &rToFill, sal_Bool bInner ); 527 void GetVLinealMetric(FieldUnit& rToFill) const; 534 void GetHLinealMetric(FieldUnit& rToFill) const;
|
H A D | tautofmt.hxx | 109 void FillAutoFmtOfIndex( SwTableAutoFmt*& rToFill ) const;
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit4.cxx | 2024 ::svx::SpellPortions& rToFill, in SpellSentence() argument 2037 rToFill.clear(); in SpellSentence() 2057 AddPortionIterated(rEditView, aStartSelection, 0, rToFill); in SpellSentence() 2059 AddPortionIterated(rEditView, aCurSel, xAlt, rToFill); in SpellSentence() 2071 AddPortionIterated(rEditView, aNextSel, xAlt, rToFill); in SpellSentence() 2092 ::svx::SpellPortions& rToFill, in AddPortion() argument 2104 rToFill.push_back(aPortion); in AddPortion() 2121 ::svx::SpellPortions& rToFill) in AddPortionIterated() argument 2129 AddPortion(rSel, xAlt, rToFill, false); in AddPortionIterated() 2177 AddPortion(aSelection, xAlt, rToFill, bIsEndField); in AddPortionIterated() [all …]
|
H A D | impedit.hxx | 956 …bool SpellSentence(EditView& rView, ::svx::SpellPortions& rToFill, bool bIsGrammarC… 968 ::svx::SpellPortions& rToFill); 973 ::svx::SpellPortions& rToFill,
|
/aoo4110/main/sw/source/core/fields/ |
H A D | authfld.cxx | 228 SvStringsDtor& rToFill )const in GetAllEntryIdentifiers() 233 rToFill.Insert( new String( pTemp->GetAuthorField( in GetAllEntryIdentifiers() 234 AUTH_FIELD_IDENTIFIER )), rToFill.Count() ); in GetAllEntryIdentifiers()
|
/aoo4110/main/sw/source/ui/dochdl/ |
H A D | swdtflvr.cxx | 3019 SvxClipboardFmtItem & rToFill ) in FillClipFmtItem() argument 3037 rToFill.AddClipbrdFormat( SOT_FORMATSTR_ID_EMBED_SOURCE, in FillClipFmtItem() 3048 rToFill.AddClipbrdFormat( SOT_FORMATSTR_ID_EMBED_SOURCE, in FillClipFmtItem() 3051 rToFill.AddClipbrdFormat( SOT_FORMATSTR_ID_LINK_SOURCE ); in FillClipFmtItem() 3058 rToFill.AddClipbrdFormat( nFormat, sName ); in FillClipFmtItem() 3063 rToFill.AddClipbrdFormat( SOT_FORMATSTR_ID_LINK, SW_RES(STR_DDEFORMAT) ); in FillClipFmtItem() 3067 rToFill.AddClipbrdFormat( *pIds, aEmptyStr ); in FillClipFmtItem()
|
/aoo4110/main/editeng/source/outliner/ |
H A D | outlin2.cxx | 792 bool Outliner::SpellSentence(EditView& rEditView, ::svx::SpellPortions& rToFill, bool bIsGrammarChe… in SpellSentence() argument 794 return pEditEngine->SpellSentence(rEditView, rToFill, bIsGrammarChecking ); in SpellSentence()
|