Home
last modified time | relevance | path

Searched refs:First (Results 201 – 225 of 764) sorted by relevance

12345678910>>...31

/trunk/main/sw/source/ui/config/
H A Doptdlg.src708 First = 25 ;
731 First = 25 ;
760 First = 25 ;
783 First = 25 ;
/trunk/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java147 + "\txmlid: " + m_XmlId.First + "#" + m_XmlId.Second; in toString()
394 return left.First.equals(right.First) in eq()
399 + "\txmlid: " + m_XmlId.First + "#" + m_XmlId.Second; in toString()
494 buffer.add(stack.peek().First); in traverse()
912 if (!xmlid.First.equals("")) in insertBookmark()
1049 insertFrame(p.First, p.Second.getName(), p.Second.getAnchor()); in insertTree()
3919 assertTrue("mark2", (result.First.length == 1) in checkLoadXmlId()
3920 && result.First[0].Subject.getStringValue().equals("uri:foo") in checkLoadXmlId()
3921 && result.First[0].Predicate.getStringValue().equals("uri:bar") in checkLoadXmlId()
3922 && result.First[0].Object.getStringValue().contains("a fooish bar") in checkLoadXmlId()
[all …]
/trunk/main/sd/source/core/
H A DCustomAnimationCloner.cxx251 aValuePair.First = transformValue( aValuePair.First ); in transformValue()
/trunk/main/basctl/source/basicide/
H A Dbasides2.cxx270 IDEBaseWindow* pTmp = aIDEWindowTable.First(); in CreateBasWin()
303 IDEBaseWindow* pWin = aIDEWindowTable.First(); in FindBasWin()
/trunk/main/cui/source/options/
H A Doptmemory.src59 First = 1 ;
149 First = Time
/trunk/main/sw/source/ui/chrdlg/
H A Dswuiccoll.cxx213 const SfxStyleSheetBase* pBase = pPool->First(); in Reset()
323 const SfxStyleSheetBase* pBase = pPool->First(); in IMPL_LINK()
/trunk/main/svl/source/items/
H A Dslstitm.cxx57 String* pStr = (String*)aList.First(); in ~SfxImpStringList()
327 XubString* pStr = (XubString*)(pImp->aList.First()); in GetString()
/trunk/main/offapi/com/sun/star/i18n/
H A DXCollator.idl42 First string.
71 First string.
/trunk/main/sw/source/core/layout/
H A Dpagedesc.cxx258 for( SwFrm* pLast = aIter.First(); pLast; pLast = aIter.Next() ) in RegisterChange()
266 for( SwFrm* pLast = aIter.First(); pLast; pLast = aIter.Next() ) in RegisterChange()
/trunk/main/cui/source/dialogs/
H A Dhlmarkwn.cxx453 SvLBoxEntry* pEntry = maLbTree.First(); in ClearTree()
475 SvLBoxEntry* pEntry = maLbTree.First(); in FindEntry()
/trunk/main/cui/source/tabpages/
H A Dnumfmt.src138 First = 0 ;
158 First = 0 ;
/trunk/main/sfx2/source/dialog/
H A Dtempldlg.cxx1221 SvLBoxEntry* pEntry = pTreeBox->First(); in SelectStyle()
1289 SfxStyleSheetBase* pStyle = pStyleSheetPool->First(); in EnableTreeDrag()
1311 SfxStyleSheetBase *pStyle = pStyleSheetPool->First(); in FillTreeBox()
1340 pTreeBox->Expand( pTreeBox->First() ); in FillTreeBox()
1342 for ( SvLBoxEntry* pEntry = pTreeBox->First(); pEntry; pEntry = pTreeBox->Next( pEntry ) ) in FillTreeBox()
1452 SfxStyleSheetBase *pStyle = pStyleSheetPool->First(); in UpdateStyles_Impl()
1453 SvLBoxEntry* pEntry = aFmtLb.First(); in UpdateStyles_Impl()
/trunk/main/idl/source/objects/
H A Dtypes.cxx1582 SvMetaAttribute * pAttr = pAttrList->First(); in WriteContext()
1858 SvMetaAttribute * pAttr = pAttrList->First(); in WriteContextSvIdl()
2002 SvMetaAttribute * pAttr = pAttrList->First(); in WriteMethodArgs()
2024 SvMetaAttribute * pAttr = pAttrList->First(); in WriteMethodArgs()
2052 SvMetaAttribute * pAttr = pAttrList->First(); in WriteMethodArgs()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkFilePicker.cxx605 OUString aShrunkName = shrinkFilterName( _rEntry.First ); in operator ()()
641 FilterTitleMatch( pStart->First ) ) ) in FilterNameExists()
786 sInitialCurrentFilter = aFilters[0].First; in appendFilterGroup()
794 …m_pFilterList->insert( m_pFilterList->end(), FilterEntry( pSubFilters->First, pSubFilters->Second … in appendFilterGroup()
1972 implAddFilter( pSubFilters->First, pSubFilters->Second ); in implAddFilterGroup()
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx94 for( String* pStr = aTargetList.First(); pStr; pStr = aTargetList.Next() ) in ~IMapWindow()
220 for( pStr = aTargetList.First(); pStr; pStr = aTargetList.Next() ) in SetTargetList()
226 for( pStr = rTargetList.First(); pStr; pStr = rTargetList.Next() ) in SetTargetList()
H A Dfontwork.src171 First = -5000000 ;
271 First = -5000000 ;
/trunk/main/sw/source/core/attr/
H A Dcalbck.cxx369 SwClient * pClient = aIter.First( nType ); in ModifyBroadcast()
489 SwClient* SwClientIter::First( TypeId nType ) in First() function in SwClientIter
/trunk/main/sd/source/ui/dlg/
H A Danimobjs.src62 QuickHelpText [ en-US ] = "First Image" ;
109 First = 1 ;
H A Dpresent.cxx117 rPageNames.First(); in SdStartPresentationDlg()
131 for( pCustomShow = (SdCustomShow*) pCustomShowList->First(); in SdStartPresentationDlg()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx232 if ( aCellRanges.First() == aCellRanges.Last() ) in lcl_makeXRangeFromSheetCellRanges()
899 ScCompiler aCompiler( m_pDoc, aCellRanges.First()->aStart ); in processValue()
943 ScCompiler aCompiler( m_pDoc, aCellRanges.First()->aStart ); in visitNode()
1212 for ( ScRange* pRange = aCellRanges.First() ; pRange; pRange = aCellRanges.Next() ) in getScRangeListForAddress()
1235 if ( aCellRanges.First() == aCellRanges.Last() ) in getRangeForName()
1378 if ( aCellRanges.First() == aCellRanges.Last() ) in getCellRangeAddressForVBARange()
1381 ScUnoConversion::FillApiRange( aRangeAddress, *aCellRanges.First() ); in getCellRangeAddressForVBARange()
1891 for ( ScRange* pRange = aCellRanges.First() ; pRange; pRange = aCellRanges.Next() ) in Offset()
2328 ScRange aRange = *aCellRanges.First(); in Rows()
2373 ScRange aRange = *aCellRanges.First(); in Columns()
[all …]
/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1517 XPolygon* pXPoly = aXPolyList.First(); in ImpXPolyPolygon()
1538 XPolygon* pXPoly = aXPolyList.First(); in ~ImpXPolyPolygon()
1794 XPolygon* pXPoly = pImpXPolyPolygon->aXPolyList.First(); in Clear()
1841 XPolygon* pXPoly = pImpXPolyPolygon->aXPolyList.First(); in Move()
/trunk/main/sw/source/ui/misc/
H A Dglossary.cxx674 const SfxFilter* pFilter = aIter.First(); in IMPL_LINK()
750 SvLBoxEntry* pEntry = aCategoryBox.First(); in IMPL_LINK()
834 SvLBoxEntry* pSearch = aCategoryBox.First(); in Init()
967 SvLBoxEntry* pEntry = First(); in Clear()
/trunk/main/sw/source/ui/dialog/
H A Duiregionsw.cxx452 if( !aTree.FirstSelected() && aTree.First() ) in SwEditRegionDlg()
453 aTree.Select( aTree.First() ); in SwEditRegionDlg()
606 SvLBoxEntry* pEntry = aTree.First(); in ~SwEditRegionDlg()
621 SvLBoxEntry* pEntry = aTree.First(); in SelectSection()
867 SvLBoxEntry* pEntry = aTree.First(); in IMPL_LINK()
1051 pEntry = aTree.First(); in IMPL_LINK()
/trunk/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx1449 if (mdref.First.equalsAscii("") || mdref.Second.equalsAscii("")) { in setStatementRDFa()
1454 ::rtl::OUString const sXmlId(mdref.First + in setStatementRDFa()
1512 if (mdref.First.equalsAscii("") || mdref.Second.equalsAscii("")) { in removeStatementRDFa()
1519 + mdref.First + ::rtl::OUString::createFromAscii("#") in removeStatementRDFa()
1543 if (mdref.First.equalsAscii("") || mdref.Second.equalsAscii("")) { in getStatementRDFa()
1546 ::rtl::OUString const sXmlId(mdref.First + in getStatementRDFa()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1094 for( SwTxtFrm* pFrm = aIter.First(); pFrm; pFrm = aIter.Next() ) in GetPageNo()
1126 for( SwFmtFld* pFld = aIter.First(); pFld; pFld = aIter.Next() ) in lcl_GetPostIts()
1741 for( SwFmtFld* pFmtFld = aIter.First(); pFmtFld; pFmtFld = aIter.Next() ) in UpdateDocStat()
2192 for( SwFmtFld* pFmtFld = aIter.First(); pFmtFld; pFmtFld = aIter.Next() ) in RemoveInvisibleContent()
2361 if( aIter.First( TYPE( SwFmtFld ) ) ) in HasInvisibleContent()
2437 for( SwFmtFld* pCurFldFmt = aIter.First(); pCurFldFmt; pCurFldFmt = aIter.Next() ) in ConvertFieldsToText()

Completed in 222 milliseconds

12345678910>>...31