Home
last modified time | relevance | path

Searched refs:pDesc (Results 1 – 25 of 157) sorted by relevance

1234567

/trunk/main/sc/source/core/data/
H A Dglobal.cxx1391 delete pDesc; in ScFunctionList()
1400 while (pDesc) in ~ScFunctionList()
1402 delete pDesc; in ~ScFunctionList()
1403 pDesc = Next(); in ~ScFunctionList()
1797 aCatLists[pDesc->nCategory]->Insert((void*)pDesc, LIST_APPEND); in ScFunctionMgr()
1816 for (pDesc = First(0); pDesc; pDesc = Next()) in Get()
1819 return pDesc; in Get()
1827 for (pDesc = First(0); pDesc; pDesc = Next()) in Get()
1830 return pDesc; in Get()
1944 …for (pDesc = (const ScFuncDesc*)m_pCategory->First(); i < _nPos && pDesc; pDesc = (const ScFuncDe… in getFunction()
[all …]
/trunk/main/sw/source/core/doc/
H A Ddocdesc.cxx235 SwPageDesc *pDesc = aPageDescs[i]; in ChgPageDesc() local
256 pDesc->SetNumType( rChged.GetNumType() ); in ChgPageDesc()
291 pDesc->GetMaster().SetFmtAttr( rHead ); in ChgPageDesc()
295 pDesc->GetLeft().SetFmtAttr( pDesc->GetMaster().GetHeader() ); in ChgPageDesc()
353 pDesc->GetMaster().SetFmtAttr( rFoot ); in ChgPageDesc()
356 pDesc->GetLeft().SetFmtAttr( pDesc->GetMaster().GetFooter() ); in ChgPageDesc()
401 pDesc->SetName( rChged.GetName() ); in ChgPageDesc()
410 { pDesc->SetUseOn( rChged.GetUseOn() ); in ChgPageDesc()
415 { if ( pDesc->GetFollow() != pDesc ) in ChgPageDesc()
416 { pDesc->SetFollow( pDesc ); in ChgPageDesc()
[all …]
H A Ddocftn.cxx133 SwPageDesc *pDesc = rDoc.GetPageDescFromPool( static_cast<sal_uInt16>( in GetPageDesc() local
135 pDesc->Add( &((SwClient&)aPageDescDep) ); in GetPageDesc()
146 bool SwEndNoteInfo::DependsOn( const SwPageDesc* pDesc ) const in DependsOn()
148 return ( aPageDescDep.GetRegisteredIn() == pDesc ); in DependsOn()
151 void SwEndNoteInfo::ChgPageDesc( SwPageDesc *pDesc ) in ChgPageDesc() argument
153 pDesc->Add( &((SwClient&)aPageDescDep) ); in ChgPageDesc()
/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx271 if(pDesc) in lcl_FindPageDesc()
282 return pDesc; in lcl_FindPageDesc()
408 pDesc(0), in SwDocStyleSheet()
454 pDesc(rOrg.pDesc), in SwDocStyleSheet()
884 if( pDesc && pDesc->GetName() != rStr ) in SetName()
1037 if( pDesc ) in SetFollow()
1724 if( pDesc ) in FillStyleSheet()
1739 pDesc = 0; in FillStyleSheet()
1855 if( !pDesc ) in Create()
1920 return pDesc; in GetPageDesc()
[all …]
H A Dappenv.cxx361 SwPageDesc* pDesc = pSh->GetPageDescFromPool(RES_POOLPAGE_JAKET); in InsertEnv() local
362 SwFrmFmt& rFmt = pDesc->GetMaster(); in InsertEnv()
405 pDesc->ChgHeaderShare(sal_False); in InsertEnv()
407 pDesc->ChgFooterShare(sal_False); in InsertEnv()
410 pDesc->SetUseOn(nsUseOnPage::PD_ALL); in InsertEnv()
419 pDesc->SetNumType(aType); in InsertEnv()
423 pDesc->SetFollow(pFollow); in InsertEnv()
426 pDesc->SetLandscape( rItem.eAlign >= ENV_VER_LEFT && in InsertEnv()
432 pSh->FindPageDescByName( pDesc->GetName(), in InsertEnv()
437 pSh->ChgPageDesc( nPos, *pDesc); in InsertEnv()
[all …]
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx200 pDesc( pPgDsc ), in SwPageFrm()
207 if( pDesc ) in SwPageFrm()
762 pDesc = pNew; in SetPageDesc()
1208 pFmtWish = bOdd ? pDesc->GetLeftFmt() : pDesc->GetRightFmt(); in CheckPageDescs()
1311 pDesc = 0; in InsertPage()
1322 if ( !pDesc ) in InsertPage()
1326 if( !(bWishedOdd ? pDesc->GetRightFmt() : pDesc->GetLeftFmt()) ) in InsertPage()
1355 pFmt = bWishedOdd ? pDesc->GetRightFmt() : pDesc->GetLeftFmt(); in InsertPage()
1614 if ( !(bOdd ? pDesc->GetRightFmt() : pDesc->GetLeftFmt()) ) in AssertFlyPages()
1626 pDesc->GetLeftFmt()), this, pDesc ); in AssertFlyPages()
[all …]
H A Dnewfrm.cxx543 SwPageDesc *pDesc = 0; in Init() local
549 pDesc = (SwPageDesc*)rDesc.GetPageDesc(); in Init()
556 pDesc = (SwPageDesc*)rDesc.GetPageDesc(); in Init()
562 if ( !pDesc ) in Init()
563 pDesc = (SwPageDesc*) in Init()
568 SwPageFrm *pPage = ::InsertNewPage( *pDesc, this, bOdd, sal_False, sal_False, 0 ); in Init()
H A Dflowfrm.cxx911 SwPageDesc *pDesc = 0; in WrongPageDesc() local
916 pDesc = (SwPageDesc*)rFmtDesc.GetPageDesc(); in WrongPageDesc()
917 if( pDesc ) in WrongPageDesc()
919 if( !pDesc->GetRightFmt() ) in WrongPageDesc()
921 else if( !pDesc->GetLeftFmt() ) in WrongPageDesc()
933 if ( !pDesc ) in WrongPageDesc()
934 pDesc = pNew->FindPageDesc(); in WrongPageDesc()
944 return ( pNew->GetPageDesc() != pDesc || // own desc ? in WrongPageDesc()
945 pNew->GetFmt() != (bOdd ? pDesc->GetRightFmt() : pDesc->GetLeftFmt()) || in WrongPageDesc()
946 ( pNewDesc && pNewDesc == pDesc ) ); in WrongPageDesc()
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx591 const ScFuncDesc* pDesc = in SetDescription() local
594 if (pDesc) in SetDescription()
619 aString+=*(pDesc->pFuncDesc); in SetDescription()
829 while ( pDesc ) in UpdateFunctionList()
833 (void*)pDesc ); in UpdateFunctionList()
834 pDesc = pFuncMgr->Next(); in UpdateFunctionList()
844 (void*)pDesc ); in UpdateFunctionList()
902 const ScFuncDesc* pDesc = in DoEnter() local
905 if (pDesc) in DoEnter()
907 pFuncDesc=pDesc; in DoEnter()
[all …]
H A Dformula.cxx463 const IFunctionDescription* pDesc = getCurrentFunctionDescription(); in IsRefInputMode() local
464 sal_Bool bRef = (pDesc && (pDesc->getSuppressedArgumentCount() > 0)) && (pDoc!=NULL); in IsRefInputMode()
503 const ScFuncDesc* pDesc = dynamic_cast<const ScFuncDesc*>(_pDesc); in insertEntryToLRUList() local
504 SaveLRUEntry(pDesc); in insertEntryToLRUList()
/trunk/main/sc/addin/datefunc/
H A Ddfa.cl608 * @param *pDesc Output: Description of the parameter
613 char* pName, char* pDesc )
616 *pDesc = 0;
622 SO_StringCopy(pDesc,getText(DFA_WEEK_DESC));
626 SO_StringCopy(pDesc,getText(DFA_WEEK_PAR1_DESC));
630 SO_StringCopy(pDesc,getText(DFA_WEEK_PAR2_DESC));
634 SO_StringCopy(pDesc,getText(DFA_WEEK_PAR3_DESC));
641 SO_StringCopy(pDesc,getText(DFA_MONTHS_DESC));
660 SO_StringCopy(pDesc,getText(DFA_YEARS_DESC));
664 SO_StringCopy(pDesc,getText(DFA_YEARS_PAR1_DESC));
[all …]
/trunk/main/formula/source/ui/dlg/
H A Dfuncpage.cxx126 TFunctionDesc pDesc(_pCategory->getFunction(i)); in impl_addFunctions() local
128 aLbFunction.InsertEntry(pDesc->getFunctionName() ),(void*)pDesc ); in impl_addFunctions()
167 const IFunctionDescription* pDesc = *aIter; in UpdateFunctionList() local
168 if (pDesc) // may be null if a function is no longer available in UpdateFunctionList()
171 aLbFunction.InsertEntry( pDesc->getFunctionName() ), (void*)pDesc ); in UpdateFunctionList()
187 const IFunctionDescription* pDesc = GetFuncDesc( GetFunction() ); in IMPL_LINK() local
188 if ( pDesc ) in IMPL_LINK()
190 const rtl::OString sHelpId = pDesc->getHelpId(); in IMPL_LINK()
H A Dformula.cxx1016 if(pDesc==pFuncDesc || !pFuncPage->IsVisible()) in IMPL_LINK()
1076 if (pDesc) in UpdateFunctionDesc()
1080 String aSig = pDesc->getSignature(); in UpdateFunctionDesc()
1083 aFtFuncDesc.SetText( pDesc->getDescription() ); in UpdateFunctionDesc()
1084 ResizeArgArr( pDesc ); in UpdateFunctionDesc()
1110 m_pHelper->insertEntryToLRUList(pDesc); in IMPL_LINK()
1728 if(pDesc!=pFuncDesc) aBtnForward.Enable(sal_True); //new in IMPL_LINK()
1730 if (pDesc) in IMPL_LINK()
1734 String aSig = pDesc->getSignature(); in IMPL_LINK()
1735 aFtHeadLine.SetText( pDesc->getFunctionName() ); in IMPL_LINK()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dappluno.cxx847 const ScFuncDesc* pDesc = pFuncList->GetFunction(nIndex); in getById() local
848 if ( pDesc && pDesc->nFIndex == nId ) in getById()
851 lcl_FillSequence( aSeq, *pDesc ); in getById()
878 const ScFuncDesc* pDesc = pFuncList->GetFunction(nIndex); in getByName() local
880 if ( pDesc && pDesc->pFuncName && aNameStr == *pDesc->pFuncName ) in getByName()
883 lcl_FillSequence( aSeq, *pDesc ); in getByName()
919 if ( pDesc ) in getByIndex()
922 lcl_FillSequence( aSeq, *pDesc ); in getByIndex()
970 if ( pDesc && pDesc->pFuncName ) in getElementNames()
971 pAry[nIndex] = *pDesc->pFuncName; in getElementNames()
[all …]
/trunk/main/sc/source/ui/view/
H A Dpivotsh.cxx112 const ScSheetSourceDesc* pDesc = pDPObj->GetSheetDesc(); in Execute() local
113 DBG_ASSERT( pDesc, "no sheet source for DP filter dialog" ); in Execute()
114 if( pDesc ) in Execute()
116 aQueryParam = pDesc->aQueryParam; in Execute()
117 nSrcTab = pDesc->aSourceRange.aStart.Tab(); in Execute()
139 if( pDesc ) in Execute()
140 aNewDesc = *pDesc; in Execute()
/trunk/main/sw/source/core/text/
H A Dporrst.cxx375 SwPageDesc* pDesc = ((SwPageFrm*)pFrm)->FindPageDesc(); in FillRegister() local
376 if( pDesc ) in FillRegister()
378 rRegDiff = pDesc->GetRegHeight(); in FillRegister()
381 const SwTxtFmtColl *pFmt = pDesc->GetRegisterFmtColl(); in FillRegister()
388 pDesc->SetRegHeight( rRegDiff ); in FillRegister()
389 pDesc->SetRegAscent( ( 4 * rRegDiff ) / 5 ); in FillRegister()
453 pDesc->SetRegHeight( rRegDiff ); in FillRegister()
454 pDesc->SetRegAscent( rRegDiff - nNettoHeight + in FillRegister()
460 const long nTmpDiff = pDesc->GetRegAscent() - rRegDiff; in FillRegister()
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx648 if( pDesc ) in add()
650 if(pDesc->GetSurround()) in add()
653 if(pDesc->GetLRSpace()) in add()
655 aSet.Put(*pDesc->GetLRSpace()); in add()
657 if(pDesc->GetULSpace()) in add()
659 aSet.Put(*pDesc->GetULSpace()); in add()
661 if(pDesc->GetAnchor()) in add()
662 aAnchor = *pDesc->GetAnchor(); in add()
665 if ( !pDesc->GetHOrient() ) in add()
691 if(pDesc->GetSurround()) in add()
[all …]
/trunk/main/pyuno/source/module/
H A Dpyuno_except.cxx119 typelib_InterfaceTypeDescription *pDesc = (typelib_InterfaceTypeDescription * )desc.get(); in createClass() local
120 if( pDesc->pBaseTypeDescription ) in createClass()
122 base = getClass( pDesc->pBaseTypeDescription->aBase.pTypeName, runtime ); in createClass()
131 typelib_CompoundTypeDescription *pDesc = (typelib_CompoundTypeDescription*)desc.get(); in createClass() local
132 if( pDesc->pBaseTypeDescription ) in createClass()
134 base = getClass( pDesc->pBaseTypeDescription->aBase.pTypeName, runtime ); in createClass()
/trunk/main/reportdesign/source/ui/misc/
H A DFunctionHelper.cxx78 const formula::IFunctionDescription* pDesc = NULL; in getFunctionByName() local
81 pDesc = get(m_xMgr->getFunctionByName(_sFunctionName)).get(); in getFunctionByName()
86 return pDesc; in getFunctionByName()
100 ::boost::shared_ptr< FunctionDescription > pDesc; in get()
117 pDesc = aFunctionFind->second; in get()
119 return pDesc; in get()
/trunk/main/sc/source/core/tool/
H A Dparclass.cxx413 for ( const ScFuncDesc* pDesc = pFuncList->First(); pDesc; in MergeArgumentsFromFunctionResource() local
414 pDesc = pFuncList->Next() ) in MergeArgumentsFromFunctionResource()
416 if ( pDesc->nFIndex > SC_OPCODE_LAST_OPCODE_ID || in MergeArgumentsFromFunctionResource()
417 pData[pDesc->nFIndex].aData.nParam[0] != Unknown ) in MergeArgumentsFromFunctionResource()
420 RunData* pRun = &pData[ pDesc->nFIndex ]; in MergeArgumentsFromFunctionResource()
421 sal_uInt16 nArgs = pDesc->GetSuppressedArgCount(); in MergeArgumentsFromFunctionResource()
435 ByteString( *(pDesc->pFuncName), in MergeArgumentsFromFunctionResource()
/trunk/main/forms/source/misc/
H A DInterfaceContainer.cxx90 const ScriptEventDescriptor* pDesc = sEvents.getConstArray(); in lcl_hasVbaEvents() local
91 const ScriptEventDescriptor* pEnd = ( pDesc + sEvents.getLength() ); in lcl_hasVbaEvents()
92 for ( ; pDesc != pEnd; ++pDesc ) in lcl_hasVbaEvents()
94 if ( pDesc->ScriptType.equals( rtl::OUString::createFromAscii( "VBAInterop" ) ) ) in lcl_hasVbaEvents()
105 const ScriptEventDescriptor* pDesc = sEvents.getConstArray(); in lcl_stripVbaEvents() local
106 const ScriptEventDescriptor* pEnd = ( pDesc + sEvents.getLength() ); in lcl_stripVbaEvents()
108 for ( ; pDesc != pEnd; ++pDesc ) in lcl_stripVbaEvents()
110 if ( !pDesc->ScriptType.equals( rtl::OUString::createFromAscii( "VBAInterop" ) ) ) in lcl_stripVbaEvents()
112 sStripped[ nCopied++ ] = *pDesc; in lcl_stripVbaEvents()
/trunk/main/sw/source/core/undo/
H A DSwUndoPageDesc.cxx331 : SwUndo(UNDO_CREATE_PAGEDESC), pDesc(pNew), aNew(*pNew, _pDoc), in SwUndoPageDescCreate()
344 if (pDesc) in UndoImpl()
346 aNew = *pDesc; in UndoImpl()
347 pDesc = NULL; in UndoImpl()
375 if (pDesc) in GetRewriter()
376 aResult.AddRule(UNDO_ARG1, pDesc->GetName()); in GetRewriter()
/trunk/main/extensions/source/ole/
H A Dwindata.hxx113 FUNCDESC* operator = (FUNCDESC* pDesc) in operator =() argument
116 m_pFuncDesc = pDesc; in operator =()
121 FUNCDESC* pDesc = m_pFuncDesc; in Detach() local
123 return pDesc; in Detach()
/trunk/main/sc/addin/rot13/
H A Drot13.cl102 * @param *pDesc Output: Description of the parameter
107 char* pName, char* pDesc )
110 *pDesc = 0;
117 SO_StringCopy(pDesc,getText(ROT13_DESC));
121 SO_StringCopy(pDesc,getText(ROT13_PAR1_DESC));
/trunk/main/sw/source/core/frmedt/
H A Dfedesc.cxx172 SwPageDesc* pDesc = GetDoc()->FindPageDescByName( rName, pPos ); in FindPageDescByName() local
173 if( !pDesc && bGetFromPool ) in FindPageDescByName()
177 0 != (pDesc = GetDoc()->GetPageDescFromPool( nPoolId )) in FindPageDescByName()
182 return pDesc; in FindPageDescByName()

Completed in 219 milliseconds

1234567