Searched refs:ParseAny (Results 1 – 15 of 15) sorted by relevance
/trunk/main/sc/source/ui/miscdlgs/ |
H A D | crnrdlg.cxx | 777 … if ( (bOk1 = ((aRange1.ParseAny( aNewArea, pDoc, eConv ) & SCA_VALID) == SCA_VALID)) != sal_False in IMPL_LINK_INLINE_END() 778 && ((aRange2.ParseAny( aNewData, pDoc, eConv ) & SCA_VALID) == SCA_VALID) ) in IMPL_LINK_INLINE_END() 1011 if ( (aRange.ParseAny( aNewArea, pDoc, pDoc->GetAddressConvention() ) & SCA_VALID) == SCA_VALID ) in IMPL_LINK() 1059 if ( (aRange.ParseAny( aNewData, pDoc, pDoc->GetAddressConvention() ) & SCA_VALID) == SCA_VALID ) in IMPL_LINK()
|
H A D | anyrefdg.cxx | 173 sal_uInt16 nFlags = aRange.ParseAny( aRangeStr, pDoc, aDetails ); in ParseWithNames()
|
H A D | optsolver.cxx | 783 sal_uInt16 nFlags = rRange.ParseAny( rInput, mpDoc, aDetails ); in ParseRef()
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | dbnamdlg.cxx | 503 if ( aTmpRange.ParseAny( aText, pDoc, aAddrDetails ) & SCA_VALID ) in IMPL_LINK_INLINE_END() 722 if ( aTmpRange.ParseAny( aText, pDoc, aAddrDetails ) & SCA_VALID ) in IMPL_LINK()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/parser/ |
H A D | SchemaParser.java | 301 aLocalParent.AddChild(ParseAny(aLocalParent)); in ProcessStartElement() 403 private Any ParseAny (final Node aParent) in ParseAny() method in SchemaParser
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | addruno.cxx | 77 sal_uInt16 nResult = aRange.ParseAny( rUIString, pDoc, eConv ); in ParseUIString()
|
H A D | cellsuno.cxx | 4489 sal_uInt16 nParse = aCellRange.ParseAny( rName, pDocSh->GetDocument() ); in lcl_FindRangeOrEntry() 4968 sal_uInt16 nParse = aCellRange.ParseAny( aString, pDoc, rDetails ); in getCellRangeByName()
|
/trunk/main/sc/source/ui/docshell/ |
H A D | arealink.cxx | 230 if ( rRange.ParseAny( rAreaName, pSrcDoc, aDetails ) & SCA_VALID ) in FindExtRange()
|
H A D | docsh4.cxx | 316 sal_Bool bValid = ( aSingleRange.ParseAny( aRangeName, pDoc, aDetails ) & SCA_VALID ) != 0; in Execute()
|
/trunk/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 990 if ( aRange.ParseAny( aToken, pDoc, aDetails ) & SCA_VALID ) in SetPrintRanges() 1027 if ( aRange.ParseAny( *pRepCol, pDoc, aDetails ) & SCA_VALID ) in SetPrintRanges() 1038 if ( aRange.ParseAny( *pRepRow, pDoc, aDetails ) & SCA_VALID ) in SetPrintRanges()
|
/trunk/main/sc/source/core/data/ |
H A D | documen5.cxx | 496 if ( aRange.ParseAny( aRepresentations[i], this, aDetails ) & SCA_VALID ) in RestoreChartListener()
|
/trunk/main/sc/inc/ |
H A D | address.hxx | 482 sal_uInt16 ParseAny( const String&, ScDocument* = NULL,
|
/trunk/main/sc/source/ui/pagedlg/ |
H A D | areasdlg.cxx | 484 if ( aRange.ParseAny( aSymbol, pDoc, eConv ) & SCA_VALID ) in Impl_FillLists()
|
/trunk/main/sc/source/core/tool/ |
H A D | address.cxx | 1407 sal_uInt16 ScRange::ParseAny( const String& r, ScDocument* pDoc, in ParseAny() function in ScRange
|
/trunk/main/sc/source/ui/app/ |
H A D | inputhdl.cxx | 179 sal_uInt16 nFlags = aRange.ParseAny( aTest, pDoc, aAddrDetails ); in InitRangeFinder()
|
Completed in 242 milliseconds