Home
last modified time | relevance | path

Searched refs:rEntry (Results 101 – 125 of 181) sorted by path

12345678

/trunk/main/sw/source/core/unocore/
H A Dunoobj.cxx550 SfxItemPropertySimpleEntry const& rEntry, const uno::Any& rValue, in SetCursorPropertyValue() argument
554 if (!(rEntry.nFlags & beans::PropertyAttribute::MAYBEVOID) && in SetCursorPropertyValue()
560 switch (rEntry.nWID) in SetCursorPropertyValue()
596 if (FN_UNO_NUM_LEVEL == rEntry.nWID) in SetCursorPropertyValue()
606 else if (FN_UNO_LIST_ID == rEntry.nWID) in SetCursorPropertyValue()
615 else if (FN_UNO_IS_NUMBER == rEntry.nWID) in SetCursorPropertyValue()
644 if (MID_DROPCAP_CHAR_STYLE_NAME == rEntry.nMemberId) in SetCursorPropertyValue()
656 if (MID_RUBY_CHARSTYLE == rEntry.nMemberId) in SetCursorPropertyValue()
668 if (MID_PAGEDESC_PAGEDESCNAME == rEntry.nMemberId) in SetCursorPropertyValue()
H A Dunoobj2.cxx1779 bool operator() (::boost::shared_ptr<SwDepend> const & rEntry) in operator ()()
1780 { return !rEntry->GetRegisteredIn(); } in operator ()()
H A Dunoparagraph.cxx114 const SfxItemPropertySimpleEntry& rEntry,
185 const SfxItemPropertySimpleEntry& rEntry,
500 const SfxItemPropertySimpleEntry& rEntry, in GetSinglePropertyValue_Impl() argument
507 switch(rEntry.nWID) in GetSinglePropertyValue_Impl()
549 m_rPropSet.getPropertyValue(rEntry, rSet, rAny); in GetSinglePropertyValue_Impl()
551 …if(rEntry.pType && *(rEntry.pType) == ::getCppuType((const sal_Int16*)0) && *(rEntry.pType) != rAn… in GetSinglePropertyValue_Impl()
561 if(rEntry.nMemberId & SFX_METRIC_ITEM) in GetSinglePropertyValue_Impl()
565 if(XATTR_FILLBMP_SIZEX == rEntry.nWID || XATTR_FILLBMP_SIZEY == rEntry.nWID) in GetSinglePropertyValue_Impl()
1043 const SfxItemPropertySimpleEntry& rEntry, in lcl_SwXParagraph_getPropertyState() argument
1059 switch(rEntry.nWID) in lcl_SwXParagraph_getPropertyState()
[all …]
H A Dunoport.cxx281 const SfxItemPropertySimpleEntry& rEntry, in GetPropertyValue() argument
290 switch(rEntry.nWID) in GetPropertyValue()
406 switch(rEntry.nMemberId) in GetPropertyValue()
420 rEntry, *pUnoCrsr, &(rVal), eTemp ); in GetPropertyValue()
432 m_pPropSet->getPropertyValue(rEntry, *pSet, rVal); in GetPropertyValue()
H A Dunostyle.cxx1824 const SfxItemPropertySimpleEntry& rEntry, in lcl_SetStyleProperty() argument
1842 if(rEntry.nMemberId & SFX_METRIC_ITEM) in lcl_SetStyleProperty()
1846 if(XATTR_FILLBMP_SIZEX == rEntry.nWID || XATTR_FILLBMP_SIZEY == rEntry.nWID) in lcl_SetStyleProperty()
1870 switch(rEntry.nWID) in lcl_SetStyleProperty()
1979 SfxItemSet aSet(*rStyleSet.GetPool(), rEntry.nWID, rEntry.nWID); in lcl_SetStyleProperty()
2344 SfxItemSet aSet(*rStyleSet.GetPool(), rEntry.nWID, rEntry.nWID); in lcl_SetStyleProperty()
2473 const SfxItemPropertySimpleEntry& rEntry, in lcl_GetStyleProperty() argument
2483 if(FN_UNO_IS_PHYSICAL == rEntry.nWID) in lcl_GetStyleProperty()
2511 switch(rEntry.nWID) in lcl_GetStyleProperty()
2742 …if(rEntry.pType && *(rEntry.pType) == ::getCppuType((const sal_Int16*)0) && *(rEntry.pType) != aRe… in lcl_GetStyleProperty()
[all …]
/trunk/main/sw/source/filter/basflt/
H A Dfltini.cxx161 SwReaderWriterEntry& rEntry = aReaderWriter[n]; in _FinitFilter() local
162 if( rEntry.bDelReader && rEntry.pReader ) in _FinitFilter()
163 delete rEntry.pReader, rEntry.pReader = NULL; in _FinitFilter()
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx82 SW_DLLPUBLIC SwFltStackEntry(const SwFltStackEntry& rEntry);
H A Dmsfilter.hxx157 bool operator==(const AuthorInfo& rEntry) const in operator ==()
159 return (nWWAuthorId == rEntry.nWWAuthorId); in operator ==()
161 bool operator<(const AuthorInfo& rEntry) const in operator <()
163 return (nWWAuthorId < rEntry.nWWAuthorId); in operator <()
/trunk/main/sw/source/filter/rtf/
H A Drtffly.cxx522 frameEntry &rEntry = *aQIter; in SetFlysInDoc() local
523 SwFlyFrmFmt *pFrm = rEntry.first; in SetFlysInDoc()
524 SwFmtAnchor &rAnchor = rEntry.second; in SetFlysInDoc()
H A Drtfnum.cxx724 SwListEntry& rEntry = aListArr[ --n ]; in ReadListOverrideTable() local
725 if( rEntry.nListDocPos == nRulePos ) in ReadListOverrideTable()
727 else if( rEntry.nListDocPos > nRulePos ) in ReadListOverrideTable()
728 --rEntry.nListDocPos; in ReadListOverrideTable()
H A Dswparrtf.cxx4379 BookmarkPosition::BookmarkPosition(const BookmarkPosition &rEntry) in BookmarkPosition() argument
4380 : maMkNode(rEntry.maMkNode), mnMkCntnt(rEntry.mnMkCntnt) in BookmarkPosition()
H A Dswparrtf.hxx93 BookmarkPosition(const BookmarkPosition &rEntry);
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx105 SwFltStackEntry::SwFltStackEntry(const SwFltStackEntry& rEntry) : in SwFltStackEntry() argument
106 nMkNode(rEntry.nMkNode), in SwFltStackEntry()
107 nPtNode(rEntry.nPtNode) in SwFltStackEntry()
109 pAttr = rEntry.pAttr->Clone(); in SwFltStackEntry()
110 nMkCntnt= rEntry.nMkCntnt; in SwFltStackEntry()
111 bOld = rEntry.bOld; in SwFltStackEntry()
113 bConsumedByField = rEntry.bConsumedByField; in SwFltStackEntry()
115 mnStartCP= rEntry.mnStartCP; in SwFltStackEntry()
116 mnEndCP = rEntry.mnEndCP; in SwFltStackEntry()
117 bIsParaEnd = rEntry.bIsParaEnd; in SwFltStackEntry()
/trunk/main/sw/source/filter/ww8/
H A DWW8FFData.cxx71 void WW8FFData::addListboxEntry(const ::rtl::OUString & rEntry) in addListboxEntry() argument
74 msListEntries.push_back(rEntry); in addListboxEntry()
160 const ::rtl::OUString & rEntry = *aIt; in Write() local
161 WriteOUString(pDataStrm, rEntry, false); in Write()
H A DWW8FFData.hxx108 void addListboxEntry(const ::rtl::OUString & rEntry);
H A Dwriterhelper.cxx148 const SwFrmFmt &rEntry = (*aIter)->GetFmt(); in SwPosFlyFrmsToFrames() local
150 if (const SwPosition* pAnchor = rEntry.GetAnchor().GetCntntAnchor()) in SwPosFlyFrmsToFrames()
152 aRet.push_back(sw::Frame(rEntry, *pAnchor)); in SwPosFlyFrmsToFrames()
163 aRet.push_back(sw::Frame(rEntry, aPos)); in SwPosFlyFrmsToFrames()
H A Dwriterwordglue.cxx373 bool operator()(const sw::util::CharRunEntry &rEntry) const in operator ()()
375 return rEntry.mnEndPos < mnStart; in operator ()()
H A Dwrtw8nds.cxx2504 const SwFrmFmt &rEntry = aIter->GetFrmFmt();
2505 if ( rEntry.GetSurround().GetSurround() == SURROUND_THROUGHT )
H A Dww8par.hxx170 bool operator==(const WW8OleMap & rEntry) const in operator ==()
172 return (mnWWid == rEntry.mnWWid); in operator ==()
174 bool operator<(const WW8OleMap & rEntry) const in operator <()
176 return (mnWWid < rEntry.mnWWid); in operator <()
363 Position(const Position &rEntry);
H A Dww8scan.cxx2787 WW8PLCFx_Fc_FKP::WW8Fkp::Entry::Entry(const Entry &rEntry) in Entry() argument
2788 : mnFC(rEntry.mnFC), mnLen(rEntry.mnLen), mnIStd(rEntry.mnIStd), in Entry()
2789 mbMustDelete(rEntry.mbMustDelete) in Entry()
2794 memcpy(mpData, rEntry.mpData, mnLen); in Entry()
2797 mpData = rEntry.mpData; in Entry()
2806 mnFC = rEntry.mnFC; in operator =()
2807 mnLen = rEntry.mnLen; in operator =()
2808 mnIStd = rEntry.mnIStd; in operator =()
2809 mbMustDelete = rEntry.mbMustDelete; in operator =()
2814 memcpy(mpData, rEntry.mpData, mnLen); in operator =()
[all …]
H A Dww8scan.hxx491 Entry(const Entry &rEntry);
493 bool operator<(const Entry& rEntry) const;
494 Entry& operator=(const Entry& rEntry);
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx2471 WW8PLCFx_Fc_FKP::WW8Fkp::Entry::Entry(const Entry &rEntry) in Entry() argument
2472 : mnFC(rEntry.mnFC), mnLen(rEntry.mnLen), mnIStd(rEntry.mnIStd), in Entry()
2473 mbMustDelete(rEntry.mbMustDelete) in Entry()
2478 memcpy(mpData, rEntry.mpData, mnLen); in Entry()
2481 mpData = rEntry.mpData; in Entry()
2490 mnFC = rEntry.mnFC; in operator =()
2491 mnLen = rEntry.mnLen; in operator =()
2492 mnIStd = rEntry.mnIStd; in operator =()
2493 mbMustDelete = rEntry.mbMustDelete; in operator =()
2498 memcpy(mpData, rEntry.mpData, mnLen); in operator =()
[all …]
/trunk/main/sw/source/filter/xml/
H A Dxmlexpit.cxx125 const SvXMLItemMapEntry& rEntry, in exportXML() argument
131 if( 0 != (rEntry.nMemberId & MID_SW_FLAG_SPECIAL_ITEM_EXPORT) ) in exportXML()
137 if( rEntry.nNameSpace == XML_NAMESPACE_STYLE ) in exportXML()
141 static_cast< sal_uInt16 >( rEntry.nMemberId & MID_SW_FLAG_MASK ), in exportXML()
158 OUString sName( rNamespaceMap.GetQNameByKey( rEntry.nNameSpace, in exportXML()
159 GetXMLToken(rEntry.eLocalName) ) ); in exportXML()
214 handleSpecialItem( rAttrList, rEntry, rItem, rUnitConverter, in exportXML()
218 else if( 0 == (rEntry.nMemberId & MID_SW_FLAG_ELEMENT_ITEM_EXPORT) ) in exportXML()
223 rEntry.nMemberId & MID_SW_FLAG_MASK ), in exportXML()
227 rNamespaceMap.GetQNameByKey( rEntry.nNameSpace, in exportXML()
[all …]
H A Dxmlexpit.hxx65 const SvXMLItemMapEntry &rEntry,
95 const SvXMLItemMapEntry& rEntry,
105 const SvXMLItemMapEntry& rEntry,
113 const SvXMLItemMapEntry& rEntry,
H A Dxmlimpit.hxx61 virtual sal_Bool handleSpecialItem( const SvXMLItemMapEntry& rEntry,
70 virtual sal_Bool handleNoItem( const SvXMLItemMapEntry& rEntry,

Completed in 259 milliseconds

12345678