Home
last modified time | relevance | path

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

1...<<111213141516171819

/trunk/main/sw/source/filter/ww8/
H A Dww8scan.hxx1777 bool GetTextPos(sal_uInt8 grpfIhdt, sal_uInt8 nWhich, WW8_CP& rStart, long& rLen);
H A Dww8scan.cxx6651 bool WW8PLCF_HdFt::GetTextPos(sal_uInt8 grpfIhdt, sal_uInt8 nWhich, WW8_CP& rStart, in GetTextPos() argument
6658 if( nI & nWhich ) in GetTextPos()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx2261 for (sal_uInt16 nWhich = ATTR_PATTERN_START; nWhich <= ATTR_PATTERN_END; nWhich++) in SetOnePropertyValue() local
2262 if ( nWhich != nFirstItem && nWhich != nSecondItem ) in SetOnePropertyValue()
2263 rSet.ClearItem(nWhich); in SetOnePropertyValue()
/trunk/main/sc/source/core/data/
H A Dtable2.cxx1351 const SfxPoolItem* ScTable::GetAttr( SCCOL nCol, SCROW nRow, sal_uInt16 nWhich ) const in GetAttr()
1354 return aCol[nCol].GetAttr( nRow, nWhich ); in GetAttr()
H A Ddocument.cxx3927 const SfxPoolItem* ScDocument::GetAttr( SCCOL nCol, SCROW nRow, SCTAB nTab, sal_uInt16 nWhich ) con… in GetAttr()
3931 const SfxPoolItem* pTemp = pTab[nTab]->GetAttr( nCol, nRow, nWhich ); in GetAttr()
3939 return &xPoolHelper->GetDocPool()->GetDefaultItem( nWhich ); in GetAttr()
/trunk/main/sc/inc/
H A Dtable.hxx530 const SfxPoolItem* GetAttr( SCCOL nCol, SCROW nRow, sal_uInt16 nWhich ) const;
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx4151 Reference<XInterface> SwXDocumentPropertyHelper::GetDrawTable(short nWhich) in GetDrawTable() argument
4156 switch(nWhich) in GetDrawTable()
/trunk/main/sw/inc/
H A Ddoc.hxx842 … PutValueToField(const SwPosition & rPos, const com::sun::star::uno::Any& rVal, sal_uInt16 nWhich);
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx5941 bool WW8PLCF_HdFt::GetTextPos(sal_uInt8 grpfIhdt, sal_uInt8 nWhich, WW8_CP& rStart, in GetTextPos() argument
5948 if( nI & nWhich ) in GetTextPos()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx4579 sal_uInt16 nWhich = rItem.Which(); in GetFormat() local
4584 GetItemState( nWhich, sal_False, &pItem ) && *pItem == rItem && in GetFormat()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx895 sal_Int16 nWhich = bLineStart ? XATTR_LINESTART : XATTR_LINEEND; in GetLineArrow() local
897 SvxUnogetApiNameForItem( nWhich, aArrowStartName, aApiName ); in GetLineArrow()

Completed in 254 milliseconds

1...<<111213141516171819