Home
last modified time | relevance | path

Searched refs:nObj (Results 1 – 23 of 23) sorted by last modified time

/trunk/main/sd/source/core/
H A Dsdpage.cxx1871 for (sal_uLong nObj = 0; nObj < nObjCnt; nObj++) in ScaleObjects() local
1876 pObj = GetObj(nObj); in ScaleObjects()
H A Dsdpage2.cxx156 for (sal_uLong nObj = 0; nObj < nObjCount; nObj++) in SetPresentationLayout() local
158 SdrTextObj* pObj = (SdrTextObj*) GetObj(nObj); in SetPresentationLayout()
H A Ddrawdoc4.cxx1253 for (sal_uLong nObj = 0; nObj < pPage->GetObjCount(); nObj++) in RenameLayoutTemplate() local
1255 SdrObject* pObj = pPage->GetObj(nObj); in RenameLayoutTemplate()
1299 for (sal_uLong nObj = 0; nObj < pPage->GetObjCount(); nObj++) in RenameLayoutTemplate() local
1301 SdrObject* pObj = pPage->GetObj(nObj); in RenameLayoutTemplate()
H A Ddrawdoc2.cxx280 for (sal_uLong nObj = 0; nObj < nObjCount; nObj++) in UpdatePageObjectsInNotes() local
282 pObj = pPage->GetObj(nObj); in UpdatePageObjectsInNotes()
H A Ddrawdoc3.cxx1152 for (sal_uLong nObj = nCountBefore; nObj < nCount; nObj++) in InsertBookmarkAsObject() local
1159 if (pPage->GetObj(nObj)) in InsertBookmarkAsObject()
1161 pPage->GetObj(nObj)->SetName(aExchangeName); in InsertBookmarkAsObject()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx5893 sal_uInt16 nObj; in CheckTxBxStoryChain() local
5894 for( nObj = 0; nObj < nCnt; ++nObj ) in CheckTxBxStoryChain()
5896 SvxMSDffShapeInfo* pObj = pOld->GetObject( nObj ); in CheckTxBxStoryChain()
5910 if( nObj ) in CheckTxBxStoryChain()
5911 pOld->GetObject( nObj-1 )->bLastBoxInChain = sal_True; in CheckTxBxStoryChain()
5913 nObjMark = nObj; in CheckTxBxStoryChain()
5927 for( sal_uInt16 nObj2 = nObjMark; nObj2 < nObj; ++nObj2 ) in CheckTxBxStoryChain()
5945 if( nObj ) in CheckTxBxStoryChain()
5946 pOld->GetObject( nObj-1 )->bLastBoxInChain = sal_True; in CheckTxBxStoryChain()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1765 sal_uInt32 nObj (0); in PrepareOutline() local
1767 while (pTextObj==NULL && nObj < pPage->GetObjCount()) in PrepareOutline()
1769 SdrObject* pObj = pPage->GetObj(nObj++); in PrepareOutline()
1789 nObj = 0; in PrepareOutline()
1791 while (pTextObj==NULL && nObj<pPage->GetObjCount()) in PrepareOutline()
1793 SdrObject* pObj = pPage->GetObj(nObj++); in PrepareOutline()
/trunk/main/svx/source/svdraw/
H A Dsvdpage.cxx828 sal_Int32 nObj = GetObjCount(); in FlattenGroups() local
830 for( i=nObj-1; i>=0; --i) in FlattenGroups()
H A Dsvdedtv2.cxx2112 sal_uIntPtr nObj=nInsPos; in DoImportMarkedMtf() local
2127 AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoNewObject(*pOL->GetObj(nObj))); in DoImportMarkedMtf()
2130 SdrObject* pCandidate = pOL->GetObj(nObj); in DoImportMarkedMtf()
2146 nObj++; in DoImportMarkedMtf()
/trunk/main/sw/source/core/view/
H A Dvdraw.cxx302 for( sal_uLong nObj = 0; nObj < nObjs; ++nObj ) in NotifySizeChg() local
304 SdrObject *pObj = pPage->GetObj( nObj ); in NotifySizeChg()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx2259 for( sal_Int16 nObj = 0; nObj < nCount ; nObj++ ) in hasElements() local
2261 SbxVariable* pVar = mpLib->GetObjects()->Get( nObj ); in hasElements()
2300 for( sal_Int16 nObj = 0; nObj < nCount ; nObj++ ) in getElementNames() local
2302 SbxVariable* pVar = mpLib->GetObjects()->Get( nObj ); in getElementNames()
/trunk/main/sd/source/ui/app/
H A Dsdxfer.cxx359 for( sal_uLong nObj = 0, nObjCount = pPage->GetObjCount(); nObj < nObjCount; nObj++ ) in CreateData() local
361 SdrObject* pObj = pPage->GetObj( nObj ); in CreateData()
/trunk/main/svx/source/accessibility/
H A DAccessibleShape.cxx1663 const sal_Int32 nObj = pGrpList->GetObjCount(); in getGroupPosition() local
1664 for(sal_Int32 i = 0 ; i < nObj ; ++i) in getGroupPosition()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx6626 AnnotationSortEntry( sal_Int32 nTab, sal_Int32 nObj, sal_Int32 nI ) : in AnnotationSortEntry()
6628 nObject( nObj ), in AnnotationSortEntry()
H A Dpdfwriter_impl.hxx513 PDFStructureElementKid( sal_Int32 nObj ) : nObject( nObj ), nMCID( -1 ) {} in PDFStructureElementKid()
/trunk/main/sw/source/core/doc/
H A Ddoctxm.cxx1509 long nObj = ::lcl_IsSOObject( aTmpName ); in UpdateCntnt() local
1510 bInclude = ( (nMyOLEOptions & nsSwTOOElements::TOO_OTHER) && 0 == nObj) in UpdateCntnt()
1511 || (0 != (nMyOLEOptions & nObj)); in UpdateCntnt()
/trunk/main/svx/source/engine3d/
H A Dview3d.cxx1779 sal_uIntPtr nObj = 0; in MergeScenes() local
1780 SdrObject *pObj = GetMarkedObjectByIndex(nObj); in MergeScenes()
1845 nObj++; in MergeScenes()
1847 if (nObj < nCount) in MergeScenes()
1849 pObj = GetMarkedObjectByIndex(nObj); in MergeScenes()
/trunk/main/sc/source/ui/drawfunc/
H A Dfutext.cxx627 sal_uInt16 nObj = OBJ_TEXT; in Activate() local
633 pView->SetCurrentObj(nObj); in Activate()
703 sal_uInt16 nObj = OBJ_TEXT; in SelectionHasChanged() local
724 pView->SetCurrentObj(nObj); in SelectionHasChanged()
H A Ddrawsh.cxx380 sal_uLong nObj = pOL->GetObjCount(); in ExecuteMacroAssign() local
381 for ( sal_uLong index=0; index<nObj; ++index ) in ExecuteMacroAssign()
/trunk/main/sc/source/filter/excel/
H A Dexcrecds.cxx972 for( SCCOL nObj = 0, nCount = pFilterInfo->GetColCount(); nObj < nCount; nObj++ ) in AddObjRecs() local
974 XclObj* pObjRec = new XclObjDropDown( GetObjectManager(), aAddr, IsFiltered( nObj ) ); in AddObjRecs()
/trunk/main/basic/source/classes/
H A Deventatt.cxx279 for( sal_Int16 nObj = -1; nObj < nCount ; nObj++ ) in firing_impl() local
282 if( nObj == -1 ) in firing_impl()
288 SbxVariable* pVar = xLibSearchBasic->GetObjects()->Get( nObj ); in firing_impl()
H A Dsb.cxx1040 for( sal_uInt16 nObj = 0; nObj < pObjs->Count(); nObj++ ) in implClearDependingVarsOnDelete() local
1042 SbxVariable* pVar = pObjs->Get( nObj ); in implClearDependingVarsOnDelete()
1269 for ( sal_uInt16 nObj = 0; nObj < pObjs->Count(); nObj++ ) in InitAllModules() local
1271 SbxVariable* pVar = pObjs->Get( nObj ); in InitAllModules()
1290 for ( sal_uInt16 nObj = 0; nObj < pObjs->Count(); nObj++ ) in DeInitAllModules() local
1292 SbxVariable* pVar = pObjs->Get( nObj ); in DeInitAllModules()
1911 sal_uInt16 nObj; in LoadData() local
1913 for( nObj = 0 ; nObj < nObjCount ; nObj++ ) in LoadData()
1915 SbxVariable* pVar = pObjs->Get( nObj ); in LoadData()
1919 for( nObj = 0 ; nObj < nObjCount ; nObj++ ) in LoadData()
[all …]
/trunk/main/basctl/source/basicide/
H A Dbaside3.cxx382 sal_uInt16 nObj; in GetState() local
388 case OBJ_DLG_LISTBOX: nObj = SVX_SNAP_LISTBOX; break; in GetState()
389 case OBJ_DLG_COMBOBOX: nObj = SVX_SNAP_COMBOBOX; break; in GetState()
391 case OBJ_DLG_EDIT: nObj = SVX_SNAP_EDIT; break; in GetState()
394 case OBJ_DLG_PROGRESSBAR: nObj = SVX_SNAP_PROGRESSBAR; break; in GetState()
398 case OBJ_DLG_VFIXEDLINE: nObj = SVX_SNAP_VFIXEDLINE; break; in GetState()
399 case OBJ_DLG_DATEFIELD: nObj = SVX_SNAP_DATEFIELD; break; in GetState()
406 case OBJ_DLG_TREECONTROL: nObj = SVX_SNAP_TREECONTROL; break; in GetState()
407 default: nObj = 0; in GetState()
410 if( !nObj ) in GetState()
[all …]

Completed in 254 milliseconds