/trunk/main/sw/source/core/attr/ |
H A D | calbck.cxx | 71 void SwClient::Modify( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue ) in Modify() argument 73 CheckRegistration( pOldValue, pNewValue ); in Modify() 159 void SwModify::Modify( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue ) in Modify() argument 161 NotifyClients( pOldValue, pNewValue ); in Modify() 169 pNewValue ? pNewValue->Which() : 0; in NotifyClients() 202 ModifyBroadcast( pOldValue, pNewValue ); in NotifyClients() 372 pClient->Modify( pOldValue, pNewValue ); in ModifyBroadcast() 391 void SwDepend::Modify( const SfxPoolItem* pOldValue, const SfxPoolItem *pNewValue ) in Modify() argument 393 if(pNewValue && pNewValue->Which() == RES_OBJECTDYING) in Modify() 394 CheckRegistration(pOldValue,pNewValue); in Modify() [all …]
|
H A D | format.cxx | 285 void SwFmt::Modify( const SfxPoolItem* pOldValue, const SfxPoolItem* pNewValue ) in Modify() argument 290 pNewValue ? pNewValue->Which() : 0 ; in Modify() 299 SwFmt * pFmt = (SwFmt *) ((SwPtrMsgPoolItem *)pNewValue)->pObject; in Modify() 325 SwAttrSetChg aNew( *(SwAttrSetChg*)pNewValue ); in Modify() 342 ((SwFmtChg*)pNewValue)->pChangedFmt == DerivedFrom() ) in Modify() 358 ModifyBroadcast( pOldValue, pNewValue, TYPE(SwFmt) ); in Modify() 383 NotifyClients( pOldValue, pNewValue ); in Modify()
|
/trunk/main/sw/inc/ |
H A D | calbck.hxx | 102 void CheckRegistration( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue ); 106 …tion( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue ) { Modify ( pOldValue, pNewValue… in ModifyNotification() argument 145 void NotifyClients( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue ); 150 …void ModifyBroadcast( const SfxPoolItem *pOldValue, const SfxPoolItem *pNewValue, TypeId nType = T… 201 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNewValue );
|
H A D | swtblfmt.hxx | 80 virtual void Modify(const SfxPoolItem* pOld,const SfxPoolItem* pNewValue);
|
H A D | frmfmt.hxx | 70 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNewValue );
|
H A D | pagedesc.hxx | 160 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNewValue );
|
H A D | format.hxx | 71 virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem* pNewValue );
|
/trunk/main/connectivity/source/parse/ |
H A D | internalnode.cxx | 34 OSQLInternalNode::OSQLInternalNode(const sal_Char* pNewValue, in OSQLInternalNode() argument 37 : OSQLParseNode(pNewValue,eNodeType,nNodeID) in OSQLInternalNode() 54 OSQLInternalNode::OSQLInternalNode(const sal_Unicode* pNewValue, in OSQLInternalNode() argument 57 :OSQLParseNode(pNewValue,eNodeType,nNodeID) in OSQLInternalNode()
|
H A D | sqlnode.cxx | 1559 OSQLParseNode::OSQLParseNode(const sal_Char * pNewValue, in OSQLParseNode() argument 1563 ,m_aNodeValue(pNewValue,strlen(pNewValue),RTL_TEXTENCODING_UTF8) in OSQLParseNode() 1585 OSQLParseNode::OSQLParseNode(const sal_Unicode * pNewValue, in OSQLParseNode() argument 1589 ,m_aNodeValue(pNewValue) in OSQLParseNode()
|
H A D | sqlbison.y | 96 static connectivity::OSQLInternalNode* newNode(const sal_Char* pNewValue, 100 return new connectivity::OSQLInternalNode(pNewValue, eNodeType, nNodeID);
|
/trunk/main/sdext/source/pdfimport/pdfparse/ |
H A D | pdfparse.cxx | 327 void insertNewValue( PDFEntry* pNewValue, iteratorT pPos ) in insertNewValue() argument 341 pObj->m_pObject = pNewValue; in insertNewValue() 348 else if( dynamic_cast<PDFDict*>(pNewValue) ) in insertNewValue() 354 pTrailer->m_pDict = dynamic_cast<PDFDict*>(pNewValue); in insertNewValue() 366 pContainer->m_aSubElements.push_back( pNewValue ); in insertNewValue() 371 if( dynamic_cast<PDFContainer*>(pNewValue) ) in insertNewValue() 376 delete pNewValue; in insertNewValue()
|
/trunk/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 1145 pNewValue->m_eType = eInvocation; // or what ? in parse() 1927 if( ! pNewValue ) in checkConstraints() 1934 if( pKey->getValue( pNewValue->m_aOption ) != pNewValue ) in checkConstraints() 1939 if( pNewValue->m_aOption.EqualsAscii( "None" ) || pNewValue->m_aOption.EqualsAscii( "False" ) || in checkConstraints() 1940 pNewValue == pKey->getDefaultValue() ) in checkConstraints() 1958 if( pNewValue != pKeyOption ) in checkConstraints() 1973 if( pKeyOption == pNewValue && in checkConstraints() 1988 ! pNewValue->m_aOption.EqualsAscii( "None" ) && in checkConstraints() 1989 ! pNewValue->m_aOption.EqualsAscii( "False" ) ) in checkConstraints() 2003 ! pNewValue->m_aOption.EqualsAscii( "None" ) && in checkConstraints() [all …]
|
/trunk/main/comphelper/source/property/ |
H A D | propertycontainerhelper.cxx | 342 const Any* pNewValue = &_rValue; in convertFastPropertyValue() local 363 pNewValue = &aProperlyTyped; in convertFastPropertyValue() 371 OSL_ENSURE( pNewValue->getValueType() == aPos->aProperty.Type, in convertFastPropertyValue() 375 … const_cast<void*>(pNewValue->getValue()), aPos->aProperty.Type.getTypeLibType(), in convertFastPropertyValue() 383 _rConvertedValue = *pNewValue; in convertFastPropertyValue()
|
/trunk/main/sw/source/core/docnode/ |
H A D | node.cxx | 1053 void SwCntntNode::Modify( const SfxPoolItem* pOldValue, const SfxPoolItem* pNewValue ) in Modify() argument 1056 pNewValue ? pNewValue->Which() : 0 ; in Modify() 1062 SwFmt * pFmt = (SwFmt *) ((SwPtrMsgPoolItem *)pNewValue)->pObject; in Modify() 1092 ((SwFmtChg*)pNewValue)->pChangedFmt == GetRegisteredIn() ) in Modify() 1100 if( ((SwCondCollCondChg*)pNewValue)->pChangedFmt == GetRegisteredIn() && in Modify() 1122 const sal_uInt16 nTmp = ((SwUpdateAttr*)pNewValue)->getWhichAttr(); in Modify() 1132 NotifyClients( pOldValue, pNewValue ); in Modify()
|
/trunk/main/sw/source/core/txtnode/ |
H A D | ndtxt.cxx | 3506 const SfxPoolItem* pNewValue ) in HandleModifyAtTxtNode() argument 3509 pNewValue ? pNewValue->Which() : 0 ; in HandleModifyAtTxtNode() 3576 if ( pNewValue ) in HandleModifyAtTxtNode() 3662 void SwTxtNode::Modify( const SfxPoolItem* pOldValue, const SfxPoolItem* pNewValue ) in Modify() argument 3672 if( pOldValue && pNewValue && RES_FMT_CHG == pOldValue->Which() && in Modify() 3673 GetRegisteredIn() == ((SwFmtChg*)pNewValue)->pChangedFmt && in Modify() 3678 (SwTxtFmtColl*)((SwFmtChg*)pNewValue)->pChangedFmt ); in Modify() 3684 sal_uInt16 nWhich = pNewValue ? pNewValue->Which() : 0; in Modify() 3689 SfxItemIter aIter(*((SwAttrSetChg*)pNewValue)->GetChgSet()); in Modify() 3706 HandleModifyAtTxtNode( *this, pOldValue, pNewValue ); in Modify() [all …]
|
/trunk/main/connectivity/source/inc/ |
H A D | internalnode.hxx | 39 OSQLInternalNode(const sal_Char* pNewValue, 45 OSQLInternalNode(const sal_Unicode* pNewValue,
|
/trunk/main/editeng/source/misc/ |
H A D | unolingu.cxx | 368 PropertyValue *pNewValue = aNewValues.getArray(); in UpdateAll() local 384 pNewValue->Name = aCfgEntryName; in UpdateAll() 385 pNewValue->Value <<= (*aIt).second; in UpdateAll() 386 ++pNewValue; in UpdateAll() 389 DBG_ASSERT( pNewValue - aNewValues.getArray() == nVals, in UpdateAll()
|
/trunk/main/reportdesign/source/ui/report/ |
H A D | ReportSection.cxx | 397 beans::NamedValue* pNewValue = _rAllreadyCopiedObjects.getArray() + nLength; in Copy() local 398 pNewValue->Name = m_xSection->getName(); in Copy() 399 …pNewValue->Value <<= uno::Sequence< uno::Reference<report::XReportComponent> >(&(*aCopies.begin())… in Copy()
|
/trunk/main/sfx2/source/doc/ |
H A D | objstor.cxx | 2318 com::sun::star::beans::PropertyValue * pNewValue = aArgs.getArray(); in InsertFrom() local 2329 pNewValue[i] = pOldValue[i]; in InsertFrom() 2414 com::sun::star::beans::PropertyValue * pNewValue = aArgs.getArray(); in ImportFrom() local 2425 pNewValue[i] = pOldValue[i]; in ImportFrom() 2529 com::sun::star::beans::PropertyValue * pNewValue = aArgs.getArray(); in ExportTo() local 2542 pNewValue[i] = pOldValue[i]; in ExportTo() 2544 pNewValue[i].Value <<= OUString ( rMedium.GetName() ); in ExportTo()
|
/trunk/main/sw/source/core/undo/ |
H A D | rolbck.cxx | 1044 const SfxPoolItem* pNewValue, in Add() argument 1048 const sal_uInt16 nWhich(pNewValue->Which()); in Add() 1072 pHt = new SwHistoryResetFmt( pNewValue, nNodeIdx ); in Add()
|
/trunk/main/sw/source/core/inc/ |
H A D | rolbck.hxx | 378 const SfxPoolItem* pNewValue,
|