Home
last modified time | relevance | path

Searched refs:aTable (Results 1 – 25 of 67) sorted by relevance

123

/trunk/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java117 public void clearAllRows( JTable aTable ){ in clearAllRows() argument
118 for ( int n = 0; n < aTable.getRowCount() ; n++ ){ in clearAllRows()
119 aTable.setValueAt( null , n , 0 ); in clearAllRows()
120 aTable.setValueAt( null , n , 1 ); in clearAllRows()
121 aTable.setValueAt( null , n , 2 ); in clearAllRows()
122 aTable.setValueAt( null , n , 3 ); in clearAllRows()
123 aTable.setValueAt( null , n , 4 ); in clearAllRows()
228 if( aTable.getSelectedRow() != -1 && aTable.getSelectedColumn() != -1 ) in initView()
229aTable.getCellEditor( aTable.getSelectedRow(), aTable.getSelectedColumn() ).stopCellEditing(); in initView()
263 if( aTable.getSelectedRow() != -1 && aTable.getSelectedColumn() != -1 ) in initView()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCellBase.cxx124 uno::Any aTable = xIndex->getByIndex(maCellAddress.Tab()); in getForeground() local
126 if (aTable>>=xTable) in getForeground()
165 uno::Any aTable = xIndex->getByIndex(maCellAddress.Tab()); in getBackground() local
167 if (aTable>>=xTable) in getBackground()
365 uno::Any aTable = xIndex->getByIndex(maCellAddress.Tab()); in GetNote() local
367 if (aTable>>=xTable) in GetNote()
414 uno::Any aTable = xIndex->getByIndex(maCellAddress.Tab()); in getShadowAttrs() local
416 if (aTable>>=xTable) in getShadowAttrs()
500 uno::Any aTable = xIndex->getByIndex(maCellAddress.Tab()); in getBorderAttrs() local
502 if (aTable>>=xTable) in getBorderAttrs()
/trunk/main/connectivity/source/commontools/
H A DTIndexes.cxx76 ::rtl::OUString aSchema,aTable; in createObject()
78 m_pTable->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) >>= aTable; in createObject()
81 …Reference< XResultSet > xResult = m_pTable->getMetaData()->getIndexInfo(aCatalog,aSchema,aTable,sa… in createObject()
97 xResult = m_pTable->getMetaData()->getPrimaryKeys(aCatalog,aSchema,aTable); in createObject()
155 ::rtl::OUString aCatalog,aSchema,aTable; in appendObject()
156 …eComponents(m_pTable->getMetaData(),m_pTable->getName(),aCatalog,aSchema,aTable,::dbtools::eInData… in appendObject()
159 …aComposedName = dbtools::composeTableName(m_pTable->getMetaData(),aCatalog,aSchema,aTable,sal_True… in appendObject()
H A DTKey.cxx71 ::rtl::OUString aSchema,aTable; in refreshColumns()
73 m_pTable->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) >>= aTable; in refreshColumns()
79 aSchema,aTable); in refreshColumns()
96 aSchema,aTable); in refreshColumns()
H A DTIndexColumns.cxx57 ::rtl::OUString aSchema,aTable; in createObject()
59 m_pIndex->getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) >>= aTable; in createObject()
63 aSchema,aTable,sal_False,sal_False); in createObject()
79 aSchema,aTable,_rName); in createObject()
H A DTKeyColumns.cxx58 ::rtl::OUString aSchema,aTable; in createObject()
60 m_pKey->getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) >>= aTable; in createObject()
64 …ey->getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_CATALOGNAME)),aSchema,aTable); in createObject()
86 …Table()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_CATALOGNAME)),aSchema,aTable,_rName); in createObject()
H A DTKeys.cxx224 ::rtl::OUString aSchema,aTable; in appendObject()
226 m_pTable->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) >>= aTable; in appendObject()
232 ,aTable); in appendObject()
237 ,aTable); in appendObject()
H A DTIndex.cxx77 ::rtl::OUString aSchema,aTable; in refreshColumns()
79 m_pTable->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) >>= aTable; in refreshColumns()
83 aSchema,aTable,sal_False,sal_False); in refreshColumns()
/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.hxx64 SchXMLTable& aTable );
127 SchXMLTable& aTable );
148 SchXMLTable& aTable );
167 SchXMLTable& aTable );
188 SchXMLTable& aTable );
214 SchXMLTable& aTable );
H A DSchXMLTableContext.cxx311 mrTable( aTable ), in SchXMLTableContext()
511 SchXMLTable& aTable ) : in SchXMLTableColumnsContext() argument
514 mrTable( aTable ) in SchXMLTableColumnsContext()
548 SchXMLTable& aTable ) : in SchXMLTableColumnContext() argument
551 mrTable( aTable ) in SchXMLTableColumnContext()
616 SchXMLTable& aTable ) : in SchXMLTableRowsContext() argument
619 mrTable( aTable ) in SchXMLTableRowsContext()
655 SchXMLTable& aTable ) : in SchXMLTableRowContext() argument
658 mrTable( aTable ) in SchXMLTableRowContext()
737 SchXMLTable& aTable ) : in SchXMLTableCellContext() argument
[all …]
/trunk/main/migrationanalysis/src/driver_docs/sources/word/
H A DMigrationAnalyser.cls1201 Dim aTable As Table
1204 For Each aTable In currDoc.Tables
1205 invalidBorders = GetInvalidBorder(aTable)
1207 aTable.Range.Select
1234 Next aTable
1243 Function GetInvalidBorder(aTable As Table) As String
1248 If IsInvalidBorderStyle(aTable.Borders(wdBorderTop).LineStyle) Then
1251 If IsInvalidBorderStyle(aTable.Borders(wdBorderBottom).LineStyle) Then
1264 If IsInvalidBorderStyle(aTable.Borders(wdBorderLeft).LineStyle) Then
1267 If IsInvalidBorderStyle(aTable.Borders(wdBorderRight).LineStyle) Then
[all …]
/trunk/main/svx/source/stbctrls/
H A Dzoomctrl.cxx71 static sal_uInt16 aTable[] = in ZoomPopup_Impl() local
82 for ( sal_uInt16 nPos = 0; nPos < sizeof(aTable) / sizeof(sal_uInt16); nPos += 2 ) in ZoomPopup_Impl()
83 if ( ( aTable[nPos] != ( aTable[nPos] & nValueSet ) ) ) in ZoomPopup_Impl()
84 EnableItem( aTable[nPos+1], sal_False ); in ZoomPopup_Impl()
/trunk/main/toolkit/source/layout/core/
H A Dtable.cxx118 std::vector< ChildData *> aTable; in getMinimumSize() local
135 while ( aTable.size() > i && !aTable[ i ] ) in getMinimumSize()
151 if ( aTable.size() < end+1 ) in getMinimumSize()
152 aTable.resize( end+1, NULL ); in getMinimumSize()
154 aTable[ i ] = child; in getMinimumSize()
/trunk/main/sc/source/filter/xml/
H A Dxmlsubti.cxx178 ScMyTableData* aTable; in NewSheet() local
181 aTable = aTableVec[nTableCount - 1]; in NewSheet()
182 delete aTable; in NewSheet()
546 ScMyTableData* aTable(new ScMyTableData(nCurrentSheet)); in NewTable() local
570 aTable->SetSpannedCols(nTempSpannedCols); in NewTable()
571 aTableVec[nTableCount - 1] = aTable; in NewTable()
574 aTableVec[nTableCount - 2]->SetSubTableSpanned(aTable->GetSpannedCols()); in NewTable()
630 ScMyTableData* aTable = aTableVec[nTableCount - 1]; in DeleteTable() local
631 delete aTable; in DeleteTable()
/trunk/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx544 ::rtl::OUString aCatlog,aSchema,aTable; in impl_getColumnName_throw()
545 …::dbtools::qualifiedNameComponents(m_xMetaData,sTableName,aCatlog,aSchema,aTable,::dbtools::eInDat… in impl_getColumnName_throw()
1324 ::rtl::OUString aCatalog,aSchema,aTable,aComposedName,aColumnName; in getTableAlias()
1327 column->getPropertyValue(PROPERTY_TABLENAME) >>= aTable; in getTableAlias()
1334 if(!aTable.getLength()) in getTableAlias()
1347 aTable = *pBegin; in getTableAlias()
1373 if(aComp(aCatalog,aCatalog2) && aComp(aSchema,aSchema2) && aComp(aTable,aTable2)) in getTableAlias()
1377 aTable = aTable2; in getTableAlias()
1386 …sReturn = ::dbtools::composeTableName( m_xMetaData, aCatalog, aSchema, aTable, sal_True, ::dbtools… in getTableAlias()
1645 ::rtl::OUString aCatlog,aSchema,aTable; in setConditionByColumn()
[all …]
/trunk/main/cppuhelper/test/
H A Dtestpropshlp.cxx64 static Property aTable[] = in getPropertyTable1() local
79 pTable = aTable; in getPropertyTable1()
93 static Property aTable[] = in getPropertyTable2() local
108 pTable = aTable; in getPropertyTable2()
121 static Property aTable[] = in getPropertyTable3() local
130 pTable = aTable; in getPropertyTable3()
144 static Property aTable[] = in getPropertyTable4() local
153 pTable = aTable; in getPropertyTable4()
/trunk/main/sd/source/ui/presenter/
H A DPresenterTextView.cxx366 } aTable[3] = in CreateEditEngine() local
378aTable[0].nLang = MsLangId::resolveSystemLanguageByScriptType(aOpt.nDefaultLanguage, ::com::sun::s… in CreateEditEngine()
379aTable[1].nLang = MsLangId::resolveSystemLanguageByScriptType(aOpt.nDefaultLanguage_CJK, ::com::su… in CreateEditEngine()
380aTable[2].nLang = MsLangId::resolveSystemLanguageByScriptType(aOpt.nDefaultLanguage_CTL, ::com::su… in CreateEditEngine()
384 const FontDta &rFntDta = aTable[i]; in CreateEditEngine()
/trunk/main/sd/source/ui/notes/
H A DEditWindow.cxx160 } aTable[3] = in CreateEditEngine() local
172aTable[0].nLang = MsLangId::resolveSystemLanguageByScriptType(aOpt.nDefaultLanguage, ::com::sun::s… in CreateEditEngine()
173aTable[1].nLang = MsLangId::resolveSystemLanguageByScriptType(aOpt.nDefaultLanguage_CJK, ::com::su… in CreateEditEngine()
174aTable[2].nLang = MsLangId::resolveSystemLanguageByScriptType(aOpt.nDefaultLanguage_CTL, ::com::su… in CreateEditEngine()
178 const FontDta &rFntDta = aTable[i]; in CreateEditEngine()
/trunk/main/cui/source/options/
H A Doptchart.cxx85 SvxChartColorTable aTable; in SvxDefaultColorOptPage() local
86 aTable.useDefault(); in SvxDefaultColorOptPage()
87 pColorConfig = new SvxChartColorTableItem( SID_SCH_EDITOPTIONS, aTable ); in SvxDefaultColorOptPage()
/trunk/main/accessibility/source/extended/
H A DAccessibleGridControlTable.cxx372 Rectangle aTable( Point( nX, nY ), Size( nWidth, nHeight )); in implGetBoundingBox() local
373 return aTable; in implGetBoundingBox()
384 Rectangle aTable( Point( nX, nY ), Size( nWidth, nHeight )); in implGetBoundingBoxOnScreen() local
385 return aTable; in implGetBoundingBoxOnScreen()
/trunk/main/connectivity/source/drivers/adabas/
H A DBKeys.cxx144 ::rtl::OUString aSchema,aTable; in appendObject()
146 getTable()->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_NAME)) >>= aTable; in appendObject()
149 ,aTable); in appendObject()
/trunk/main/svx/inc/svx/
H A Ddrawitem.hxx48 SvxColorTableItem( XColorListSharedPtr aTable, sal_uInt16 nWhich );
62 void SetColorTable( XColorListSharedPtr aTable ) { maColorTable = aTable; } in SetColorTable() argument
/trunk/main/connectivity/source/drivers/calc/
H A DCDatabaseMetaData.cxx404 ::rtl::OUString aTable(::rtl::OUString::createFromAscii("TABLE")); in getTables()
416 if(*pIter == aTable) in getTables()
447 aRow.push_back(new ORowSetValueDecorator(aTable)); in getTables()
472 aRow.push_back(new ORowSetValueDecorator(aTable)); in getTables()
/trunk/main/autodoc/source/display/idl/
H A Dhfi_service.cxx125 HF_SubTitleTable aTable( in produce_CommentedRelations() local
134 rRow = aTable.Add_Row(); in produce_CommentedRelations()
144 aRelation( Env(), aTable, *it_list ); in produce_CommentedRelations()
/trunk/main/migrationanalysis/src/driver_docs/sources/excel/
H A DMigrationAnalyser.cls1165 Dim aTable As QueryTable
1169 For Each aTable In mySheet.QueryTables
1170 If (aTable.QueryType = xlADORecordset) Or _
1171 (aTable.QueryType = xlDAORecordSet) Or _
1172 (aTable.QueryType = xlODBCQuery) Or _
1173 (aTable.QueryType = xlOLEDBQuery) Then
1187 .Values.Add aTable.Connection
1196 Next aTable

Completed in 144 milliseconds

123