Home
last modified time | relevance | path

Searched refs:xFind (Results 1 – 7 of 7) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/
H A Dlwpbookmarkmgr.cxx67 auto xFind = iter->second; in AddXFBookmarkStart() local
68 OUString totalName = xFind->GetDivision() + ":" + xFind->GetName(); in AddXFBookmarkStart()
69 xFind->SetName(totalName); in AddXFBookmarkStart()
70 m_MapStart[totalName] = xFind; in AddXFBookmarkStart()
83 auto xFind = iter->second; in AddXFBookmarkEnd() local
84 OUString totalName = xFind->GetDivision() + ":" + xFind->GetName(); in AddXFBookmarkEnd()
85 xFind->SetName(totalName); in AddXFBookmarkEnd()
86 m_MapEnd[totalName] = xFind; in AddXFBookmarkEnd()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dlwpbookmarkmgr.cxx67 auto xFind = iter->second; in AddXFBookmarkStart() local
68 OUString totalName = xFind->GetDivision() + ":" + xFind->GetName(); in AddXFBookmarkStart()
69 xFind->SetName(totalName); in AddXFBookmarkStart()
70 m_MapStart[totalName] = xFind; in AddXFBookmarkStart()
83 auto xFind = iter->second; in AddXFBookmarkEnd() local
84 OUString totalName = xFind->GetDivision() + ":" + xFind->GetName(); in AddXFBookmarkEnd()
85 xFind->SetName(totalName); in AddXFBookmarkEnd()
86 m_MapEnd[totalName] = xFind; in AddXFBookmarkEnd()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/filter/xml/
H A DxmlExport.cxx844 Reference<XPropertySet> xFind(_xProp); in exportStyleName() local
845 exportStyleName(XML_STYLE_NAME,xFind,_rAtt,m_aAutoStyleNames); in exportStyleName()
846 exportStyleName(XML_DEFAULT_CELL_STYLE_NAME,xFind,_rAtt,m_aCellAutoStyleNames); in exportStyleName()
847 exportStyleName(XML_DEFAULT_ROW_STYLE_NAME,xFind,_rAtt,m_aRowAutoStyleNames); in exportStyleName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/filter/xml/
H A DxmlExport.cxx907 Reference<XPropertySet> xFind(_xProp); in exportStyleName() local
908 exportStyleName(XML_STYLE_NAME,xFind,_rAtt,m_aAutoStyleNames); in exportStyleName()
909 exportStyleName(XML_DEFAULT_CELL_STYLE_NAME,xFind,_rAtt,m_aCellAutoStyleNames); in exportStyleName()
910 exportStyleName(XML_DEFAULT_ROW_STYLE_NAME,xFind,_rAtt,m_aRowAutoStyleNames); in exportStyleName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/control/
H A Dctrlbox.cxx757 auto xFind = std::find(gRenderedFontNames.begin(), gRenderedFontNames.end(), rFontName); in CachePreview() local
758 bool bPreviewAvailable = xFind != gRenderedFontNames.end(); in CachePreview()
765 nPreviewIndex = std::distance(gRenderedFontNames.begin(), xFind); in CachePreview()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportdesign/source/filter/xml/
H A DxmlExport.cxx997 Reference<XPropertySet> xFind(_xProp); in exportStyleName() local
998 TPropertyStyleMap::const_iterator aFind = m_aAutoStyleNames.find(xFind); in exportStyleName()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/filter/xml/
H A DxmlExport.cxx1035 Reference<XPropertySet> xFind(_xProp); in exportStyleName() local
1036 TPropertyStyleMap::const_iterator aFind = m_aAutoStyleNames.find(xFind); in exportStyleName()