Searched refs:aMasterFields (Results 1 – 3 of 3) sorted by relevance
209 ::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() local338 xDetailFormProps->getPropertyValue( PROPERTY_MASTERFIELDS ) >>= aMasterFields; in initializeLinks()341 initializeFieldRowsFrom( aDetailFields, aMasterFields ); in initializeLinks()
375 const uno::Sequence< ::rtl::OUString> aMasterFields = _xReportComponet->getMasterFields(); in exportMasterDetailFields() local376 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()
740 String[] aMasterFields = new String[] { "SNR" }; // the field in the master form in prepareDocument() local742 xSalesFormProps.setPropertyValue( "MasterFields", aMasterFields ); in prepareDocument()
Completed in 51 milliseconds