Home
last modified time | relevance | path

Searched refs:nFormatPos (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/inc/
H A Dsbxform.hxx107 short nFormatPos );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/basic/
H A Dsbxform.hxx109 short nFormatPos );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/undo/
H A Duntbl.cxx128 SwFrameFormat& CreateNewFormat(SwFrameFormat& rFormat, sal_uInt16 nFormatPos);
135 … void NewFrameFormatForLine(const SwTableLine&, sal_uInt16 nFormatPos, SwFrameFormat* pOldFormat);
136 void NewFrameFormatForBox(const SwTableBox&, sal_uInt16 nFormatPos, SwFrameFormat* pOldFormat);
1080 SwFrameFormat& SaveTable::CreateNewFormat(SwFrameFormat& rFormat, sal_uInt16 nFormatPos) in CreateNewFormat() argument
1082 rFormat.SetFormatAttr(*m_aSets[nFormatPos]); in CreateNewFormat()
1083 m_aFrameFormats[nFormatPos] = &rFormat; in CreateNewFormat()
1089 SwFrameFormat* pFormat = m_aFrameFormats[nFormatPos]; in NewFrameFormatForLine()
1091 pFormat = &CreateNewFormat(*pOldFormat->GetDoc()->MakeTableLineFormat(), nFormatPos); in NewFrameFormatForLine()
1097 void SaveTable::NewFrameFormatForBox(const SwTableBox& rTableBx, sal_uInt16 nFormatPos, SwFrameForm… in NewFrameFormatForBox() argument
1099 SwFrameFormat* pFormat = m_aFrameFormats[nFormatPos]; in NewFrameFormatForBox()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dxmlnumfe.cxx64 sal_Int32 nFormatPos; // resulting position in embedded-text element member
68 nSourcePos(nSP), nFormatPos(nFP), aText(rT) {} in SvXMLEmbeddedTextEntry()
610 OUString::number( pObj->nFormatPos ) ); in WriteNumberElement_Impl()
616 … while ( nEntry+1 < nEntryCount && rEmbeddedEntries[nEntry+1].nFormatPos == pObj->nFormatPos ) in WriteNumberElement_Impl()
H A Dxmlnumfi.cxx135 void AddEmbeddedElement( sal_Int32 nFormatPos, const OUString& rContent );
846 void SvXMLNumFmtElementContext::AddEmbeddedElement( sal_Int32 nFormatPos, const OUString& rContent ) in AddEmbeddedElement() argument
851 auto iterPair = aNumInfo.m_EmbeddedElements.emplace(nFormatPos, rContent); in AddEmbeddedElement()
1774 sal_Int32 const nFormatPos = it.first; in AddNumber() local
1775 sal_Int32 nInsertPos = nZeroPos - nFormatPos; in AddNumber()
1776 if ( nFormatPos >= 0 && nInsertPos >= 0 ) in AddNumber()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dxmlnumfe.cxx61 sal_Int32 const nFormatPos; // resulting position in embedded-text element member
65 nSourcePos(nSP), nFormatPos(nFP), aText(rT) {} in SvXMLEmbeddedTextEntry()
598 OUString::number( pObj->nFormatPos ) ); in WriteNumberElement_Impl()
604 … while ( nEntry+1 < nEntryCount && rEmbeddedEntries[nEntry+1].nFormatPos == pObj->nFormatPos ) in WriteNumberElement_Impl()
H A Dxmlnumfi.cxx135 void AddEmbeddedElement( sal_Int32 nFormatPos, const OUString& rContent );
1078 void SvXMLNumFmtElementContext::AddEmbeddedElement( sal_Int32 nFormatPos, const OUString& rContent ) in AddEmbeddedElement() argument
1083 auto iterPair = aNumInfo.m_EmbeddedElements.emplace(nFormatPos, rContent); in AddEmbeddedElement()
1925 sal_Int32 const nFormatPos = it.first; in AddNumber() local
1926 sal_Int32 nInsertPos = nZeroPos - nFormatPos; in AddNumber()
1927 if ( nFormatPos >= 0 && nInsertPos >= 0 ) in AddNumber()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/sbx/
H A Dsbxform.cxx218 short nFormatPos ) in ParseBack() argument
220 for( sal_Int32 i = nFormatPos; in ParseBack()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/sbx/
H A Dsbxform.cxx218 short nFormatPos ) in ParseBack() argument
220 for( sal_Int32 i = nFormatPos; in ParseBack()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/fldui/
H A Dfldvar.cxx1104 sal_Int32 nFormatPos = m_xFormatLB->get_selected_index(); in FillItemSet() local
1106 if(nFormatPos == -1) in FillItemSet()
1109 nFormat = m_xFormatLB->get_id(nFormatPos).toUInt32(); in FillItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/fldui/
H A Dfldvar.cxx1094 sal_Int32 nFormatPos = m_xFormatLB->get_selected_index(); in FillItemSet() local
1096 if(nFormatPos == -1) in FillItemSet()
1099 nFormat = m_xFormatLB->get_id(nFormatPos).toUInt32(); in FillItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/undo/
H A Duntbl.cxx122 void NewFrameFormat( const SwTableLine* , const SwTableBox*, sal_uInt16 nFormatPos,
1072 sal_uInt16 nFormatPos, SwFrameFormat* pOldFormat ) in NewFrameFormat() argument
1076 SwFrameFormat* pFormat = m_aFrameFormats[ nFormatPos ]; in NewFrameFormat()
1083 pFormat->SetFormatAttr(*m_aSets[nFormatPos]); in NewFrameFormat()
1084 m_aFrameFormats[nFormatPos] = pFormat; in NewFrameFormat()