Home
last modified time | relevance | path

Searched refs:xOldColumn (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx2213 Reference<XDataDescriptorFactory> xOldColumn; in alterColumnByName() local
2214 m_pColumns->getByName(colName) >>= xOldColumn; in alterColumnByName()
2216 alterColumn(m_pColumns->findColumn(colName)-1,descriptor,xOldColumn); in alterColumnByName()
2228 Reference<XDataDescriptorFactory> xOldColumn; in alterColumnByIndex() local
2229 m_pColumns->getByIndex(index) >>= xOldColumn; in alterColumnByIndex()
2230 alterColumn(index,descriptor,xOldColumn); in alterColumnByIndex()
2235 const Reference< XDataDescriptorFactory >& xOldColumn ) in alterColumn()
2247 if(xOldColumn.is()) in alterColumn()
2248 xCopyColumn = xOldColumn->createDataDescriptor(); in alterColumn()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx1853 Reference< XPropertySet > xOldColumn; in elementReplaced() local
1855 ::cppu::extractInterface(xOldColumn, evt.ReplacedElement); in elementReplaced()
1863 removeColumnListeners(xOldColumn); in elementReplaced()
1910 Reference< XPropertySet > xOldColumn; in elementRemoved() local
1911 ::cppu::extractInterface(xOldColumn, evt.Element); in elementRemoved()
1912 removeColumnListeners(xOldColumn); in elementRemoved()
/trunk/main/forms/source/component/
H A DGrid.cxx837 Reference< XInterface > xOldColumn( _rEvent.ReplacedElement, UNO_QUERY ); in impl_replacedElement() local
840 bool bNewSelection = ( xOldColumn == m_xSelection ); in impl_replacedElement()
842 lostColumn( xOldColumn ); in impl_replacedElement()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx1281 Reference< XPropertySet > xOldColumn(evt.Element,UNO_QUERY); in elementRemoved() local
1282 if ( xOldColumn.is() ) in elementRemoved()
1283 RemoveColumnListener(xOldColumn); in elementRemoved()
1292 Reference< XPropertySet > xOldColumn(evt.ReplacedElement,UNO_QUERY); in elementReplaced() local
1293 if ( xOldColumn.is() ) in elementReplaced()
1294 RemoveColumnListener(xOldColumn); in elementReplaced()
/trunk/main/connectivity/source/inc/dbase/
H A DDTable.hxx101 …t ::com::sun::star::uno::Reference< ::com::sun::star::sdbcx::XDataDescriptorFactory>& xOldColumn );

Completed in 50 milliseconds