Home
last modified time | relevance | path

Searched refs:_pRow (Results 1 – 6 of 6) sorted by relevance

/trunk/main/connectivity/source/drivers/file/
H A Dfanalyzer.cxx130 void OSQLAnalyzer::bindRow(OCodeList& rCodeList,const OValueRefRow& _pRow,OEvaluateSetList& _rEvalu… in bindRow() argument
159 pAttr->bindValue(_pRow); in bindRow()
164 void OSQLAnalyzer::bindSelectRow(const OValueRefRow& _pRow) in bindSelectRow() argument
171 bindRow( aIter->first->m_aCodeList,_pRow,aEvaluateSetList); in bindSelectRow()
175 ::std::vector<sal_Int32>* OSQLAnalyzer::bindEvaluationRow(OValueRefRow& _pRow) in bindEvaluationRow() argument
178 bindRow( m_aCompiler->m_aCodeList,_pRow,aEvaluateSetList); in bindEvaluationRow()
302 void OSQLAnalyzer::setSelectionEvaluationResult(OValueRefRow& _pRow,const ::std::vector<sal_Int32>&… in setSelectionEvaluationResult() argument
314 aIter->second->startSelection( (_pRow->get())[map] ); in setSelectionEvaluationResult()
H A DFNoException.cxx71 void OSQLAnalyzer::bindParameterRow(OValueRefRow& _pRow) in bindParameterRow() argument
78 pParam->bindValue(_pRow); in bindParameterRow()
H A Dfcode.cxx97 void OOperandRow::bindValue(const OValueRefRow& _pRow) in bindValue() argument
100 OSL_ENSURE(_pRow.isValid(),"NO EMPTY row allowed!"); in bindValue()
101 m_pRow = _pRow; in bindValue()
/trunk/main/connectivity/source/inc/file/
H A Dfanalyzer.hxx48 void bindRow(OCodeList& rCodeList,const OValueRefRow& _pRow,OEvaluateSetList& _rEvaluateSetList);
64 …::std::vector<sal_Int32>* bindEvaluationRow(OValueRefRow& _pRow); // Anbinden einer Ergebnisze…
68 void bindSelectRow(const OValueRefRow& _pRow);
73 void bindParameterRow(OValueRefRow& _pRow);
83 …void setSelectionEvaluationResult(OValueRefRow& _pRow,const ::std::vector<sal_Int32>& _rColumnMapp…
H A Dfcode.hxx104 …void bindValue(const OValueRefRow& _pRow); // Bindung an den Wert, den der Op…
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx4176 SwTwips MA_FASTCALL lcl_CalcMinRowHeight( const SwRowFrm* _pRow, in lcl_CalcMinRowHeight() argument
4179 SWRECTFN( _pRow ) in lcl_CalcMinRowHeight()
4181 const SwFmtFrmSize &rSz = _pRow->GetFmt()->GetFrmSize(); in lcl_CalcMinRowHeight()
4183 if ( _pRow->HasFixSize() && !_pRow->IsRowSpanLine() ) in lcl_CalcMinRowHeight()
4190 const SwCellFrm* pLow = static_cast<const SwCellFrm*>(_pRow->Lower()); in lcl_CalcMinRowHeight()
4212 while ( pMasterRow && pMasterRow != _pRow ) in lcl_CalcMinRowHeight()
4226 if ( rSz.GetHeightSizeType() == ATT_MIN_SIZE && !_pRow->IsRowSpanLine() ) in lcl_CalcMinRowHeight()

Completed in 45 milliseconds