Home
last modified time | relevance | path

Searched refs:rElem (Results 1 – 25 of 49) sorted by relevance

12

/dports/print/lyx/lyx-2.3.4.2/development/autotests/
H A DlyxStatus.pm253 my $rElem = newMatch("ext" => [".eps", ".png"],
262 setMatching([$rElem, $comments]);
279 my $rElem = newMatch("ext" => [".eps", ".png"],
282 setMatching([$rElem]);
300 my $rElem = newMatch("search" => qr/^\s+filename\s+(.+)$/,
303 setMatching([$rElem]);
332 my $rElem = newMatch("search" => qr/^filename\s+\"(.+)\"/,
335 setMatching([$rElem]);
338 my $rElem = newMatch("search" => qr/^filename\s+\"(.+)\"/,
341 setMatching([$rElem]);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/pdfimport/tree/
H A Dwritertreevisiting.cxx113 double rel_x = rElem.x, rel_y = rElem.y; in fillFrameProps()
116 Element* pAnchor = &rElem; in fillFrameProps()
152 if( !rElem.isCharacter ) in fillFrameProps()
171 if (rElem.MirrorVertical) in fillFrameProps()
195 if( ! rElem.isCharacter ) in fillFrameProps()
673 auto it = std::find_if(rElem.Children.begin(), rElem.Children.end(), isParagraphElement); in checkHeaderAndFooter()
674 if (it != rElem.Children.end()) in checkHeaderAndFooter()
695 auto rit = std::find_if(rElem.Children.rbegin(), rElem.Children.rend(), isParagraphElement); in checkHeaderAndFooter()
1053 if( rElem.StyleId != -1 ) in setFirstOnPage()
1063 if( rElem.StyleId != -1 ) in setFirstOnPage()
[all …]
H A Dwritertreevisiting.hxx36 void checkHeaderAndFooter( PageElement& rElem );
59 static void setFirstOnPage( ParagraphElement& rElem,
84 static void fillFrameProps( DrawElement& rElem,
H A Ddrawtreevisiting.cxx185 void DrawXmlEmitter::fillFrameProps( DrawElement& rElem, in fillFrameProps() argument
191 rProps[ "draw:z-index" ] = OUString::number( rElem.ZOrder ); in fillFrameProps()
192 rProps[ "draw:style-name"] = rEmitContext.rStyles.getStyleName( rElem.StyleId ); in fillFrameProps()
194 if (rElem.IsForText) in fillFrameProps()
195 rProps["draw:text-style-name"] = rEmitContext.rStyles.getStyleName(rElem.TextStyleId); in fillFrameProps()
198 rEmitContext.rProcessor.getGraphicsContext( rElem.GCId ); in fillFrameProps()
202 rProps[ "svg:x" ] = convertPixelToUnitString(rElem.x); in fillFrameProps()
203 rProps[ "svg:y" ] = convertPixelToUnitString(rElem.y); in fillFrameProps()
204 rProps[ "svg:width" ] = convertPixelToUnitString(rElem.w); in fillFrameProps()
205 rProps[ "svg:height" ] = convertPixelToUnitString(rElem.h); in fillFrameProps()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/pdfimport/tree/
H A Dwritertreevisiting.cxx110 double rel_x = rElem.x, rel_y = rElem.y; in fillFrameProps()
113 Element* pAnchor = &rElem; in fillFrameProps()
149 if( !rElem.isCharacter ) in fillFrameProps()
168 if (rElem.MirrorVertical) in fillFrameProps()
192 if( ! rElem.isCharacter ) in fillFrameProps()
670 auto it = std::find_if(rElem.Children.begin(), rElem.Children.end(), isParagraphElement); in checkHeaderAndFooter()
671 if (it != rElem.Children.end()) in checkHeaderAndFooter()
692 auto rit = std::find_if(rElem.Children.rbegin(), rElem.Children.rend(), isParagraphElement); in checkHeaderAndFooter()
1050 if( rElem.StyleId != -1 ) in setFirstOnPage()
1060 if( rElem.StyleId != -1 ) in setFirstOnPage()
[all …]
H A Dwritertreevisiting.hxx36 void checkHeaderAndFooter( PageElement& rElem );
59 static void setFirstOnPage( ParagraphElement& rElem,
84 static void fillFrameProps( DrawElement& rElem,
H A Ddrawtreevisiting.cxx183 void DrawXmlEmitter::fillFrameProps( DrawElement& rElem, in fillFrameProps() argument
189 rProps[ "draw:z-index" ] = OUString::number( rElem.ZOrder ); in fillFrameProps()
190 rProps[ "draw:style-name"] = rEmitContext.rStyles.getStyleName( rElem.StyleId ); in fillFrameProps()
192 if (rElem.IsForText) in fillFrameProps()
193 rProps["draw:text-style-name"] = rEmitContext.rStyles.getStyleName(rElem.TextStyleId); in fillFrameProps()
196 rEmitContext.rProcessor.getGraphicsContext( rElem.GCId ); in fillFrameProps()
200 rProps[ "svg:x" ] = convertPixelToUnitString(rElem.x); in fillFrameProps()
201 rProps[ "svg:y" ] = convertPixelToUnitString(rElem.y); in fillFrameProps()
202 rProps[ "svg:width" ] = convertPixelToUnitString(rElem.w); in fillFrameProps()
203 rProps[ "svg:height" ] = convertPixelToUnitString(rElem.h); in fillFrameProps()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucbhelper/source/client/
H A Dproxydecider.cxx716 for ( const util::ElementChange& rElem : Event.Changes ) in changesOccurred() local
719 if ( ( rElem.Accessor >>= aKey ) && !aKey.isEmpty() ) in changesOccurred()
724 if ( !( rElem.Element >>= tmp ) ) in changesOccurred()
735 if ( !( rElem.Element >>= aNoProxyList ) ) in changesOccurred()
745 if ( !( rElem.Element >>= m_aHttpProxy.aName ) ) in changesOccurred()
753 if ( !( rElem.Element >>= m_aHttpProxy.nPort ) ) in changesOccurred()
764 if ( !( rElem.Element >>= m_aHttpsProxy.aName ) ) in changesOccurred()
772 if ( !( rElem.Element >>= m_aHttpsProxy.nPort ) ) in changesOccurred()
783 if ( !( rElem.Element >>= m_aFtpProxy.aName ) ) in changesOccurred()
791 if ( !( rElem.Element >>= m_aFtpProxy.nPort ) ) in changesOccurred()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucbhelper/source/client/
H A Dproxydecider.cxx710 for ( const util::ElementChange& rElem : Event.Changes ) in changesOccurred() local
713 if ( ( rElem.Accessor >>= aKey ) && !aKey.isEmpty() ) in changesOccurred()
718 if ( !( rElem.Element >>= tmp ) ) in changesOccurred()
729 if ( !( rElem.Element >>= aNoProxyList ) ) in changesOccurred()
739 if ( !( rElem.Element >>= m_aHttpProxy.aName ) ) in changesOccurred()
747 if ( !( rElem.Element >>= m_aHttpProxy.nPort ) ) in changesOccurred()
758 if ( !( rElem.Element >>= m_aHttpsProxy.aName ) ) in changesOccurred()
766 if ( !( rElem.Element >>= m_aHttpsProxy.nPort ) ) in changesOccurred()
777 if ( !( rElem.Element >>= m_aFtpProxy.aName ) ) in changesOccurred()
785 if ( !( rElem.Element >>= m_aFtpProxy.nPort ) ) in changesOccurred()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dxmltabe.cxx88 SvXMLElementExport rElem( rExport, XML_NAMESPACE_STYLE, XML_TAB_STOP, in exportTabStop() local
112 SvXMLElementExport rElem( rExport, XML_NAMESPACE_STYLE, XML_TAB_STOPS, in Export() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/style/
H A Dxmltabe.cxx88 SvXMLElementExport rElem( rExport, XML_NAMESPACE_STYLE, XML_TAB_STOP, in exportTabStop() local
112 SvXMLElementExport rElem( rExport, XML_NAMESPACE_STYLE, XML_TAB_STOPS, in Export() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/miscdlgs/
H A Ddatafdlg.cxx238 …[](const std::unique_ptr<ScDataFormFragment>& rElem) { return (rElem != nullptr) && (!rElem->m_xEd… in IMPL_LINK_NOARG() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/miscdlgs/
H A Ddatafdlg.cxx241 …[](const std::unique_ptr<ScDataFormFragment>& rElem) { return (rElem != nullptr) && (!rElem->m_xEd… in IMPL_LINK_NOARG() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocsort.cxx393 for (const auto& rElem : aSortSet) in SortText() local
396 aRg.aStart = rElem.aPos.GetIndex(); in SortText()
406 pUndoSort->Insert(rElem.nOrg, nBeg + n); in SortText()
562 for (const auto& rElem : aSortList) in SortTable() local
566 MoveRow(this, aFlatBox, rElem.nRow, i+nStart, aMovedList, pUndoSort); in SortTable()
570 MoveCol(this, aFlatBox, rElem.nRow, i+nStart, aMovedList, pUndoSort); in SortTable()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddocsort.cxx397 for (const auto& rElem : aSortSet) in SortText() local
400 aRg.aStart = rElem.aPos.GetIndex(); in SortText()
410 pUndoSort->Insert(rElem.nOrg, nBeg + n); in SortText()
566 for (const auto& rElem : aSortList) in SortTable() local
570 MoveRow(this, aFlatBox, rElem.nRow, i+nStart, aMovedList, pUndoSort); in SortTable()
574 MoveCol(this, aFlatBox, rElem.nRow, i+nStart, aMovedList, pUndoSort); in SortTable()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/core/
H A Ducb.cxx672 for ( const util::ElementChange& rElem : Event.Changes ) in changesOccurred() local
675 rElem.Accessor >>= aKey; in changesOccurred()
825 for ( const auto& rElem : aElems ) in getContentProviderData() local
835 makeAndAppendXMLName( aElemBuffer, rElem ); in getContentProviderData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/core/
H A Ducb.cxx667 for ( const util::ElementChange& rElem : Event.Changes ) in changesOccurred() local
670 rElem.Accessor >>= aKey; in changesOccurred()
821 for ( const auto& rElem : aElems ) in getContentProviderData() local
831 makeAndAppendXMLName( aElemBuffer, rElem ); in getContentProviderData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dximpcustomshape.cxx1230 for ( const auto& rElem : rSeq ) in endFastElement() local
1232 …uationParameter( const_cast<css::drawing::EnhancedCustomShapeParameter &>(rElem.First), pH.get() ); in endFastElement()
1233 …uationParameter( const_cast<css::drawing::EnhancedCustomShapeParameter &>(rElem.Second), pH.get() … in endFastElement()
1242 for ( const auto& rElem : rSeq ) in endFastElement() local
1244 …uationParameter( const_cast<css::drawing::EnhancedCustomShapeParameter &>(rElem.TopLeft.First), pH… in endFastElement()
1245 …uationParameter( const_cast<css::drawing::EnhancedCustomShapeParameter &>(rElem.TopLeft.Second), p… in endFastElement()
1246 …uationParameter( const_cast<css::drawing::EnhancedCustomShapeParameter &>(rElem.BottomRight.First)… in endFastElement()
1247 …uationParameter( const_cast<css::drawing::EnhancedCustomShapeParameter &>(rElem.BottomRight.Second… in endFastElement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dximpcustomshape.cxx1234 for ( const auto& rElem : rSeq ) in EndElement() local
1236 …uationParameter( const_cast<css::drawing::EnhancedCustomShapeParameter &>(rElem.First), pH.get() ); in EndElement()
1237 …uationParameter( const_cast<css::drawing::EnhancedCustomShapeParameter &>(rElem.Second), pH.get() … in EndElement()
1246 for ( const auto& rElem : rSeq ) in EndElement() local
1248 …uationParameter( const_cast<css::drawing::EnhancedCustomShapeParameter &>(rElem.TopLeft.First), pH… in EndElement()
1249 …uationParameter( const_cast<css::drawing::EnhancedCustomShapeParameter &>(rElem.TopLeft.Second), p… in EndElement()
1250 …uationParameter( const_cast<css::drawing::EnhancedCustomShapeParameter &>(rElem.BottomRight.First)… in EndElement()
1251 …uationParameter( const_cast<css::drawing::EnhancedCustomShapeParameter &>(rElem.BottomRight.Second… in EndElement()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Dfmexch.cxx169 [pView, _pEntry](const auto& rElem) { in onEntryRemoved() argument
170 return pView->iter_compare(*rElem, *_pEntry) == 0; in onEntryRemoved()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sot/source/sdstor/
H A Dstg.cxx664 bool Storage::CopyTo( const OUString& rElem, BaseStorage* pDest, const OUString& rNew ) in CopyTo() argument
668 StgDirEntry* pElem = StgDirStrm::Find( *pEntry, rElem ); in CopyTo()
674 tools::SvRef<BaseStorage> p1 = OpenStorage( rElem, INTERNAL_MODE ); in CopyTo()
701 tools::SvRef<BaseStorageStream> p1 = OpenStream( rElem, INTERNAL_MODE ); in CopyTo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sot/source/sdstor/
H A Dstg.cxx661 bool Storage::CopyTo( const OUString& rElem, BaseStorage* pDest, const OUString& rNew ) in CopyTo() argument
665 StgDirEntry* pElem = StgDirStrm::Find( *pEntry, rElem ); in CopyTo()
671 tools::SvRef<BaseStorage> p1 = OpenStorage( rElem, INTERNAL_MODE ); in CopyTo()
698 tools::SvRef<BaseStorageStream> p1 = OpenStream( rElem, INTERNAL_MODE ); in CopyTo()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.crypto.ec/share/classes/sun/security/ec/ed/
H A DEdDSAOperations.java116 IntegerModuloP rElem = subField.getElement(r); in sign() local
118 S.setSum(rElem); in sign()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.crypto.ec/share/classes/sun/security/ec/ed/
H A DEdDSAOperations.java116 IntegerModuloP rElem = subField.getElement(r); in sign() local
118 S.setSum(rElem); in sign()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.crypto.ec/share/classes/sun/security/ec/ed/
H A DEdDSAOperations.java116 IntegerModuloP rElem = subField.getElement(r); in sign() local
118 S.setSum(rElem); in sign()

12