Home
last modified time | relevance | path

Searched refs:nWhich (Results 251 – 275 of 461) sorted by relevance

1...<<111213141516171819

/trunk/main/sw/inc/
H A DSwUndoField.hxx73 sal_uInt16 nWhich; member in SwUndoFieldFromAPI
81 sal_uInt16 nWhich);
H A Dchpfld.hxx90 virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nWhich ) const;
91 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nWhich );
H A Dtxatritr.hxx85 sal_uInt16 nWhich = RES_CHRATR_LANGUAGE, in SwLanguageIterator() argument
87 : SwTxtAttrIterator( rTxtNode, nWhich, nStart, bUseGetWhichOfScript ) in SwLanguageIterator()
H A Dddefld.hxx62 virtual sal_Bool QueryValue( com::sun::star::uno::Any& rVal, sal_uInt16 nWhich ) const;
63 virtual sal_Bool PutValue( const com::sun::star::uno::Any& rVal, sal_uInt16 nWhich );
/trunk/main/svl/inc/svl/
H A Dcntwall.hxx47 CntWallpaperItem( sal_uInt16 nWhich );
48 CntWallpaperItem( sal_uInt16 nWhich, SvStream& rStream, sal_uInt16 nVersion );
H A Dctypeitm.hxx41 CntContentTypeItem( sal_uInt16 nWhich, const XubString& rType );
42 CntContentTypeItem( sal_uInt16 nWhich, const INetContentType eType );
H A Dslstitm.hxx43 SfxStringListItem( sal_uInt16 nWhich, const List* pList=NULL );
44 SfxStringListItem( sal_uInt16 nWhich, SvStream& rStream );
/trunk/main/sw/source/core/edit/
H A Dedfldexp.cxx57 sal_uInt16 nWhich = rFldType.Which(); in IsFieldDataSourceAvailable() local
60 switch(nWhich) in IsFieldDataSourceAvailable()
/trunk/main/basctl/source/inc/
H A Dsbxitem.hxx47 …SbxItem( sal_uInt16 nWhich, const ScriptDocument& rDocument, const String& aLibName, const String&…
48 …SbxItem( sal_uInt16 nWhich, const ScriptDocument& rDocument, const String& aLibName, const String&…
/trunk/main/svx/inc/svx/
H A Dunoapi.hxx90 SVX_DLLPUBLIC void SvxUnogetApiNameForItem( const sal_Int16 nWhich, const String& rInternalName, rt…
95 SVX_DLLPUBLIC void SvxUnogetInternalNameForItem( const sal_Int16 nWhich, const rtl::OUString& rApiN…
H A Dsvdobj.hxx839 void ClearMergedItem(const sal_uInt16 nWhich = 0);
841 const SfxPoolItem& GetMergedItem(const sal_uInt16 nWhich) const;
847 void ClearObjectItem(const sal_uInt16 nWhich = 0);
849 const SfxPoolItem& GetObjectItem(const sal_uInt16 nWhich) const;
/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx333 const SfxPoolItem* GetFmtAttr(const SwPosition& rPos, sal_uInt16 nWhich);
334 const SfxPoolItem* GetStackAttr(const SwPosition& rPos, sal_uInt16 nWhich);
604 void FormulaRead(SwWw8ControlType nWhich,SvStream *pD);
1298 bool SetNewFontAttr(sal_uInt16 nFCode, bool bSetEnums, sal_uInt16 nWhich);
1299 sal_uInt16 CorrectResIdForCharset(CharSet nCharSet, sal_uInt16 nWhich);
1303 const SfxPoolItem* GetFmtAttr( sal_uInt16 nWhich );
1386 SwWw8ControlType nWhich);
/trunk/main/svx/source/table/
H A Dsvdotable.cxx113 virtual void ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem);
135 void TableProperties::ItemChange(const sal_uInt16 nWhich, const SfxPoolItem* pNewItem) in ItemChange() argument
137 if( nWhich == SDRATTR_TEXTDIRECTION ) in ItemChange()
138 AttributeProperties::ItemChange( nWhich, pNewItem ); in ItemChange()
140 TextProperties::ItemChange( nWhich, pNewItem ); in ItemChange()
244 const SfxPoolItem* GetCellItem( const CellPos& rPos, sal_uInt16 nWhich ) const;
697 const SfxPoolItem* SdrTableObjImpl::GetCellItem( const CellPos& rPos, sal_uInt16 nWhich ) const in GetCellItem()
701 return xCell->GetItemSet().GetItem( nWhich ); in GetCellItem()
/trunk/main/sw/source/core/access/
H A Daccnotextframe.cxx105 const sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0 ; in Modify() local
109 if ( nWhich != RES_NAME_CHANGED || in Modify()
117 switch( nWhich ) in Modify()
/trunk/main/sc/source/ui/inc/
H A Dscuitphfedit.hxx68 sal_uInt16 nWhich, bool bHeader );
92 sal_uInt16 nWhich; member in ScHFEditPage
/trunk/main/sfx2/source/view/
H A Dviewprn.cxx472 sal_uInt16 nWhich = pDocOptions->GetPool()->GetWhich(SID_PRINTER_NOTFOUND_WARN); in UseStandardPrinter_Impl() local
474 pDocPrinter->GetOptions().GetItemState( nWhich, sal_False, (const SfxPoolItem**) &pBoolItem ); in UseStandardPrinter_Impl()
508 sal_uInt16 nWhich = GetPool().GetWhich(SID_PRINTER_CHANGESTODOC); in SetPrinter_Impl() local
510 … pDocPrinter->GetOptions().GetItemState( nWhich, sal_False, (const SfxPoolItem**) &pFlagItem ); in SetPrinter_Impl()
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx390 sal_uInt16 nWhich; in UpdateLanguageDependenciesForPhoneticReading() local
393 case SCRIPTTYPE_ASIAN: nWhich = RES_CHRATR_CJK_LANGUAGE; break; in UpdateLanguageDependenciesForPhoneticReading()
394 case SCRIPTTYPE_COMPLEX:nWhich = RES_CHRATR_CTL_LANGUAGE; break; in UpdateLanguageDependenciesForPhoneticReading()
396 default:nWhich = RES_CHRATR_LANGUAGE; break; in UpdateLanguageDependenciesForPhoneticReading()
398 SfxItemSet aLangSet(pSh->GetAttrPool(), nWhich, nWhich); in UpdateLanguageDependenciesForPhoneticReading()
400 nLangForPhoneticReading = ((const SvxLanguageItem&)aLangSet.Get(nWhich)).GetLanguage(); in UpdateLanguageDependenciesForPhoneticReading()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQTableConnectionData.cxx133 ::rtl::OUString OQueryTableConnectionData::GetAliasName(EConnectionSide nWhich) const in GetAliasName()
136 return nWhich == JTCS_FROM ? m_pReferencingTable->GetWinName() : m_pReferencedTable->GetWinName(); in GetAliasName()
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx1061 sal_uInt16 nWhich = rItem.Which(); in MappedPut_Impl() local
1063 if ( pPool->IsSlot(nWhich) ) in MappedPut_Impl()
1065 if ( pPool->HasMap() && pPool->IsSlot(nWhich) ) in MappedPut_Impl()
1067 nWhich = pPool->GetWhich(nWhich); in MappedPut_Impl()
1068 rSet.Put( rItem, nWhich ); in MappedPut_Impl()
2920 sal_uInt16 nWhich = rPool.GetWhich( nSID ); in QueryState() local
2921 if ( rPool.GetMetric( nWhich ) == SFX_MAPUNIT_TWIP ) in QueryState()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx2458 sal_uInt16 nWhich = pField->GetTyp()->Which(); in ConvertFieldsToText() local
2460 (nWhich != RES_PAGENUMBERFLD && in ConvertFieldsToText()
2461 nWhich != RES_CHAPTERFLD && in ConvertFieldsToText()
2462 nWhich != RES_GETEXPFLD&& in ConvertFieldsToText()
2463 nWhich != RES_SETEXPFLD&& in ConvertFieldsToText()
2464 nWhich != RES_INPUTFLD&& in ConvertFieldsToText()
2465 nWhich != RES_REFPAGEGETFLD&& in ConvertFieldsToText()
2466 nWhich != RES_REFPAGESETFLD)) in ConvertFieldsToText()
H A Ddocftn.cxx197 sal_uInt16 nWhich = pOld ? pOld->Which() : pNew ? pNew->Which() : 0 ; in Modify() local
199 if( RES_ATTRSET_CHG == nWhich || in Modify()
200 RES_FMT_CHG == nWhich ) in Modify()
/trunk/main/editeng/inc/editeng/
H A Dtstpitem.hxx122 SvxTabStopItem( sal_uInt16 nWhich );
126 sal_uInt16 nWhich );
/trunk/main/sc/inc/
H A Dpatattr.hxx75 …static const SfxPoolItem& GetItem( sal_uInt16 nWhich, const SfxItemSet& rItemSet, const SfxItemSet…
76 const SfxPoolItem& GetItem( sal_uInt16 nWhich, const SfxItemSet* pCondSet ) const;
/trunk/main/sw/source/ui/config/
H A Duinums.cxx495 sal_uInt16 nWhich, nVers; in _SwNumFmtGlobal() local
496 rStream >> nWhich >> nVers; in _SwNumFmtGlobal()
497 aItems.Insert( GetDfltAttr( nWhich )->Create( rStream, nVers ), in _SwNumFmtGlobal()
/trunk/main/sw/source/filter/html/
H A Dhtmlfld.cxx295 sal_uInt16 nWhich = nType; in NewField() local
297 nWhich = RES_DATETIMEFLD; in NewField()
299 SwFieldType* pType = pDoc->GetSysFldType( nWhich ); in NewField()

Completed in 255 milliseconds

1...<<111213141516171819