Home
last modified time | relevance | path

Searched refs:nType (Results 326 – 350 of 977) sorted by relevance

1...<<11121314151617181920>>...40

/trunk/main/vcl/unx/generic/printergfx/
H A Dbitmap_gfx.cxx549 PrinterGfx::writePS2ImageHeader (const Rectangle& rArea, psp::ImageType nType) in writePS2ImageHeader() argument
555 switch (nType) in writePS2ImageHeader()
578 PrinterGfx::writePS2Colorspace(const PrinterBmp& rBitmap, psp::ImageType nType) in writePS2Colorspace() argument
580 switch (nType) in writePS2Colorspace()
/trunk/main/sw/source/ui/config/
H A Dfontcfg.cxx46 inline LanguageType lcl_LanguageOfType(sal_Int16 nType, sal_Int16 eWestern, sal_Int16 eCJK, sal_Int… in lcl_LanguageOfType() argument
49 nType < FONT_STANDARD_CJK ? eWestern : in lcl_LanguageOfType()
50 nType >= FONT_STANDARD_CTL ? eCTL : eCJK); in lcl_LanguageOfType()
/trunk/main/sfx2/source/bastyp/
H A Dsfxhtml.cxx429 short nType; in GetTableDataOptionsValNum() local
431 rFormatter.PutEntry( aFormat, nCheckPos, nType, nNumForm, eNumLang ); in GetTableDataOptionsValNum()
433 rFormatter.PutandConvertEntry( aFormat, nCheckPos, nType, nNumForm, in GetTableDataOptionsValNum()
/trunk/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx1614 sal_Int32 nType = 0; in setConditionByColumn() local
1615 column->getPropertyValue(PROPERTY_TYPE) >>= nType; in setConditionByColumn()
1616 sal_Int32 nSearchable = dbtools::getSearchColumnFlag(m_xConnection,nType); in setConditionByColumn()
1675 if ( nType != DataType::BOOLEAN && DataType::BIT != nType ) in setConditionByColumn()
1681 switch(nType) in setConditionByColumn()
1686 aSQL.append( DBTypeConversion::toSQLString( nType, aValue, sal_True, m_xTypeConverter ) ); in setConditionByColumn()
1703 aSQL.append( DBTypeConversion::toSQLString( nType, aValue, sal_True, m_xTypeConverter ) ); in setConditionByColumn()
1743 aSQL.append( DBTypeConversion::toSQLString( nType, aValue, sal_True, m_xTypeConverter ) ); in setConditionByColumn()
H A Dquerycomposer.cxx285 sal_Int32 nType = 0; in appendFilterByColumn() local
286 column->getPropertyValue(PROPERTY_TYPE) >>= nType; in appendFilterByColumn()
287 switch(nType) in appendFilterByColumn()
/trunk/main/sdext/source/presenter/
H A DPresenterAccessibility.cxx238 virtual bool GetWindowState (const sal_Int16 nType) const;
270 static sal_uInt32 GetStateMask (const sal_Int16 nType);
443 virtual bool GetWindowState (const sal_Int16 nType) const;
1388 bool PresenterAccessible::AccessibleObject::GetWindowState (const sal_Int16 nType) const in GetWindowState()
1390 switch (nType) in GetWindowState()
2207 bool PresenterAccessible::AccessibleParagraph::GetWindowState (const sal_Int16 nType) const in GetWindowState()
2209 switch (nType) in GetWindowState()
2218 return AccessibleObject::GetWindowState(nType); in GetWindowState()
/trunk/main/sd/source/ui/view/
H A Dsdview2.cxx939 sal_Bool View::GetExchangeList( List*& rpExchangeList, List* pBookmarkList, sal_uInt16 nType ) in GetExchangeList() argument
956 if( nType == 0 || nType == 2 ) in GetExchangeList()
960 if( bNameOK && ( nType == 1 || nType == 2 ) ) in GetExchangeList()
/trunk/main/sw/source/core/inc/
H A DSwPortionHandler.hxx60 sal_uInt16 nType /// type of this portion
71 sal_uInt16 nType /// type of this portion
/trunk/main/autodoc/inc/ary/idl/
H A Di_param.hxx54 Type_id Type() const { return nType; } in Type()
61 Type_id nType; member in ary::idl::Parameter
H A Di_structelem.hxx81 Type_id nType; member in ary::idl::StructElement
91 return nType; in Type()
H A Di_constant.hxx83 Type_id nType; member in ary::idl::Constant
94 return nType; in Type()
/trunk/main/oox/source/xls/
H A Dformulaparser.cxx1450 sal_uInt8 nType; in importAttrToken() local
1451 rStrm >> nType; in importAttrToken()
1453 switch( nType ) in importAttrToken()
1483 sal_uInt8 nType, nCount; in importSpaceToken() local
1484 rStrm >> nType >> nCount; in importSpaceToken()
1485 switch( nType ) in importSpaceToken()
2228 sal_uInt8 nType; in importAttrToken() local
2229 rStrm >> nType; in importAttrToken()
2230 switch( nType ) in importAttrToken()
2264 sal_uInt8 nType, nCount; in importSpaceToken4() local
[all …]
/trunk/main/sc/source/filter/lotus/
H A Dlotimpop.cxx378 sal_uInt16 nType; in Font_Type() local
379 Read( nType ); in Font_Type()
380 pLotusRoot->pFontBuff->SetType( nCnt, nType ); in Font_Type()
/trunk/main/sc/inc/
H A Dnameuno.hxx92 virtual void SAL_CALL setType( sal_Int32 nType ) throw(::com::sun::star::uno::RuntimeException);
193 const ::com::sun::star::table::CellAddress& aPosition, sal_Int32 nType)
214 const ::com::sun::star::table::CellAddress& aPosition, sal_Int32 nType )
218 const ::com::sun::star::table::CellAddress& aPosition, sal_Int32 nType )
/trunk/main/sw/source/core/fields/
H A Ddbfld.cxx400 void SwDBField::SetSubType(sal_uInt16 nType) in SetSubType() argument
402 nSubType = nType; in SetSubType()
603 void SwDBNameInfField::SetSubType(sal_uInt16 nType) in SetSubType() argument
605 nSubType = nType; in SetSubType()
/trunk/main/vcl/source/window/
H A Dwindow2.cxx947 sal_uInt16 nType; in SetZoomedPointFont() local
949 nType = DEFAULTFONT_FIXED; in SetZoomedPointFont()
951 nType = DEFAULTFONT_UI_SANS; in SetZoomedPointFont()
952 Font aTempFont = GetDefaultFont( nType, GetSettings().GetLanguage(), 0 ); in SetZoomedPointFont()
1625 void Window::SetType( WindowType nType ) in SetType() argument
1627 mpWindowImpl->mnType = nType; in SetType()
/trunk/main/autodoc/inc/ary/doc/
H A Dd_node.hxx72 nodetype::id nType; member in ary::doc::Node
85 return nType; in Type()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx446 sal_Int16 nType = 0; in PutValue() local
447 if((rVal >>= nType) && nType >= 0 && nType <= ATT_MIN_SIZE ) in PutValue()
449 SetHeightSizeType((SwFrmSize)nType); in PutValue()
463 sal_Int16 nType = 0; in PutValue() local
464 if((rVal >>= nType) && nType >= 0 && nType <= ATT_MIN_SIZE ) in PutValue()
466 SetWidthSizeType((SwFrmSize)nType); in PutValue()
/trunk/main/svx/inc/svx/sidebar/
H A DSelectionAnalyzer.hxx70 const sal_uInt16 nType);
72 const sal_uInt16 nType);
/trunk/main/autodoc/source/ary/idl/
H A Di_structelem.cxx45 nType(i_nType) in StructElement()
103 return selem_cast(i_ce).nType; in Type()
H A Di_constant.cxx44 nType(i_nType), in Constant()
104 return constant_cast(i_ce).nType; in Type()
/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx89 ScDPItemData* lcl_GetItemValue(const Reference<sdbc::XRow>& xRow, sal_Int32 nType, long nCol, in lcl_GetItemValue() argument
97 switch (nType) in lcl_GetItemValue()
998 sal_uLong nType = NUMBERFORMAT_NUMBER; in GetNumType() local
1000 nType = pFormatter->GetType( nFormat ); in GetNumType()
1001 return nType; in GetNumType()
/trunk/main/autodoc/inc/ary/cpp/
H A Dc_vari.hxx86 Type_id nType; member in ary::cpp::Variable
98 { return nType; } in Type()
/trunk/main/basic/source/sbx/
H A Dsbxbase.cxx423 sal_uInt16 nType, nFlags; in LoadData() local
426 rStrm >> nType >> nFlags; in LoadData()
429 AddParam( aName, (SbxDataType) nType, nFlags ); in LoadData()
/trunk/main/vcl/source/control/
H A Dspinbtn.cxx358 void SpinButton::StateChanged( StateChangedType nType ) in StateChanged() argument
360 switch ( nType ) in StateChanged()
390 Control::StateChanged( nType ); in StateChanged()

Completed in 182 milliseconds

1...<<11121314151617181920>>...40