Home
last modified time | relevance | path

Searched refs:IsNullObject (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/soldep/source/
H A Dconnctr.cxx117 if (!(mpStartWin->IsNullObject())) //null_project in Paint()
127 if (!(mpEndWin->IsNullObject())) in Paint()
141 if (!(mpStartWin->IsNullObject())) //null_project in Paint()
145 if (!(mpEndWin->IsNullObject())) //null_project in Paint()
H A Ddepper.cxx409 if (pStartWin->IsNullObject()) //null_project in AddConnectorToObjects()
H A Dsoldep.cxx963 if (!(pObjectWin->IsNullObject())) in MarkObjects()
/AOO41X/main/soldep/inc/soldep/
H A Dobjwin.hxx85 sal_Bool IsNullObject() { return (msBodyText == "null"); }; in IsNullObject() function in ObjectWin