Home
last modified time | relevance | path

Searched refs:nColumnType (Results 1 – 8 of 8) sorted by path

/trunk/main/connectivity/source/commontools/
H A DDateConversion.cxx371 …const sal_Int32 nColumnType = ::comphelper::getINT32( xProp->getPropertyValue( OMetaConnection::ge… in getValue() local
372 switch ( nColumnType ) in getValue()
389 switch ( nColumnType) in getValue()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx465 const SWORD nColumnType = impl_getColumnType_nothrow(columnIndex); in getBytes() local
467 switch(nColumnType) in getBytes()
476 …gValue(m_pStatement->getOwnConnection(),m_aStatementHandle,columnIndex,nColumnType,m_bWasNull,**th… in getBytes()
621 const SWORD nColumnType = impl_getColumnType_nothrow(columnIndex); in getString() local
622 …gValue(m_pStatement->getOwnConnection(),m_aStatementHandle,columnIndex,nColumnType,m_bWasNull,**th… in getString()
1506 const SWORD nColumnType = impl_getColumnType_nothrow(nColumn); in fillRow() local
1507 …tringValue(m_pStatement->getOwnConnection(),m_aStatementHandle,nColumn,nColumnType,m_bWasNull,**th… in fillRow()
/trunk/main/sw/source/core/fields/
H A Ddbfld.cxx343 sal_Int32 nColumnType = pMgr->GetColumnType(aTmpData.sDataSource, aTmpData.sCommand, aColNm); in Evaluate() local
344 if( DataType::DATE == nColumnType || DataType::TIME == nColumnType || in Evaluate()
345 DataType::TIMESTAMP == nColumnType) in Evaluate()
/trunk/main/sw/source/ui/sidebar/
H A DPageColumnControl.cxx42 const sal_uInt16 nColumnType, in PageColumnControl() argument
47 , mnColumnType( nColumnType ) in PageColumnControl()
95 const sal_uInt32 nColumnType = mpColumnValueSet->GetSelectItemId(); in IMPL_LINK() local
96 if ( nColumnType != mnColumnType ) in IMPL_LINK()
98 mnColumnType = nColumnType; in IMPL_LINK()
H A DPageColumnControl.hxx50 const sal_uInt16 nColumnType,
H A DPagePropertyPanel.cxx541 void PagePropertyPanel::ExecuteColumnChange( const sal_uInt16 nColumnType ) in ExecuteColumnChange() argument
543 mpPageColumnTypeItem->SetValue( nColumnType ); in ExecuteColumnChange()
779 void PagePropertyPanel::ChangeColumnImage( const sal_uInt16 nColumnType ) in ChangeColumnImage() argument
788 switch( nColumnType ) in ChangeColumnImage()
811 switch( nColumnType ) in ChangeColumnImage()
H A DPagePropertyPanel.hxx103 void ExecuteColumnChange( const sal_uInt16 nColumnType );
235 void ChangeColumnImage( const sal_uInt16 nColumnType );
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx1091 sal_uInt16 nColumnType = 0; in StateTabWin() local
1098 nColumnType = 1; in StateTabWin()
1107 nColumnType = 2; in StateTabWin()
1111 nColumnType = 4; in StateTabWin()
1115 nColumnType = 5; in StateTabWin()
1120 nColumnType = 3; in StateTabWin()
1123 rSet.Put( SfxInt16Item( SID_ATTR_PAGE_COLUMN, nColumnType ) ); in StateTabWin()

Completed in 69 milliseconds