Home
last modified time | relevance | path

Searched refs:GetName (Results 1 – 25 of 992) sorted by relevance

12345678910>>...40

/AOO41X/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx571 ::rtl::OUString sPropertyName = rPropNameSupplier.GetName(aBorderProperties[nProperty]); in lcl_MoveBorderPropertiesToFrame()
664 … xParaProperties->setPropertyToDefault(rPropNameSupplier.GetName(PROP_CHAR_ESCAPEMENT)); in finishParagraph()
665 xParaProperties->setPropertyToDefault(rPropNameSupplier.GetName(PROP_CHAR_HEIGHT)); in finishParagraph()
705 pFrameProperties[0].Name = rPropNameSupplier.GetName(PROP_WIDTH); in finishParagraph()
706 pFrameProperties[1].Name = rPropNameSupplier.GetName(PROP_HEIGHT); in finishParagraph()
707 … pFrameProperties[2].Name = rPropNameSupplier.GetName(PROP_SIZE_TYPE); in finishParagraph()
708 … pFrameProperties[3].Name = rPropNameSupplier.GetName(PROP_WIDTH_TYPE); in finishParagraph()
709 … pFrameProperties[4].Name = rPropNameSupplier.GetName(PROP_HORI_ORIENT); in finishParagraph()
710 … pFrameProperties[5].Name = rPropNameSupplier.GetName(PROP_HORI_ORIENT_POSITION); in finishParagraph()
711 … pFrameProperties[6].Name = rPropNameSupplier.GetName(PROP_HORI_ORIENT_RELATION); in finishParagraph()
[all …]
H A DGraphicImport.cxx1123 (rPropNameSupplier.GetName(PROP_ANCHOR_TYPE), in lcl_attribute()
1127 (rPropNameSupplier.GetName(PROP_TEXT_RANGE), in lcl_attribute()
1542 …xGraphicObjectProperties->setPropertyValue(rPropNameSupplier.GetName(PROP_GRAPHIC), uno::makeAny( … in createGraphicObject()
1543 xGraphicObjectProperties->setPropertyValue(rPropNameSupplier.GetName(PROP_ANCHOR_TYPE), in createGraphicObject()
1567 …xGraphicObjectProperties->setPropertyValue(rPropNameSupplier.GetName( aBorderProps[nBorder]), uno:… in createGraphicObject()
1571 xGraphicObjectProperties->setPropertyValue(rPropNameSupplier.GetName( PROP_TITLE ), in createGraphicObject()
1574 … xGraphicObjectProperties->setPropertyValue(rPropNameSupplier.GetName( PROP_POSITION_PROTECTED ), in createGraphicObject()
1577 … xGraphicObjectProperties->setPropertyValue(rPropNameSupplier.GetName( PROP_SIZE_PROTECTED ), in createGraphicObject()
1586 xGraphicObjectProperties->setPropertyValue(rPropNameSupplier.GetName(PROP_SIZE), in createGraphicObject()
1633 … xGraphicObjectProperties->setPropertyValue(rPropNameSupplier.GetName( PROP_HORI_ORIENT ), in createGraphicObject()
[all …]
H A DPropertyMap.cxx79 pValues[nValue].Name = rPropNameSupplier.GetName( aParaStyleIter->first.eId ); in GetPropertyValues()
87 pValues[nValue].Name = rPropNameSupplier.GetName( aCharStyleIter->first.eId ); in GetPropertyValues()
94 pValues[nValue].Name = rPropNameSupplier.GetName( aNumRuleIter->first.eId ); in GetPropertyValues()
103 pValues[nValue].Name = rPropNameSupplier.GetName( aMapIter->first.eId ); in GetPropertyValues()
139 GetPropertyNameSupplier().GetName(eId); in Insert()
171 pTag->addAttr("name", rPropNameSupplier.GetName( aMapIter->first.eId )); in toTag()
321 m_sFirstPageStyleName = rPropNameSupplier.GetName( PROP_FIRST_PAGE ); in SectionPropertyMap()
322 m_sFollowPageStyleName = rPropNameSupplier.GetName( PROP_STANDARD ); in SectionPropertyMap()
515 const ::rtl::OUString sBorderName = rPropNameSupplier.GetName( aBorderIds[nBorder] ); in ApplyBorderToPageStyles()
539 const ::rtl::OUString sMarginName = rPropNameSupplier.GetName( eMarginId ); in SetBorderDistance()
[all …]
H A DStyleSheetTable.cxx773 … xStyleFamilies->getByName(rPropNameSupplier.GetName( PROP_CHARACTER_STYLES )) >>= xCharStyles; in ApplyStyleSheets()
774 … xStyleFamilies->getByName(rPropNameSupplier.GetName( PROP_PARAGRAPH_STYLES )) >>= xParaStyles; in ApplyStyleSheets()
795 rPropNameSupplier.GetName( PROP_SERVICE_PARA_STYLE ) : in ApplyStyleSheets()
796 rPropNameSupplier.GetName( PROP_SERVICE_CHAR_STYLE )), in ApplyStyleSheets()
868 … beans::PropertyValue aLvlVal( rPropNameSupplier.GetName( PROP_OUTLINE_LEVEL ), 0, in ApplyStyleSheets()
876 … beans::PropertyValue aStyleVal( rPropNameSupplier.GetName( PROP_NUMBERING_STYLE_NAME ), 0, in ApplyStyleSheets()
890 … xState1->setPropertyToDefault(rPropNameSupplier.GetName( PROP_PARA_LEFT_MARGIN )); in ApplyStyleSheets()
893 … xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_PARA_BOTTOM_MARGIN )); in ApplyStyleSheets()
904 … xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_CHAR_WEIGHT )); in ApplyStyleSheets()
905 … xState->setPropertyToDefault(rPropNameSupplier.GetName( PROP_CHAR_WEIGHT_ASIAN )); in ApplyStyleSheets()
[all …]
/AOO41X/main/idl/source/objects/
H A Dtypes.cxx237 return GetName(); in GetMangleName()
412 rOutStm << ' ' << GetName().GetBuffer(); in WriteSvIdl()
549 if( GetName().Len() ) in WriteParam()
552 rOutStm << GetName().GetBuffer(); in WriteParam()
655 bVoid = pBaseType->GetReturnType()->GetBaseType()->GetName() == "void"; in WriteCSource()
718 pBaseType->WriteParamNames( rBase, rOutStm, GetName() ); in WriteCSource()
810 if( GetName().Len() ) in Write()
813 rOutStm << GetName().GetBuffer(); in Write()
826 name += GetName(); in Write()
845 rOutStm << "/* " << GetName().GetBuffer() << " */" << endl; in Write()
[all …]
H A Dobject.cxx397 rOutStm << SvHash_import()->GetName().GetBuffer() << ' ' in WriteContextSvIdl()
400 rOutStm << " [ " << SvHash_Automation()->GetName().GetBuffer() in WriteContextSvIdl()
460 if( pS->GetName() == rAttr.GetName() ) in TestAttribute()
466 DBG_ERROR( pS->GetName().GetBuffer() ); in TestAttribute()
471 aStr += pS->GetName(); in TestAttribute()
490 aStr += pS->GetName(); in TestAttribute()
492 aStr += rAttr.GetName(); in TestAttribute()
516 rOutStm << " : " << aSuperClass->GetName().GetBuffer(); in WriteSvIdl()
588 rBase.aIFaceName = GetName(); in Write()
646 << GetName().GetBuffer(); in Write()
[all …]
H A Dslot.cxx339 return pMeth->GetName(); in GetMangleName()
341 return GetName(); in GetMangleName()
730 rOutStm << SvHash_SlotType()->GetName().GetBuffer() << '('; in WriteAttributesSvIdl()
939 SetName( pKnownSlot->GetName(), &rBase ); in ReadSvIdl()
945 aStr += pAttr->GetName(); in ReadSvIdl()
966 if ( pKnownSlot->GetName() != GetName() ) in ReadSvIdl()
973 SetName( pKnownSlot->GetName(), &rBase ); in ReadSvIdl()
978 aStr += pAttr2->GetName(); in ReadSvIdl()
1111 ByteString aValName = enumValue->GetName(); in Insert()
1188 aName += pEntry->GetName(); in MakeSlotName()
[all …]
/AOO41X/main/svx/source/xoutdev/
H A Dxattr.cxx242 SvxUnogetInternalNameForItem( nWhich, pCheckItem->GetName(), aUniqueName ); in CheckNamedItem()
256 if( pItem && ( pItem->GetName() == pCheckItem->GetName() ) ) in CheckNamedItem()
320 aUniqueName = pEntry->GetName(); in CheckNamedItem()
325 sal_Int32 nThisIndex = pEntry->GetName().Copy( aUser.Len() ).ToInt32(); in CheckNamedItem()
341 if( pItem && pItem->GetName().Len() ) in CheckNamedItem()
344 return pItem->GetName(); in CheckNamedItem()
346 if( pItem->GetName().CompareTo( aUser, aUser.Len() ) == 0 ) in CheckNamedItem()
348 sal_Int32 nThisIndex = pItem->GetName().Copy( aUser.Len() ).ToInt32(); in CheckNamedItem()
1096 rText = GetName(); in GetPresentation()
1142 SvxUnogetApiNameForItem( Which(), GetName(), aApiName ); in QueryValue()
[all …]
/AOO41X/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx128 return pField && pField->GetName() == rhs; in operator ()()
756 xColumn->setPropertyValue(PROPERTY_NAME,makeAny(pField->GetName())); in appendColumns()
761 if(xColumns->hasByName(pField->GetName())) in appendColumns()
763 xColumns->getByName(pField->GetName()) >>= xColumn; in appendColumns()
935 if((*rowIter)->GetActFieldDescr()->GetName() == *pKeyBegin) in loadData()
981 if (pFieldDesc && pFieldDesc->GetName().getLength()) in checkColumns()
989 if (pCompareDesc && bCase(pCompareDesc->GetName(),pFieldDesc->GetName())) in checkColumns()
992 strMessage.SearchAndReplaceAscii("$column$", pFieldDesc->GetName()); in checkColumns()
1071 aColumns[pField->GetName()] = sal_True; in alterColumns()
1076 if ( xColumns->hasByName(pField->GetName()) ) in alterColumns()
[all …]
/AOO41X/main/svx/source/dialog/
H A Ddlgctrl.cxx1321 InsertEntry( pEntry->GetColor(), pEntry->GetName() ); in Fill()
1332 InsertEntry( rEntry.GetColor(), rEntry.GetName() ); in Append()
1341 InsertEntry( rEntry.GetColor(), rEntry.GetName(), nPos ); in Modify()
1359 InsertEntry( pEntry->GetColor(), pEntry->GetName() ); in Fill()
1396 InsertEntry( pEntry->GetName(), aBitmap ); in Fill()
1398 InsertEntry( pEntry->GetName() ); in Fill()
1411 InsertEntry( rEntry.GetName(), rBitmap ); in Append()
1415 InsertEntry( rEntry.GetName() ); in Append()
1429 InsertEntry( rEntry.GetName(), rBitmap, nPos ); in Modify()
1433 InsertEntry( rEntry.GetName(), nPos ); in Modify()
[all …]
/AOO41X/main/sw/source/core/undo/
H A DSwUndoPageDesc.cxx119 : SwUndo( _aOld.GetName() != _aNew.GetName() ? in SwUndoPageDesc()
150 bExchange = ( aOld.GetName() == aNew.GetName() ) && in SwUndoPageDesc()
306 pDoc->ChgPageDesc(aOld.GetName(), aOld); in UndoImpl()
314 pDoc->ChgPageDesc(aNew.GetName(), aNew); in RedoImpl()
321 aResult.AddRule(UNDO_ARG1, aOld.GetName()); in GetRewriter()
323 aResult.AddRule(UNDO_ARG3, aNew.GetName()); in GetRewriter()
351 pDoc->DelPageDesc(aNew.GetName(), sal_True); in UndoImpl()
357 pDoc->MakePageDesc(aNew.GetName(), &aPageDesc, sal_False, sal_True); // #116530# in DoImpl()
376 aResult.AddRule(UNDO_ARG1, pDesc->GetName()); in GetRewriter()
378 aResult.AddRule(UNDO_ARG1, aNew.GetName()); in GetRewriter()
[all …]
H A DSwUndoFmt.cxx48 sDerivedFrom = _pDerivedFrom->GetName(); in SwUndoFmtCreate()
60 sNewName = pNew->GetName(); in UndoImpl()
98 sNewName = pNew->GetName(); in GetRewriter()
110 pDoc(_pDoc), sOldName(_pOld->GetName()), in SwUndoFmtDelete()
113 sDerivedFrom = _pOld->DerivedFrom()->GetName(); in SwUndoFmtDelete()
380 pDoc->DelNumRule(aNew.GetName(), sal_True); in UndoImpl()
385 pDoc->MakeNumRule(aNew.GetName(), &aNew, sal_True); in RedoImpl()
398 aResult.AddRule(UNDO_ARG1, aNew.GetName()); in GetRewriter()
411 pDoc->MakeNumRule(aOld.GetName(), &aOld, sal_True); in UndoImpl()
416 pDoc->DelNumRule(aOld.GetName(), sal_True); in RedoImpl()
[all …]
/AOO41X/main/basic/source/sbx/
H A Dsbxobj.cxx83 SetName( r.GetName() ); in operator =()
153 XubString aVarName( pVar->GetName() ); in SFX_NOTIFY()
159 pVar->PutString( GetName() ); in SFX_NOTIFY()
218 ByteString aNameStr2( (const UniString&)SbxVariable::GetName(), RTL_TEXTENCODING_ASCII_US ); in Find()
280 ByteString aNameStr4( (const UniString&)SbxVariable::GetName(), RTL_TEXTENCODING_ASCII_US ); in Find()
362 SbxVariable* pOld = pArray->Find( pVar->GetName(), pVar->GetClass() ); in FindVar()
531 XubString aVarName( pVar->GetName() ); in Insert()
535 ByteString aNameStr2( (const UniString&)SbxVariable::GetName(), RTL_TEXTENCODING_ASCII_US ); in Insert()
571 XubString aVarName( pVar->GetName() ); in QuickInsert()
575 ByteString aNameStr2( (const UniString&)SbxVariable::GetName(), RTL_TEXTENCODING_ASCII_US ); in QuickInsert()
[all …]
/AOO41X/main/sw/source/ui/app/
H A Ddocst.cxx132 aName = pFmt->GetName(); in StateStyleSheet()
138 aName = pColl->GetName(); in StateStyleSheet()
148 aName = pFmt->GetName(); in StateStyleSheet()
161 aName = pColl->GetName(); in StateStyleSheet()
199 aName = pFmt->GetName(); in StateStyleSheet()
214 aName = pShell->GetPageDesc( n ).GetName(); in StateStyleSheet()
224 aName = pRule->GetName(); in StateStyleSheet()
362 aParam = pDlg->GetName(); in ExecStyleSheet()
376 aParam = pColl->GetName(); in ExecStyleSheet()
429 aParam = pColl->GetName(); in ExecStyleSheet()
[all …]
H A Ddocstyle.cxx155 pStyle->PresetParent( p->GetName() ); in lcl_FindCharFmt()
195 pStyle->PresetParent( pColl->DerivedFrom()->GetName() ); in lcl_FindParaFmt()
200 pStyle->PresetFollow(rNext.GetName()); in lcl_FindParaFmt()
237 pStyle->PresetParent( pFmt->DerivedFrom()->GetName() ); in lcl_FindFrmFmt()
276 pStyle->PresetFollow(pDesc->GetFollow()->GetName()); in lcl_FindPageDesc()
519 sTmp = p->GetName(); in GetParent()
796 if( pCharFmt && pCharFmt->GetName() != rStr ) in SetName()
806 if( pColl && pColl->GetName() != rStr ) in SetName()
808 if (pColl->GetName().Len() > 0) in SetName()
820 if( pFrmFmt && pFrmFmt->GetName() != rStr ) in SetName()
[all …]
/AOO41X/main/sd/source/ui/dlg/
H A Dcustsdlg.cxx93 aLbCustomShows.InsertEntry( pCustomShow->GetName() ); in SdCustomShowDlg()
148 aLbCustomShows.InsertEntry( pCustomShow->GetName() ); in IMPL_LINK()
149 aLbCustomShows.SelectEntry( pCustomShow->GetName() ); in IMPL_LINK()
175 aLbCustomShows.InsertEntry( pCustomShow->GetName(), nPos ); in IMPL_LINK()
202 String aStr( pShow->GetName() ); in IMPL_LINK()
233 if( aStr == pCustomShow->GetName() ) in IMPL_LINK()
252 aLbCustomShows.InsertEntry( pShow->GetName() ); in IMPL_LINK()
253 aLbCustomShows.SelectEntry( pShow->GetName() ); in IMPL_LINK()
345 String aStr( pPage->GetName() ); in SdDefineCustomShowDlg()
352 aOldName = rpCustomShow->GetName(); in SdDefineCustomShowDlg()
[all …]
/AOO41X/main/sw/source/ui/utlui/
H A Dcontent.cxx458 if ( pTemp->GetName().Len() ) in Init()
578 String sTblName( rTblFmt.GetName() ); in FillMemberList()
610 String sFrmName = pFrmFmt->GetName(); in FillMemberList()
647 const String& rBkmName = ppBookmark->get()->GetName(); in FillMemberList()
826 if ( pTemp->GetName().Len() ) in FillMemberList()
836 pTemp->GetName(), in FillMemberList()
992 … if(nCmpId == OBJ_GRUP /*pTemp->ISA(SdrObjGroup)*/ && pTemp->GetName() == pCnt->GetName()) in GetEntryAltText()
1005 … const SwFlyFrmFmt* pFrmFmt = pActiveShell->GetDoc()->FindFlyByName( pCnt->GetName(), 0); in GetEntryAltText()
1021 … const SwFlyFrmFmt* pFlyFmt = pActiveShell->GetDoc()->FindFlyByName( pCnt->GetName(), 0); in GetEntryAltText()
1023 return pFlyFmt->/*GetAlternateText*/GetName(); in GetEntryAltText()
[all …]
/AOO41X/main/sw/source/core/doc/
H A Ddocfmt.cxx1374 BroadcastStyleOperation(pDel->GetName(), SFX_STYLE_FAMILY_CHAR, in DelCharFmt()
1415 BroadcastStyleOperation(pFmt->GetName(), in DelFrmFmt()
1670 BroadcastStyleOperation(pDel->GetName(), SFX_STYLE_FAMILY_PARA, in DelTxtFmtColl()
1728 pNumRuleAtParagraph->GetName() ) in lcl_SetTxtFmtColl()
1820 if( ((SwFmt*)rFmtArr[n])->GetName().Equals( rFmt.GetName() )) in CopyFmt()
1832 SwFmt* pNewFmt = (this->*fnCopyFmt)( rFmt.GetName(), pParent, sal_False, sal_True ); in CopyFmt()
1868 SwTxtFmtColl* pNewColl = FindTxtFmtCollByName( rColl.GetName() ); in CopyTxtColl()
1881 pNewColl = new SwConditionTxtFmtColl( GetAttrPool(), rColl.GetName(), in CopyTxtColl()
1893 pNewColl = MakeTxtFmtColl( rColl.GetName(), pParent ); in CopyTxtColl()
1939 SwGrfFmtColl* pNewColl = FindGrfFmtCollByName( rColl.GetName() ); in CopyGrfColl()
[all …]
/AOO41X/main/xmloff/source/draw/
H A Dximpstyl.cxx543 if(pObj0->GetName().equals(OUString(RTL_CONSTASCII_USTRINGPARAM("handout")))) in EndElement()
572 if(pObj0->GetName().equals(OUString(RTL_CONSTASCII_USTRINGPARAM("title")))) in EndElement()
586 if(pObj1->GetName().equals( in EndElement()
591 else if(pObj1->GetName().equals( in EndElement()
596 else if(pObj1->GetName().equals( in EndElement()
601 else if(pObj1->GetName().equals( in EndElement()
606 else if(pObj1->GetName().equals( in EndElement()
611 else if(pObj1->GetName().equals( in EndElement()
614 … if(pObj0->GetName().equals(OUString(RTL_CONSTASCII_USTRINGPARAM("vertical_title")))) in EndElement()
636 if(pObj1->GetName().equals( in EndElement()
[all …]
/AOO41X/main/svx/source/unodraw/
H A Dunomtabl.cxx222 if( pItem->GetName() == aSearchName ) in removeByName()
253 if( pItem->GetName() == aSearchName ) in replaceByName()
280 if( pItem && pItem->GetName() == aSearchName ) in replaceByName()
292 if( pItem && pItem->GetName() == aSearchName ) in replaceByName()
314 if( pItem && pItem->GetName() == rSearchName ) in getByNameFromPool()
366 if( pItem == NULL || pItem->GetName().Len() == 0 ) in createNamesForPool()
369 SvxUnogetApiNameForItem( XATTR_LINEEND, pItem->GetName(), aName ); in createNamesForPool()
419 if( pItem && pItem->GetName() == aSearchName ) in hasByName()
428 if( pItem && pItem->GetName() == aSearchName ) in hasByName()
454 if( pItem && pItem->GetName().Len() != 0 ) in hasElements()
[all …]
/AOO41X/main/rsc/source/res/
H A Drscmgr.cxx208 (rId.GetName()).GetBuffer() ); in WriteSrcHeader()
210 fprintf( fOutput, ",%s", pClassData->aRefId.GetName().GetBuffer() ); in WriteSrcHeader()
274 aMsg += pClassData->aRefId.GetName(); in WriteRcHeader()
418 aMsg += pClassData->aRefId.GetName(); in WriteHxxHeader()
436 rId.GetName() ).GetBuffer() ); in WriteHxxHeader()
454 rId.GetName() ).GetBuffer(), in WriteHxxHeader()
476 MakeName( pTC, rInst.pClass, rId.GetName() ).GetBuffer() ); in WriteHxx()
506 aMsg += pClassData->aRefId.GetName(); in WriteCxxHeader()
523 MakeName( pTC, rInst.pClass, rId.GetName() ).GetBuffer(), in WriteCxxHeader()
524 MakeName( pTC, rInst.pClass, rId.GetName() ).GetBuffer() ); in WriteCxxHeader()
[all …]
/AOO41X/main/sw/source/ui/misc/
H A Ddocfnote.cxx226 aFtnCharTextTemplBox.SelectEntry(pCharFmt->GetName()); in Reset()
230 aFtnCharAnchorTemplBox.SelectEntry( pCharFmt->GetName() ); in Reset()
240 aParaTemplBox.InsertEntry(pStyle->GetName()); in Reset()
256 const sal_uInt16 nPos = aParaTemplBox.GetEntryPos(pColl->GetName()); in Reset()
261 aParaTemplBox.InsertEntry(pColl->GetName()); in Reset()
262 aParaTemplBox.SelectEntry(pColl->GetName()); in Reset()
274 if(LISTBOX_ENTRY_NOTFOUND == aPageTemplBox.GetEntryPos(rPageDesc.GetName())) in Reset()
275 aPageTemplBox.InsertEntry(rPageDesc.GetName()); in Reset()
278 aPageTemplBox.SelectEntry( pInf->GetPageDesc( *pSh->GetDoc() )->GetName()); in Reset()
415 if(rChFmt.GetName() == rCharFmtName ) in IMPL_LINK_INLINE_END()
H A Doutline.cxx120 String GetName() const { return aFormEdit.GetText(); } in GetName() function in SwNumNamesDlg
278 aCollNames[ nOutLevel ] = rTxtColl.GetName(); in SwOutlineTabDialog()
329 aFormMenu.SetItemText(i + MN_FORMBASE, pRules->GetName()); in IMPL_LINK()
362 aStrArr[i] = &pRules->GetName(); in IMPL_LINK()
369 const String aName(pDlg->GetName()); in IMPL_LINK()
458 if ((sal_uInt8)GetLevel(rTxtColl.GetName()) == MAXLEVEL) //add by zhaojianwei in Ok()
465 pOutlineRule->GetName()) in Ok()
472 rTxtColl.AssignToListLevelOfOutlineStyle(GetLevel(rTxtColl.GetName())); in Ok()
475 pOutlineRule->GetName()) in Ok()
477 SwNumRuleItem aItem(pOutlineRule->GetName()); in Ok()
[all …]
/AOO41X/main/sfx2/source/dialog/
H A Dmgetempl.cxx84 aName ( pStyle->GetName() ), in SfxManageStyleSheetPage()
127 if ( !pStyle->GetName().Len() && pPool ) in SfxManageStyleSheetPage()
145 aNameEd.SetText(pStyle->GetName()); in SfxManageStyleSheetPage()
154 aNameMLE.SetText( pStyle->GetName() ); in SfxManageStyleSheetPage()
165 aFollowLb.InsertEntry( pPoolStyle->GetName() ); in SfxManageStyleSheetPage()
170 if ( LISTBOX_ENTRY_NOTFOUND == aFollowLb.GetEntryPos( pStyle->GetName() ) ) in SfxManageStyleSheetPage()
171 aFollowLb.InsertEntry( pStyle->GetName() ); in SfxManageStyleSheetPage()
195 const String aStr( pPoolStyle->GetName() ); in SfxManageStyleSheetPage()
492 String sCmp( pStyle->GetName() ); in Reset()
657 if ( String( SfxResId( STR_NONE ) ) == aParentEntry || aParentEntry == pStyle->GetName() ) in DeactivatePage()
/AOO41X/main/cui/source/tabpages/
H A Dtplneend.cxx189 aURL.Append( maLineEndList->GetName() ); in ActivatePage()
261 rSet.Put( XLineStartItem( pEntry->GetName(), pEntry->GetLineEnd() ) ); in FillItemSet()
262 rSet.Put( XLineEndItem( pEntry->GetName(), pEntry->GetLineEnd() ) ); in FillItemSet()
366 if ( aName == maLineEndList->GetLineEnd( i )->GetName() ) in IMPL_LINK()
385 pDlg->GetName( aName ); in IMPL_LINK()
390 if( aName == maLineEndList->GetLineEnd( i )->GetName() ) in IMPL_LINK()
490 if ( aName == maLineEndList->GetLineEnd( i )->GetName() ) in IMPL_LINK()
502 pDlg->GetName( aName ); in IMPL_LINK()
507 if( aName == maLineEndList->GetLineEnd( i )->GetName() ) in IMPL_LINK()
689 if( maLineEndList.get() && maLineEndList->GetName().Len() ) in IMPL_LINK()
[all …]

12345678910>>...40