Searched refs:pMasterFields (Results 1 – 2 of 2) sorted by relevance
271 const ::rtl::OUString* pMasterFields = m_aMasterFields.getConstArray(); in classifyLinks() local274 for ( ; pDetailFields < pDetailFieldsEnd; ++pDetailFields, ++pMasterFields ) in classifyLinks()276 if ( !pMasterFields->getLength() || !pDetailFields->getLength() ) in classifyLinks()282 if ( !_rxParentColumns->hasByName( *pMasterFields ) ) in classifyLinks()331 aStrippedMasterFields.push_back( *pMasterFields ); in classifyLinks()557 const ::rtl::OUString* pMasterFields = m_aMasterFields.getConstArray(); in fillLinkedParameters() local568 if ( !_rxParentColumns->hasByName( *pMasterFields ) ) in fillLinkedParameters()882 const ::rtl::OUString* pMasterFields = m_aMasterFields.getConstArray(); in resetParameterValues() local890 for ( ; pDetailFields < pDetailFieldsEnd; ++pDetailFields, ++pMasterFields ) in resetParameterValues()892 if ( !xParentColumns->hasByName( *pMasterFields ) ) in resetParameterValues()[all …]
314 const ::rtl::OUString* pMasterFields = _rMasterFields.getConstArray(); in initializeFieldRowsFrom() local319 for ( sal_Int32 i = 0; i < 4; ++i, ++pDetailFields, ++pMasterFields ) in initializeFieldRowsFrom()322 aRows[ i ]->SetFieldName( FieldLinkRow::eMasterField, *pMasterFields ); in initializeFieldRowsFrom()
Completed in 17 milliseconds