Home
last modified time | relevance | path

Searched refs:nil (Results 26 – 50 of 65) sorted by relevance

123

/trunk/main/fpicker/source/aqua/
H A DNSURL_OOoAdditions.cxx35 NSString *sURLString = nil;
46 if (path == nil) {
57 if (path == nil) {
82 NSString* pResolvedPath = nil; in resolveAlias()
H A DSalAquaFolderPicker.cxx180 NSArray *files = nil; in getDirectory()
271 [m_pDialog cancel:nil]; in cancel()
H A DNSString_OOoAdditions.cxx56 return nil;
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11yfactory.mm63 static NSMutableDictionary * mdAllWrapper = nil;
64 if ( mdAllWrapper == nil ) {
89 return nil;
102 NSValue * nKey = nil;
109 if ( aWrapper != nil ) {
177 if ( theWrapper != nil ) {
H A Daqua11ytablewrapper.mm40 NSArray* pResult = nil;
132 NSArray* pResult = nil;
160 pResult = nil;
171 NSArray* pResult = nil;
199 pResult = nil;
H A Daqua11ylistener.cxx45 NSString * notification = nil; in getTableNotification()
84 NSString * notification = nil; in notifyEvent()
153 if( nil != notification ) in notifyEvent()
H A Daqua11ycomponentwrapper.mm56 if ( [ wrapper accessibleExtendedComponent ] != nil ) {
59 return nil;
70 nil ] ];
H A Daqua11ywrapperscrollarea.mm38 AquaA11yWrapper * theScrollBar = nil;
76 nil ]
H A Daqua11yrolehelper.mm40 id nativeRole = nil;
167 id nativeSubrole = nil;
264 roleDescription = NSAccessibilityRoleDescription( role, nil );
H A Daqua11yactionwrapper.mm61 if ( [ wrapper accessibleAction ] != nil ) {
70 if ( [ wrapper accessibleAction ] != nil ) {
H A Daqua11ywrappergroup.mm46 nil ]
H A Daqua11ywrappertabgroup.mm41 nil ]
/trunk/main/vos/inc/vos/
H A Dref.inl108 VOS_PRECOND(m_refBody, "ORef::operator(): can't deref nil body!");
115 VOS_PRECOND(m_refBody, "ORef::operator*: can't deref nil body!");
122 VOS_PRECOND(m_refBody, "ORef::operator->: nil body!");
129 VOS_PRECOND(m_refBody, "ORef::getBody(): can't deref nil body!");
136 // might be nil
/trunk/main/vcl/inc/aqua/
H A Dsalmenu.h49 MenuBarButtonEntry() : mpNSImage( nil ), mpToolTipString( nil ) {} in MenuBarButtonEntry()
51 : maButton( i_rItem), mpNSImage( nil ), mpToolTipString( nil ) {} in MenuBarButtonEntry()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm104 mpPreviewBox( nil ),
105 mpPreview( nil ),
106 mpPageEdit( nil ),
107 mpStepper( nil ),
108 mpPagesLabel( nil ),
193 NSView* pRight = nil;
266 NSControl* pCtrl = nil;
267 NSCell* pCell = nil;
338 [mpPreview setImage: nil];
559 ColumnItem( NSControl* i_pControl = nil, long i_nOffset = 0, NSControl* i_pSub = nil )
[all …]
H A Dsalprn.cxx62 mpPrinter( nil ), in AquaSalInfoPrinter()
63 mpPrintInfo( nil ), in AquaSalInfoPrinter()
294 return mpPrintInfo != nil; in SetData()
590 NSObject* pReleaseAfterUse = nil; in StartJob()
H A Dsalgdi.cxx331 initResolution( (mbWindow && mpFrame) ? mpFrame->getNSWindow() : nil ); in updateResolution()
343 NSScreen* pScreen = nil; in initResolution()
360 if( pScreen == nil ) in initResolution()
426 initResolution( (mbWindow && mpFrame) ? mpFrame->getNSWindow() : nil ); in GetResolution()
/trunk/main/configmgr/source/
H A Dxcuparser.cxx449 bool nil = false; in handlePropValue() local
461 nil = xmldata::parseBoolean(reader.getAttributeValue(true)); in handlePropValue()
502 if (nil) { in handlePropValue()
534 bool nil = false; in handleLocpropValue() local
550 nil = xmldata::parseBoolean(reader.getAttributeValue(true)); in handleLocpropValue()
599 if (nil && !locprop->isNillable()) { in handleLocpropValue()
611 if (nil) { in handleLocpropValue()
/trunk/main/sfx2/source/appl/
H A Dshutdowniconaqua.mm126 static NSMenuItem* pDefMenu = nil, *pDockSubMenu = nil;
127 static QSMenuExecute* pExecute = nil;
301 static RecentMenuDelegate* pRecentDelegate = nil;
445 …appendMenuItem( pMenu, nil, pShutdownIcon->GetResString( STR_QUICKSTART_STARTCENTER ), MI_STARTMOD…
/trunk/main/apple_remote/source/
H A DRemoteMainController.m44 if (self != nil) {
92 context:nil
104 NSString* buttonName = nil;
H A DRemoteControlContainer.m60 …ddObserver: self forKeyPath:@"listeningToRemote" options:NSKeyValueObservingOptionNew context:nil];
94 …[self isListeningToRemote]) [self performSelector:@selector(reset) withObject:nil afterDelay:0.01];
H A DMultiClickRemoteBehavior.m176 withObject: [NSArray arrayWithObjects:eventNumber, timeNumber, nil]
205 withObject: [NSArray arrayWithObjects:eventNumber, timeNumber, nil]
/trunk/main/vcl/aqua/source/dtrans/
H A DPictToBmpFlt.cxx147 NSData* pOut = [pRep representationUsingType: NSPNGFileType properties: nil]; in ImageToPNG()
182 NSData* pOut = [pRep representationUsingType: eOutFormat properties: nil]; in PNGToImage()
H A DDataFlavorMapping.cxx181 mSystemData(nil) in DataProviderBaseImpl()
520 it->second = nil; in ~DataFlavorMapper()
582 NSArray *supportedTypes = [NSArray arrayWithObjects: NSTIFFPboardType, NSPICTPboardType, nil]; in openOfficeImageToSystemFlavor()
H A Daqua_clipboard.cxx119 if (mPasteboard == nil) in AquaClipboard()
131 if (mEventListener == nil) in AquaClipboard()

Completed in 100 milliseconds

123