Home
last modified time | relevance | path

Searched refs:rTabs (Results 1 – 25 of 31) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/inc/
H A Duitool.hxx77 SW_DLLPUBLIC void MakeDefTabs(SwTwips nDefDist, SvxTabStopItem& rTabs);
83 SW_DLLPUBLIC SwTwips GetTabDist(const SvxTabStopItem& rTabs);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/inc/
H A Duitool.hxx79 SW_DLLPUBLIC void MakeDefTabs(SwTwips nDefDist, SvxTabStopItem& rTabs);
85 SW_DLLPUBLIC SwTwips GetTabDist(const SvxTabStopItem& rTabs);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/mork/
H A DMStatement.cxx125 const OSQLTables& rTabs = m_pSQLIterator->getTables(); in parseSql() local
127 if (rTabs.empty()) in parseSql()
139 OSL_ENSURE( !rTabs.empty(), "Need a Table"); in parseSql()
141 m_pTable = static_cast< OTable* > (rTabs.begin()->second.get()); in parseSql()
H A DMPreparedStatement.cxx437 const OSQLTables& rTabs = m_pSQLIterator->getTables(); in describeParameter() local
438 if(!rTabs.empty()) in describeParameter()
440 OSQLTable xTable = rTabs.begin()->second; in describeParameter()
H A DMResultSet.cxx1032 const OSQLTables& rTabs = m_pSQLIterator->getTables(); in executeQuery() local
1033 if (rTabs.empty() || !rTabs.begin()->second.is()) in executeQuery()
1036 m_xTable = static_cast< OTable* > (rTabs.begin()->second.get()); in executeQuery()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/utlui/
H A Duitool.cxx592 void MakeDefTabs(SwTwips nDefDist, SvxTabStopItem& rTabs) in MakeDefTabs() argument
594 if( rTabs.Count() ) in MakeDefTabs()
598 rTabs.Insert( aSwTabStop ); in MakeDefTabs()
604 SwTwips GetTabDist(const SvxTabStopItem& rTabs) in GetTabDist() argument
606 return rTabs.Count() ? rTabs[0].GetTabPos() : 1134; // 1134 = 2 cm in GetTabDist()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/editeng/
H A Deditdbg.cxx148 const SvxTabStopItem& rTabs = static_cast<const SvxTabStopItem&>(rItem); in DbgOutItem() local
149 aDebStr.append(static_cast<sal_Int32>(rTabs.Count())); in DbgOutItem()
150 if ( rTabs.Count() ) in DbgOutItem()
153 for (sal_uInt16 i = 0; i < rTabs.Count(); ++i) in DbgOutItem()
155 const SvxTabStop& rTab = rTabs[i]; in DbgOutItem()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/editeng/
H A Deditdbg.cxx148 const SvxTabStopItem& rTabs = static_cast<const SvxTabStopItem&>(rItem); in DbgOutItem() local
149 aDebStr.append(static_cast<sal_Int32>(rTabs.Count())); in DbgOutItem()
150 if ( rTabs.Count() ) in DbgOutItem()
153 for (sal_uInt16 i = 0; i < rTabs.Count(); ++i) in DbgOutItem()
155 const SvxTabStop& rTab = rTabs[i]; in DbgOutItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Duitool.cxx636 void MakeDefTabs(SwTwips nDefDist, SvxTabStopItem& rTabs) in MakeDefTabs() argument
638 if( rTabs.Count() ) in MakeDefTabs()
642 rTabs.Insert( aSwTabStop ); in MakeDefTabs()
648 SwTwips GetTabDist(const SvxTabStopItem& rTabs) in GetTabDist() argument
650 return rTabs.Count() ? rTabs[0].GetTabPos() : 1134; // 1134 = 2 cm in GetTabDist()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/file/
H A DFStatement.cxx375 const OSQLTables& rTabs = m_aSQLIterator.getTables(); in construct() local
378 if ( rTabs.empty() ) in construct()
382 if ( rTabs.size() > 1 || m_aSQLIterator.hasErrors() ) in construct()
409 Reference< css::lang::XUnoTunnel> xTunnel(rTabs.begin()->second,UNO_QUERY); in construct()
H A DFPreparedStatement.cxx489 const OSQLTables& rTabs = m_aSQLIterator.getTables(); in describeParameter() local
490 if( !rTabs.empty() ) in describeParameter()
492 OSQLTable xTable = rTabs.begin()->second; in describeParameter()
H A DFResultSet.cxx1163 const OSQLTables& rTabs = m_aSQLIterator.getTables(); in OpenImpl() local
1164 if (rTabs.empty() || !rTabs.begin()->second.is()) in OpenImpl()
1167 if ( rTabs.size() > 1 || m_aSQLIterator.hasErrors() ) in OpenImpl()
1170 OSQLTable xTable = rTabs.begin()->second; in OpenImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/file/
H A DFStatement.cxx376 const OSQLTables& rTabs = m_aSQLIterator.getTables(); in construct() local
379 if ( rTabs.empty() ) in construct()
383 if ( rTabs.size() > 1 || m_aSQLIterator.hasErrors() ) in construct()
403 Reference< css::lang::XUnoTunnel> xTunnel(rTabs.begin()->second,UNO_QUERY); in construct()
H A DFPreparedStatement.cxx490 const OSQLTables& rTabs = m_aSQLIterator.getTables(); in describeParameter() local
491 if( !rTabs.empty() ) in describeParameter()
493 OSQLTable xTable = rTabs.begin()->second; in describeParameter()
H A DFResultSet.cxx1171 const OSQLTables& rTabs = m_aSQLIterator.getTables(); in OpenImpl() local
1172 if (rTabs.empty() || !rTabs.begin()->second.is()) in OpenImpl()
1175 if ( rTabs.size() > 1 || m_aSQLIterator.hasErrors() ) in OpenImpl()
1178 OSQLTable xTable = rTabs.begin()->second; in OpenImpl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dtabstpge.cxx42 static void FillUpWithDefTabs_Impl( tools::Long nDefDist, SvxTabStopItem& rTabs ) in FillUpWithDefTabs_Impl() argument
44 if( rTabs.Count() ) in FillUpWithDefTabs_Impl()
48 rTabs.Insert( aSwTabStop ); in FillUpWithDefTabs_Impl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dtabstpge.cxx42 static void FillUpWithDefTabs_Impl( long nDefDist, SvxTabStopItem& rTabs ) in FillUpWithDefTabs_Impl() argument
44 if( rTabs.Count() ) in FillUpWithDefTabs_Impl()
48 rTabs.Insert( aSwTabStop ); in FillUpWithDefTabs_Impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dmarkdata.hxx98 void SetSelectedTabs(const MarkedTabsType& rTabs);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dmarkdata.hxx99 void SetSelectedTabs(const MarkedTabsType& rTabs);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dmarkdata.cxx218 void ScMarkData::SetSelectedTabs(const MarkedTabsType& rTabs) in SetSelectedTabs() argument
220 MarkedTabsType aTabs(rTabs.begin(), rTabs.end()); in SetSelectedTabs()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dmarkdata.cxx223 void ScMarkData::SetSelectedTabs(const MarkedTabsType& rTabs) in SetSelectedTabs() argument
225 MarkedTabsType aTabs(rTabs.begin(), rTabs.end()); in SetSelectedTabs()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Ddrawvie4.cxx267 explicit InsertTabIndex(std::vector<SCTAB>& rTabs) : mrTabs(rTabs) {} in InsertTabIndex() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Ddrawvie4.cxx267 explicit InsertTabIndex(std::vector<SCTAB>& rTabs) : mrTabs(rTabs) {} in InsertTabIndex() argument
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx490 const OSQLTables& rTabs = m_pSqlIterator->getTables(); in Execute() local
491 … if ( m_pSqlIterator->getStatementType() != OSQLStatementType::Select || rTabs.empty() ) in Execute()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/querydesign/
H A Dquerycontroller.cxx527 const OSQLTables& rTabs = m_pSqlIterator->getTables(); in Execute() local
528 … if ( m_pSqlIterator->getStatementType() != OSQLStatementType::Select || rTabs.empty() ) in Execute()

12