Home
last modified time | relevance | path

Searched refs:aElements (Results 26 – 31 of 31) sorted by relevance

12

/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx250 Sequence< ::rtl::OUString> aElements(_rxSourceForeignKeyColumns->getElementNames()); in addConnections() local
251 const ::rtl::OUString* pIter = aElements.getConstArray(); in addConnections()
252 const ::rtl::OUString* pEnd = pIter + aElements.getLength(); in addConnections()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx3077 uno::Sequence< uno::Reference<report::XReportComponent> > aElements; in select() local
3078 if ( aSelection >>= aElements ) in select()
3080 if ( aElements.getLength() > 0 ) in select()
3081 … getDesignView()->showProperties(uno::Reference<uno::XInterface>(aElements[0],uno::UNO_QUERY)); in select()
3082 getDesignView()->setMarked(aElements,sal_True); in select()
3091 aElements.realloc(1); in select()
3092 aElements[0] = xProp; in select()
3093 getDesignView()->setMarked(aElements,sal_True); in select()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx1363 Sequence< OUString > aElements( xDialogModel->getElementNames() ); in exportDialogModel() local
1364 OUString const * pElements = aElements.getConstArray(); in exportDialogModel()
1369 for ( nPos = 0; nPos < aElements.getLength(); ++nPos ) in exportDialogModel()
/trunk/main/sc/inc/
H A Ddpdimsave.hxx52 ::std::vector<String> aElements; // names of items in original dimension
H A Ddpgroup.hxx89 ScDPItemDataVec aElements; // names of items in original dimension member in ScDPGroupItem
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1646 Sequence<rtl::OUString> aElements(1); in Commit() local
1647 aElements.getArray()[0] = pNames[nNode]; in Commit()
1648 ClearNodeElements(rtl::OUString(), aElements); in Commit()

Completed in 67 milliseconds

12