Home
last modified time | relevance | path

Searched refs:aMasterFields (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/extensions/source/propctrlr/
H A Dformlinkdialog.cxx209 ::std::vector< ::rtl::OUString > aMasterFields; aMasterFields.reserve( 4 ); in commitLinkPairs()
224 aMasterFields.push_back( sMasterField ); in commitLinkPairs()
235 pFields = aMasterFields.empty() ? 0 : &aMasterFields[0]; in commitLinkPairs()
236 …( PROPERTY_MASTERFIELDS, makeAny( Sequence< ::rtl::OUString >( pFields, aMasterFields.size() ) ) ); in commitLinkPairs()
332 Sequence< ::rtl::OUString > aMasterFields; in initializeLinks() local
338 xDetailFormProps->getPropertyValue( PROPERTY_MASTERFIELDS ) >>= aMasterFields; in initializeLinks()
341 initializeFieldRowsFrom( aDetailFields, aMasterFields ); in initializeLinks()
/aoo4110/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx375 const uno::Sequence< ::rtl::OUString> aMasterFields = _xReportComponet->getMasterFields(); in exportMasterDetailFields() local
376 if ( aMasterFields.getLength() ) in exportMasterDetailFields()
381 …OSL_ENSURE(aDetailFields.getLength() == aMasterFields.getLength(),"not equal length for master and… in exportMasterDetailFields()
384 const ::rtl::OUString* pIter = aMasterFields.getConstArray(); in exportMasterDetailFields()
385 const ::rtl::OUString* pEnd = pIter + aMasterFields.getLength(); in exportMasterDetailFields()
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DDataAwareness.java740 String[] aMasterFields = new String[] { "SNR" }; // the field in the master form in prepareDocument() local
742 xSalesFormProps.setPropertyValue( "MasterFields", aMasterFields ); in prepareDocument()

Completed in 66 milliseconds