Home
last modified time | relevance | path

Searched refs:rToFill (Results 1 – 25 of 36) sorted by relevance

12

/trunk/main/sw/source/core/table/
H A Dswtable.cxx528 const long nAct = rToFill.GetRight() - rToFill.GetLeft(); // +1 why? in lcl_SortedTabColInsert()
568 long nCmp = rToFill[j]; in lcl_SortedTabColInsert()
581 rToFill.Insert( nPos, bHidden, rToFill.Count() ); in lcl_SortedTabColInsert()
583 ::lcl_RefreshHidden( rToFill, nPos ); in lcl_SortedTabColInsert()
597 long nCmp = rToFill[j]; in lcl_SortedTabColInsert()
672 for ( i = 0; i < rToFill.Count(); ++i ) in GetTabCols()
686 rToFill.Remove( 0, rToFill.Count() ); in GetTabCols()
737 rToFill.Remove( 0, 1 ); in GetTabCols()
744 for ( i = 0; i < rToFill.Count(); ++i ) in GetTabCols()
747 rEntry.nPos += rToFill.GetLeft(); in GetTabCols()
[all …]
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx604 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 Dfecopy.cxx1135 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()
/trunk/main/sw/source/ui/utlui/
H A Duitool.cxx643 for( ; i < rToFill.GetEntryCount(); i++ ) in InsertStringSorted()
645 if( 0 < rCaseColl.compareString( rToFill.GetEntry(i), rEntry )) in InsertStringSorted()
648 return rToFill.InsertEntry(rEntry, i); in InsertStringSorted()
652 sal_Bool bHasOffset = rToFill.GetEntryCount() > 0; in FillCharStyleListBox()
665 nPos = InsertStringSorted(pBase->GetName(), rToFill, bHasOffset ); in FillCharStyleListBox()
667 nPos = rToFill.InsertEntry(pBase->GetName()); in FillCharStyleListBox()
669 rToFill.SetEntryData( nPos, (void*) (nPoolId)); in FillCharStyleListBox()
681 if(rToFill.GetEntryPos(rName) == LISTBOX_ENTRY_NOTFOUND) in FillCharStyleListBox()
685 nPos = InsertStringSorted(rName, rToFill, bHasOffset ); in FillCharStyleListBox()
687 nPos = rToFill.InsertEntry(rName); in FillCharStyleListBox()
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DPropertyMap.hxx453 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 DConversionHelper.cxx94 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 DConversionHelper.hxx42 sal_Int32 MakeBorderLine( sal_Int32 nSprmValue, ::com::sun::star::table::BorderLine& rToFill );
45 ::com::sun::star::table::BorderLine& rToFill, bool bIsOOXML );
/trunk/main/sw/inc/
H A Dfesh.hxx207 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 Dunotextrange.hxx72 bool XTextRangeToSwPaM(SwUnoInternalPaM& rToFill,
134 bool GetPositions(SwPaM & rToFill) const;
H A Deditsh.hxx638 sal_uInt16 MakeGlossary( SwTextBlocks& rToFill, const String& rName,
719 bool SpellSentence(::svx::SpellPortions& rToFill, bool bIsGrammarCheck );
H A Dauthfld.hxx113 void GetAllEntryIdentifiers( SvStringsDtor& rToFill )const;
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx1176 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 …]
/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx1057 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 …]
/trunk/main/sw/source/ui/table/
H A Dtautofmt.cxx302 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()
/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx857 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 Dpview.cxx1526 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()
/trunk/main/sw/source/ui/fldui/
H A Dfldmgr.cxx504 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()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx2024 ::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 Dimpedit.hxx956 …bool SpellSentence(EditView& rView, ::svx::SpellPortions& rToFill, bool bIsGrammarC…
968 ::svx::SpellPortions& rToFill);
973 ::svx::SpellPortions& rToFill,
/trunk/main/sw/source/ui/inc/
H A Duitool.hxx73 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 Dview.hxx369 SW_DLLPRIVATE void CalcAndSetBorderPixel( SvBorder &rToFill, sal_Bool bInner );
527 void GetVLinealMetric(FieldUnit& rToFill) const;
534 void GetHLinealMetric(FieldUnit& rToFill) const;
H A Dtautofmt.hxx109 void FillAutoFmtOfIndex( SwTableAutoFmt*& rToFill ) const;
/trunk/main/sw/source/core/fields/
H A Dauthfld.cxx228 SvStringsDtor& rToFill )const in GetAllEntryIdentifiers()
233 rToFill.Insert( new String( pTemp->GetAuthorField( in GetAllEntryIdentifiers()
234 AUTH_FIELD_IDENTIFIER )), rToFill.Count() ); in GetAllEntryIdentifiers()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx3020 SvxClipboardFmtItem & rToFill ) in FillClipFmtItem() argument
3038 rToFill.AddClipbrdFormat( SOT_FORMATSTR_ID_EMBED_SOURCE, in FillClipFmtItem()
3049 rToFill.AddClipbrdFormat( SOT_FORMATSTR_ID_EMBED_SOURCE, in FillClipFmtItem()
3052 rToFill.AddClipbrdFormat( SOT_FORMATSTR_ID_LINK_SOURCE ); in FillClipFmtItem()
3059 rToFill.AddClipbrdFormat( nFormat, sName ); in FillClipFmtItem()
3064 rToFill.AddClipbrdFormat( SOT_FORMATSTR_ID_LINK, SW_RES(STR_DDEFORMAT) ); in FillClipFmtItem()
3068 rToFill.AddClipbrdFormat( *pIds, aEmptyStr ); in FillClipFmtItem()
/trunk/main/editeng/source/outliner/
H A Doutlin2.cxx792 bool Outliner::SpellSentence(EditView& rEditView, ::svx::SpellPortions& rToFill, bool bIsGrammarChe… in SpellSentence() argument
794 return pEditEngine->SpellSentence(rEditView, rToFill, bIsGrammarChecking ); in SpellSentence()

Completed in 177 milliseconds

12