Home
last modified time | relevance | path

Searched refs:pDestination (Results 1 – 6 of 6) sorted by relevance

/trunk/main/comphelper/source/misc/
H A Dsequenceashashmap.cxx196 css::beans::PropertyValue* pDestination = lDestination.getArray(); in operator >>() local
203 pDestination[i].Name = pThis->first ; in operator >>()
204 pDestination[i].Value = pThis->second; in operator >>()
216 css::beans::NamedValue* pDestination = lDestination.getArray(); in operator >>() local
223 pDestination[i].Name = pThis->first ; in operator >>()
224 pDestination[i].Value = pThis->second; in operator >>()
250 css::uno::Any* pDestination = lDestination.getArray(); in getAsConstAnyList() local
261 pDestination[i] = css::uno::makeAny(aProp); in getAsConstAnyList()
268 pDestination[i] = css::uno::makeAny(aProp); in getAsConstAnyList()
/trunk/main/comphelper/inc/comphelper/
H A Dsequenceasvector.hxx190 TElementType* pDestination = lDestination.getArray(); in operator >>() local
197 pDestination[i] = *pThis; in operator >>()
214 TElementType* pDestination = lDestination.getArray(); in operator >>() local
221 pDestination[i] = *pThis; in operator >>()
/trunk/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1638 SvLBoxEntry* pDestination = pTarget; in NotifyMoving() local
1639 while (GetParent(pDestination) != NULL && GetParent(GetParent(pDestination)) != NULL) in NotifyMoving()
1640 pDestination = GetParent(pDestination); in NotifyMoving()
1642 SdrObject* pTargetObject = reinterpret_cast<SdrObject*>(pDestination->GetUserData()); in NotifyMoving()
1667 else if (GetParent(pDestination) == NULL) in NotifyMoving()
1669 rpNewParent = pDestination; in NotifyMoving()
1674 rpNewParent = GetParent(pDestination); in NotifyMoving()
1675 rNewChildPos = pModel->GetRelPos(pDestination) + 1; in NotifyMoving()
/trunk/main/framework/source/fwi/classes/
H A Dconverter.cxx153 css::beans::PropertyValue* pDestination = lDestination.getArray(); in convert_OUStringHash2seqProp() local
157 pDestination[nItem].Name = pItem->first ; in convert_OUStringHash2seqProp()
158 pDestination[nItem].Value <<= pItem->second; in convert_OUStringHash2seqProp()
/trunk/main/l10ntools/source/help/
H A DHelpLinker.cxx235 std::string* pDestination = NULL,
632 std::string* pExtensionPath, std::string* pDestination, in main() argument
844 extensionDestination = *pDestination; in main()
1031 const char* pDestination = aODestination.getStr(); in compileExtensionHelp() local
1032 std::string aStdStrDestination = pDestination; in compileExtensionHelp()
/trunk/main/UnoControls/source/base/
H A Dbasecontainercontrol.cxx451 Reference< XControl > * pDestination = aDescriptor.getArray () ; in getControls() local
458 pDestination [ nCount ] = pCopyControl->xControl ; in getControls()

Completed in 41 milliseconds