Home
last modified time | relevance | path

Searched refs:nSearchType (Results 1 – 13 of 13) sorted by path

/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx458 aInfo->aSimpleType.nSearchType = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOConnection.cxx540 aInfo.nSearchType = aValue; in buildTypeInfo()
/trunk/main/connectivity/source/inc/
H A DOTypeInfo.hxx47 sal_Int16 nSearchType; // kann nach dem Typen gesucht werden member
63 ,nSearchType( ::com::sun::star::sdbc::ColumnSearch::FULL) in OTypeInfo()
/trunk/main/dbaccess/source/ui/inc/
H A DTypeInfo.hxx97 sal_Int16 nSearchType; // kann nach dem Typen gesucht werden member in dbaui::OTypeInfo
111 ,nSearchType(::com::sun::star::sdbc::ColumnSearch::FULL) in OTypeInfo()
/trunk/main/dbaccess/source/ui/misc/
H A DDExport.cxx258 m_pTypeInfo->nSearchType = aValue; in ODatabaseExport()
H A DUITools.cxx729 pInfo->nSearchType = aValue; in fillTypeInfo()
H A DWTypeSelect.cxx409 if(!pField || pField->getTypeInfo()->nSearchType == ColumnSearch::NONE) in IsPrimaryKeyAllowed()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx1620 if( pTypeInfo->nSearchType == ColumnSearch::NONE in IsPrimaryKeyAllowed()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DOTypeInfo.hxx46 sal_Int16 nSearchType; // kann nach dem Typen gesucht werden member
67 ,nSearchType( ::com::sun::star::sdbc::ColumnSearch::FULL) in OTypeInfo()
H A DSConnection.cxx345 aInfo.nSearchType = xRow->getShort (9); in buildTypeInfo()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx3152 sal_Int16 nSearchType = 0; in Find() local
3156 nSearchType = SVX_SEARCHIN_NOTE; // Notes in Find()
3159 nSearchType = SVX_SEARCHIN_FORMULA; in Find()
3162 nSearchType = SVX_SEARCHIN_VALUE; in Find()
3167 newOptions.SetCellType( nSearchType ); in Find()
3168 …r->setPropertyValue( rtl::OUString::createFromAscii( "SearchType" ), uno::makeAny( nSearchType ) ); in Find()
/trunk/main/vcl/inc/
H A Doutfont.hxx234 ImplDevFontListData* ImplFindByAttributes( sal_uLong nSearchType, FontWeight, FontWidth,
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx1653 const sal_uLong nSearchType = rFontAttr.Type; in ImplFindBySubstFontAttr() local
1654 if( nSearchType != 0 ) in ImplFindBySubstFontAttr()
1661 pFoundData = ImplFindByAttributes( nSearchType, in ImplFindBySubstFontAttr()
1711 nSearchType |= IMPL_FONT_ATTR_ITALIC; in ImplFindByAttributes()
1714 if( !nSearchType in ImplFindByAttributes()
1752 if ( nSearchType & IMPL_FONT_ATTR_CJK ) in ImplFindByAttributes()
1766 if( nSearchType & IMPL_FONT_ATTR_CTL ) in ImplFindByAttributes()
1836 if( nSearchType & IMPL_FONT_ATTR_FIXED ) in ImplFindByAttributes()
1915 if( nSearchType & IMPL_FONT_ATTR_SERIF ) in ImplFindByAttributes()
1933 if( nSearchType & IMPL_FONT_ATTR_ITALIC ) in ImplFindByAttributes()
[all …]

Completed in 125 milliseconds