/trunk/main/sc/source/core/data/ |
H A D | olinetab.cxx | 170 ScOutlineEntry* pEntry = (ScOutlineEntry*) pCollect->At(i); in FindEntry() 316 ScOutlineEntry* pEntry = (ScOutlineEntry*) pCollect->At(i); in FindTouchedLevel() 342 ScOutlineEntry* pEntry = (ScOutlineEntry*) pCollect->At(i); in RemoveSub() 372 ScOutlineEntry* pEntry = (ScOutlineEntry*) pCollect->At(i); in PromoteSub() 418 ScOutlineEntry* pEntry = (ScOutlineEntry*) pCollect->At(i); in Remove() 503 pEntry = (ScOutlineEntry*) aCollections[nSubLevel].At(i); in SetVisibleBelow() 516 pEntry = (ScOutlineEntry*) aCollections[nSubLevel].At(i); in SetVisibleBelow() 530 rStart = ((ScOutlineEntry*) aCollections[0].At(0))->GetStart(); in GetRange() 531 rEnd = ((ScOutlineEntry*) aCollections[0].At(nCount-1))->GetEnd(); in GetRange() 548 pEntry = (ScOutlineEntry*) aCollections[nLevel].At(i); in ExtendBlock() [all …]
|
H A D | dpobject.cxx | 2423 if ( static_cast<const ScDPObject*>(At(nPos))->GetOutRange().aStart.Tab() == nTab ) in DeleteOnTab() 2434 ((ScDPObject*)At(i))->UpdateReference( eUpdateRefMode, r, nDx, nDy, nDz ); in UpdateReference() 2443 if ( ! ((const ScDPObject*)At(i))->RefsEqual( *((const ScDPObject*)r.At(i)) ) ) in RefsEqual() 2455 ((const ScDPObject*)At(i))->WriteRefsTo( *((ScDPObject*)r.At(i)) ); in WriteRefsTo() 2466 const ScDPObject* pSourceObj = static_cast<const ScDPObject*>(At(nSourcePos)); in WriteRefsTo() 2471 ScDPObject* pDestObj = static_cast<ScDPObject*>(r.At(nDestPos)); in WriteRefsTo()
|
H A D | documen5.cxx | 517 (ScChartListener*) (pChartListenerCollection->At(nIndex)); in UpdateChartRef() 741 At( nIndex )))->SetUsed( sal_True ); in UpdateChartListenerCollection()
|
/trunk/main/sc/source/filter/inc/ |
H A D | scflt.hxx | 564 Sc10FontData* At(sal_uInt16 nIndex) { return (Sc10FontData*)ScCollection::At(nIndex); } in At() function in Sc10FontCollection 566 using ScCollection::At; 600 Sc10NameData* At(sal_uInt16 nIndex) { return (Sc10NameData*)ScCollection::At(nIndex); } in At() function in Sc10NameCollection 602 using ScCollection::At; 653 Sc10PatternData* At(sal_uInt16 nIndex) { return (Sc10PatternData*)ScCollection::At(nIndex); } in At() function in Sc10PatternCollection 655 using ScCollection::At; 684 Sc10DataBaseData* At(sal_uInt16 nIndex) { return (Sc10DataBaseData*)ScCollection::At(nIndex); } in At() function in Sc10DataBaseCollection 686 using ScCollection::At; 705 Sc10PageData* At(sal_uInt16 nIndex) { return (Sc10PageData*)ScCollection::At(nIndex); } in At() function in Sc10PageCollection 709 using ScCollection::At;
|
/trunk/main/sc/source/ui/namedlg/ |
H A D | namedlg.cxx | 279 ScRangeData* pData=(ScRangeData*)(aLocalRangeName.At( nCurPos )); in UpdateChecks() 340 pRangeData = (ScRangeData*)(aLocalRangeName.At( i )); in UpdateNames() 386 ScRangeData* pRangeData = (ScRangeData*)(aLocalRangeName.At( nCurPos )); in CalcCurTableAssign() 483 ((ScRangeData*)(aLocalRangeName.At(nFoundAt)))->GetIndex() ); in IMPL_LINK_INLINE_END() 586 ScRangeData* pData = (ScRangeData*)(aLocalRangeName.At( nAtPos )); in IMPL_LINK()
|
/trunk/main/sc/inc/ |
H A D | collect.hxx | 74 ScDataObject* At(sal_uInt16 nIndex) const; 78 ScDataObject* operator[]( const sal_uInt16 nIndex) const {return At(nIndex);} in operator []() 137 StrData* operator[]( const sal_uInt16 nIndex) const {return (StrData*)At(nIndex);} in operator []()
|
H A D | userlist.hxx | 81 { return (ScUserListData*)At(nIndex); } in operator []()
|
H A D | callform.hxx | 105 FuncData* operator[]( const sal_uInt16 nIndex) const {return (FuncData*)At(nIndex);} in operator []()
|
H A D | chartarr.hxx | 115 { return (ScChartArray*)At(nIndex); } in operator []()
|
/trunk/main/sc/source/core/tool/ |
H A D | userlist.cxx | 271 pMyData = (ScUserListData*)At(i); in operator ==() 272 pOtherData = (ScUserListData*)r.At(i); in operator ==() 287 const ScUserListData* pMyData = (ScUserListData*) At(i); in HasEntry()
|
H A D | collect.cxx | 154 ScDataObject* ScCollection::At(sal_uInt16 nIndex) const in At() function in ScCollection 372 return (TypedStrData*)At(nIndex); in operator []()
|
H A D | rangenam.cxx | 747 ((ScRangeData*)At(i))->SetDocument(pDocument); in ScRangeName() 748 ((ScRangeData*)At(i))->SetIndex(((ScRangeData*)rScRangeName.At(i))->GetIndex()); in ScRangeName()
|
H A D | callform.cxx | 189 ModuleData* operator[]( const sal_uInt16 nIndex) const {return (ModuleData*)At(nIndex);} in operator []() 214 rpModule = (ModuleData*)At(nIndex); in SearchModule()
|
/trunk/main/chart2/source/controller/dialogs/ |
H A D | tp_AxisPositions.src | 255 "At labels" ; 256 "At axis" ; 257 "At axis and labels" ;
|
/trunk/main/offapi/com/sun/star/sdb/application/ |
H A D | XCopyTableWizard.idl | 64 <p>At initialization time, you can use this attribute to control the 86 <p>At initialization time, you can use this attribute to control the 100 <p>At initialization time, you can specify the initial settings for the primary
|
/trunk/main/mysqlc/source/ |
H A D | README | 13 At the time of writing neither of the two libraries are part of the CWS! 44 At the time of writing you might have to *manually* tweak library paths and
|
/trunk/main/sc/source/ui/dbgui/ |
H A D | dbnamdlg.cxx | 386 pDbData = (ScDBData*)(aLocalDbCol.At( i )); in UpdateNames() 416 pData = (ScDBData*)(aLocalDbCol.At( nAt )); in UpdateDBData() 593 ScDBData* pEntry = (ScDBData*)aLocalDbCol.At(nRemoveAt); in IMPL_LINK()
|
/trunk/main/offapi/com/sun/star/awt/grid/ |
H A D | XGridDataModel.idl | 72 <p>At the moment, only string tool tips are supported.</p> 87 <p>At the moment, only strings are supported as row headings.</p>
|
/trunk/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 690 if (At(i)->aPageFormat == rData) in InsertFormat() 723 Sc10PageFormat* pPage = &At(i)->aPageFormat; in PutToDoc() 1156 Sc10NameData* pName = pNameCollection->At( i ); in ImportNameCollection() 1174 Sc10PatternData* pPattern = pPatternCollection->At( i ); in LoadPatternCollection() 1407 Sc10DataBaseData* pOldData = pDataBaseCollection->At(i); in LoadDataBaseCollection() 1778 Sc10FontData* pFont = pFontCollection->At(pColData->Value); in LoadColAttr() 2169 Sc10PatternData* pPattern = pPatternCollection->At(nPatternIndex); in LoadColAttr()
|
/trunk/main/offapi/com/sun/star/rendering/ |
H A D | XIeeeDoubleBitmap.idl | 68 getMemoryLayout(). At least under Windows, the memory layout 105 getMemoryLayout(). At least under Windows, the memory layout
|
H A D | XIeeeFloatBitmap.idl | 68 getMemoryLayout(). At least under Windows, the memory layout 105 getMemoryLayout(). At least under Windows, the memory layout
|
H A D | XIntegerBitmap.idl | 70 getMemoryLayout(). At least under Windows, the memory layout 112 getMemoryLayout(). At least under Windows, the memory layout
|
/trunk/main/sw/source/ui/config/ |
H A D | optload.src | 377 Text [ en-US ] = "At the beginning" ; 381 Text [ en-US ] = "At the end" ;
|
/trunk/main/sc/source/ui/inc/ |
H A D | areasave.hxx | 69 ScAreaLinkSaver* operator[](sal_uInt16 nIndex) const {return (ScAreaLinkSaver*)At(nIndex);} in operator []()
|
/trunk/main/offapi/com/sun/star/frame/ |
H A D | XFrame.idl | 224 At first the frame sets itself as the active frame of its 246 At first the frame deactivates its active sub-frame, if any.
|