Searched refs:nSearchType (Results 1 – 13 of 13) sorted by relevance
| /AOO41X/main/vcl/source/gdi/ |
| H A D | outdev3.cxx | 1653 const sal_uLong nSearchType = rFontAttr.Type; in ImplFindBySubstFontAttr() local 1654 if( nSearchType != 0 ) in ImplFindBySubstFontAttr() 1661 pFoundData = ImplFindByAttributes( nSearchType, in ImplFindBySubstFontAttr() 1706 ImplDevFontListData* ImplDevFontList::ImplFindByAttributes( sal_uLong nSearchType, in ImplFindByAttributes() argument 1711 nSearchType |= IMPL_FONT_ATTR_ITALIC; in ImplFindByAttributes() 1714 if( !nSearchType in ImplFindByAttributes() 1752 if ( nSearchType & IMPL_FONT_ATTR_CJK ) in ImplFindByAttributes() 1755 if( 0 == ((nSearchType ^ nMatchType) & IMPL_FONT_ATTR_CJK_ALLLANG) ) in ImplFindByAttributes() 1766 if( nSearchType & IMPL_FONT_ATTR_CTL ) in ImplFindByAttributes() 1777 if( nSearchType & IMPL_FONT_ATTR_NONELATIN ) in ImplFindByAttributes() [all …]
|
| /AOO41X/main/connectivity/source/inc/ |
| H A D | OTypeInfo.hxx | 47 sal_Int16 nSearchType; // kann nach dem Typen gesucht werden member 63 ,nSearchType( ::com::sun::star::sdbc::ColumnSearch::FULL) in OTypeInfo()
|
| /AOO41X/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
| H A D | OTypeInfo.hxx | 46 sal_Int16 nSearchType; // kann nach dem Typen gesucht werden member 67 ,nSearchType( ::com::sun::star::sdbc::ColumnSearch::FULL) in OTypeInfo()
|
| H A D | SConnection.cxx | 345 aInfo.nSearchType = xRow->getShort (9); in buildTypeInfo()
|
| /AOO41X/main/dbaccess/source/ui/inc/ |
| H A D | TypeInfo.hxx | 97 sal_Int16 nSearchType; // kann nach dem Typen gesucht werden member in dbaui::OTypeInfo 111 ,nSearchType(::com::sun::star::sdbc::ColumnSearch::FULL) in OTypeInfo()
|
| /AOO41X/main/vcl/inc/ |
| H A D | outfont.hxx | 234 ImplDevFontListData* ImplFindByAttributes( sal_uLong nSearchType, FontWeight, FontWidth,
|
| /AOO41X/main/dbaccess/source/ui/misc/ |
| H A D | WTypeSelect.cxx | 409 if(!pField || pField->getTypeInfo()->nSearchType == ColumnSearch::NONE) in IsPrimaryKeyAllowed()
|
| H A D | DExport.cxx | 258 m_pTypeInfo->nSearchType = aValue; in ODatabaseExport()
|
| H A D | UITools.cxx | 729 pInfo->nSearchType = aValue; in fillTypeInfo()
|
| /AOO41X/main/connectivity/source/drivers/ado/ |
| H A D | AConnection.cxx | 458 aInfo->aSimpleType.nSearchType = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
|
| /AOO41X/main/connectivity/source/drivers/odbcbase/ |
| H A D | OConnection.cxx | 540 aInfo.nSearchType = aValue; in buildTypeInfo()
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbarange.cxx | 3152 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()
|
| /AOO41X/main/dbaccess/source/ui/tabledesign/ |
| H A D | TEditControl.cxx | 1620 if( pTypeInfo->nSearchType == ColumnSearch::NONE in IsPrimaryKeyAllowed()
|